Schemas with LCD SS3

Hi out there,.

We want to achieve a diagram including several lines and bars.

I forgot to mention, that we are using adobe livecycle designer SS3
It is generally possible? Can we find somewhere examples?

I would be really happy on any information

You mean the graphics bar? It is a solution only XFA example available here:

Histogram of DIY

Tags: Adobe LiveCycle

Similar Questions

  • How can I export the schema with all objects and a few tables without data

    Hi all

    Verion 10g EA.
    I export the schema with all objects but I need ignored some of the data in the table.

    There is a table 4 people gave huge, we need not to export data from tables but structure must export.


    Thank you
    Nr

    You can do this with a single command.  Run your export as usual and add the query parameters for 4 tables you want all the lines:

    expdp... query = schema1.table1: "where rownum = 0" query = schema2.table2: 'where rownum = 0'...

    It is best to place the query parameters in a parameter file if you don't have to worry about escaping special characters of the OS.

    Dean

  • Is it possible to install two schemas with different time zones?

    Hello
    Is it possible to configure a schema with a different zone in the same instance of oracle?
    Thanks in advance for your answers.

    -Best regards,.
    ENR

    Depend on more or less, now, you want to do.

    ALTER session set time_zone = work my_time_zone but you need to configure for all sessions that affect patterns

    HTH
    Antonio NAVARRO

  • Compilation complete database by importing schema with impdp

    Jin

    Oracle 10g
    Compilation complete database by importing schema with impdp...

    What is happening here...


    Kind regards
    Deepak

    If you want to import only a single schema, then use the parameter:

    SCHEMAS =.

    Remap_schema does not limit the imported objects, renamed it simply diagrams.

  • How to find the size of the scheme with or without fragmentation

    Hello Sir,
    How to find the size of the scheme with or without fragmentation?

    to find all of the bytes used by a schema, you can add the bytes for the owner of the dba_segments views.

    for fragmentation, I guess you want to know about the space left between the segments.

    finding depends on the design and standards of your database.

    Each scheme has its own storage space? If Yes, then you can take the total space used in storage and then subtract the number of the dba_segments.

  • Satellite A100178/Geforce Go 7300 problem with LCD resolution 1680 * 1050?

    Hello

    I have a Toshiba A100178 pc (PSAA9). My question is about a new LCD from NEC P221W, that has a native resolution of 1680 * 1050. However, I can't put this resolution on my Toshiba A100178 machine (PSAA9).

    I have attached a CRT SONY earlier unfolding at 1600 * 1200 with no problem at all.

    It appears a Geforce Go driver (7300) issue when I google it. Somehow has the "lost" pilot the resolution 1680 * 1050. I tried some older versions of the driver (such as 179,48 most recent NVIDIA, 84.68 website to download from Toshiba site) without any help, the LCD insists clocked at 1280 * 1024. It is the highest resolution in display--> settings properties. Surely I would run my LCD to its optimal resolution.

    I also tried NVIDIA Control Panel--> change the resolution and create a customerize resolution of 1680 * 1050, but nothing's happened there either. I can't just create such a resolution.

    Any idea please? Thank you very much for your help!

    Bob

    about the list of the above problems, the machine is set in mode dual display...

  • Problems with lcd monitor

    I have an older comp with windows xp. I bought a new sony lcd with the intention to use it also for a super size moniter. I plugged with a RGB cable and was well at the first and soon my screen has a blue yellow cast. Thought is on TV so I exchanged it and the new one did the same. Any ideas?

    I have an older comp with windows xp. I bought a new sony lcd with the intention to use it also for a super size moniter. I plugged with a RGB cable and was well at the first and soon my screen has a blue yellow cast. Thought is on TV so I exchanged it and the new one did the same. Any ideas?

    One of the three things wrong:

    1. the monitor is defective.

    2. the video card is faulty.

    3. the cable linking the two is defective, or not tightly secured at both ends.

    Check the cable attachment being simpler, than the first.

  • with LCD projector broadcast traffic

    Hi all

    Help, please...

    How to enable broadcast on WISN on the same traffic VLAN / Interface...

    I have a LCD projector that when the customer do Auto search... the client will broadcast to 255.255.255.255 and somehow the Projetor LCD do not respond to broadcast by the customer traffic...

    I already configured the WISN to forward broadcast traffic...

    I already tested using cisco AP autonomous and have the LCD projector and laptop, joining the same ssid and make automatic search successfully...

    can someone help...?

    concerning

    Robin

    Just noticed that the multicast is enabled... try to disable that temporarily and see if your clients can communicate with the projector.

    Scott

  • the procedure call in the other schema with credentials of this scheme

    Hi, experts.

    I have this problem. I need to call a procedure of WORKSPACEOWNER1 schema SCHEMA1, but I need to do this as SCHEMA1 was WORKSPACEOWNER1.

    This is the procedure:

    CREATE OR REPLACE procedure WORKSPACEOWNER1.Test_stop_process is
    workspace varchar2(500);
    begin
    
    owbsys.wb_rt_script_util.set_workspace('WORKSPACE1');
    owbsys.wb_rt_script_util.deactivate_all();  
    end;
    

    Now, if I call the WORKSPACEOWNER1 procedure is not problem, but when I call to SCHEMA1

    begin
    workspaceowner1.test_stop_process;
    end;
    

    Throw this error:

    ORA-20008: the workspace with the name: WORKSPACE1 and owner: SCHEMA1 does not exist.

    You can find out the information of existing workspace from the ALL_IV_WORKSPACE view or view WORKSPACE_ASSIGNMENT.

    ORA-06512: at "OWBSYS. WB_WORKSPACE_MANAGEMENT', line 1602

    This is because WORKSPACE1 exist for WORKSPACEOWNER1 not for SCHEMA1.

    Is this possible?

    Thanks in advance.

    Concerning

    Hi, Ana GH.

    Thanks for the reply.

    I checked in Gobals and safety, and Yes, SCHEMA1 is registered as a user of WORKSPACE1.

    Finally, I can solve the problem using DBLinks. Looks like dblink executes the procedure next to WORKSPACEOWNER1.

    I have create a DBLink as:

    CREATE the LINK of DATABASE link_wks CONNECT TO workspaceowner1 IDENTIFIED BY pass USING "orcl".

    Then this:

    BEGIN

    WORKSPACEOWNER1. Test_stop_process@link_wks;

    END;

    Works.

    Thanks to you all. I learned a lot.

    Concerning

  • Import a table from a fullexport to an another schema with a different name

    Hello

    I habe a full export created with expdp. I want to import a table (tkz.verlauf) of this fullexport to another schema (Tom) with another (zzz) name of this table.

    I tried this:

    content = all

    Full = N

    Directory = ORADUMP

    dumpfile = fullexp.dmp

    sqlFile = IMP. SQL

    logfile = IMP.log

    schemas = tkz

    tables = verlauf

    remap_schema = tkz:blubb

    REMAP_TABLESPACE = verlauf:zzz

    But it does not work:

    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle 12 c database Release 12.1.0.1.0 - 64 bit Production

    UDI-00010: several work modes, patterns and paintings.

    When I use it without the 'paintings' all tables will be imported.

    Can someone help me?

    Best wishes Jessica

    Hi Jessica,.

    You must just have something like this

    Directory = ORADUMP

    dumpfile = fullexp.dmp

    logfile = IMP.log

    tables is TKZ. Verlauf

    remap_schema = tkz:blubb

    remap_table = verlauf:zzz

    Not sure if you want to rename the table or put a different tablespace (I did rename the table) - replace the last line with rather than table tablespace if you just want it in a different tablespace.

    See you soon,.

    Rich

  • Issue by creating OPSS schema with UCR.

    Hello

    There is a problem in creating the OPSS schema in oracle DB 11.2.0.3.0 even if the UCR (Oracle Fusion Middleware repository creation Utility 11 g (11.1.2.1.0) )

    it finished without error with status of the schema opss success at the end of the create operation.

    But the opss schema validation is getting does not, as evidenced by this query! I have the security configuration of the OPSS of this Doc store refferenced

    SQL > jps_dn desc;

    ERROR:

    ORA-04043: jps_dn of the object does not exist

    There is no error in the log of the RCU and opss.log as well.  Also NO problem to utter the other schema of OIM, OAAM, OAM

    Wonder what I'm missing here that preventing the shema not reflecting only or no Validation of it put failed in the database.

    Also, I tried changing this value sec_case_sensitive_logon to false to true in the comic book, but without result.

    in both cases the OPSS is getting failed schema validation.

    Greately appreciate any suggestion.

    Please see the following summary of the operation of the remote control

    Repository creation utility: create - completion summary

    Information on the database:

    Host name: ebs.oracle.com

    Port: 1521

    Service name: IAM. ORACLE.COM

    Logged in as: sys

    Prefix for schema owners (prefixable): DEV

    RCU Logfile: /data/Rootdownloads/rcuHome/rcu/log/logdir.2013-09-25_04-57/rcu.log

    Of component schemas that you created:

    The Logfile /data/Rootdownloads/rcuHome/rcu/log/logdir.2013-09-25_04-57/opss.log component status

    Oracle Platform Security Services Success

    Please suggest.

    Thank you

    Priya

    Hi Priya;

    This scheme is activated? If please check below step 1 link part and compare it with your steps

    SOA11g: Data Base as a policy store. RedStack

    Respect of

    HELIOS

  • Authorisation schemes with groups of ads - need help

    Hello

    I have an application in the apex with several pages.
    To explain to take Page6

    Is LDAP authentication (only checks if the user is in LDAP and password is correct)

    Page 6, I restrict access to different users of certain elements (elements/buttons)
    Users belong to three ad groups

    I created three authorisation as schemes:

    --------------------------------------------------------------------------------------------------------------------------
    DECLARE
    v_ldap_group VARCHAR2 (256): = 'CN is < GroupName >';.
    i_ret BOOLEAN;

    BEGIN

    i_ret: = chkauth_user_group (: P101_USERNAME,: P101_PASSWORD, v_ldap_group);

    IF i_ret THEN

    RETURN TRUE;

    ON THE OTHER

    RETURN FALSE;

    END IF;

    EXCEPTION
    WHILE OTHERS THEN
    RETURN FALSE;
    END;
    -------------------------------------

    But my problem is that P101_username and P101_Password is empty because it is purged automatically after the connection process
    P101_Username could be replaced by v ('APP_USER'), but not the password.

    My chkauth_user_group function made a simple_bind_s to find the groups - that works on the database - but needs a password for the user.

    Is it possible to search group_membership without user password? I searched a lot (dmbs_ldap_utl and check_membership) but I have no solution...

    Thank you!

    Kind regards
    Matthias

    Hello Matthias.

    Please take a look at this thread: {: identifier of the thread = 2336146}

    Who should clear some things for you if all goes well and maybe give you some ideas. (Also, if you do not have the directories oracle integrated with ad, why apex_ldap / dbms_ldap_utl.check_group_membership will not work).

  • Error in the call to a procedure that is packed on another schema with the alias name

    Hi all

    I call a packaged procedure that has the type as a parameter collection that resides in the remote database by using synonyms.for which I am creating a synonym in my current schema.

    Below the package in the remote database:
    CREATE or REPLACE PACKAGE test_hlr BODY
    AS
    PROCEDURE raj_test)
    pi_username IN VARCHAR2,
    pi_serial_no IN arr_numb, - type of user-defined collection
    po_error_code OUT NUMBER
    )
    AS
    BEGIN
    BECAUSE me IN pi_serial_no. FIRST... pi_serial_no. LAST
    LOOP
    INSERT INTO hlr_raj
    (user_name, serial_no
    )
    VALUES (pi_username, pi_serial_no (i)
    );
    END LOOP;
    END;
    END;



    I'm create synonym of package in my current database and call this package synonymous as shown below

    create synonym ram_test for ram_test@dblink

    CREATE or REPLACE PACKAGE test_bnr BODY
    AS

    PROCEDURE ram_test)
    pi_username1 IN VARCHAR2,
    pi_serial_no1 IN arr_numb, - type of user-defined collection
    po_error_code OUT NUMBER
    )
    AS

    BEGIN
    test_hlr.raj_test (pi_username = > pi_username1,)
    pi_serial_no = > pi_serial_no1,
    po_error_code = > po_error_code
    );
    END;
    END;

    When compiling above package am getting error below
    PLS-00306: wrong number or types of arguments in the call to ' RAJ_TEST


    If I remove the collection type and use types of primitive data and then do not get error.

    Please give suggestions, about the same.

    Kind regards
    Sri Ram.

    There is no need to declare the type arr_numb locally. In fact, two types with exact same statement and namesake are not the same type. Each type has a unique OID. You can specify own OID. Then you can create the types the and remote with same OID. But if the type is the type of PL/SQL it didn't need to. For example. ON remote DB:

    create or replace
      package pkg1
        as
          type arr_numb is table of number;
          procedure p1(
                       p_numb_arr IN arr_numb,
                       p_sum OUT number
                      );
    end;
    /
    create or replace
      package body pkg1
        as
          procedure p1(
                       p_numb_arr IN arr_numb,
                       p_sum OUT number
                      )
            is
            begin
                for i in 1..p_numb_arr.count loop
                  p_sum := nvl(p_sum,0) + p_numb_arr(i);
                end loop;
          end;
    end;
    /
    

    Now locally:

    set serveroutput on
    declare
        v_numb_arr pkg1.arr_numb@sol10;
        v_sum number;
    begin
        v_numb_arr := pkg1.arr_numb@sol10(1,2,3,4,5,6,7,8,9);
        pkg1.p1@sol10(v_numb_arr,v_sum);
        dbms_output.put_line(v_sum);
    end;
    /
    45
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    SY.

  • Schema with annotation element to TIMESTAMP WITH TIMEZONE dateTime

    Hiya,

    I have a big enough scheme, official registered in my database (version 11.1.0.7.0).
    As it is a bit complex (of BOA - XML schema for billing to the Denmark Government), I registered all the schema without any editing/annotation manual, but just accepted the default values.
    Which worked very well for many years.

    An element is a dateTime, which, of course, with no annotation, were lacking in TIMESTAMP.
    All data happened which looks like this: "2011-12 - 20 T 00: 00:00", and everything worked fine. (Indeed the right diagram should have used a date - nobody needs part time :-)))

    Now one of our suppliers have changed to a new format of BOA-Osama bin LADEN, but who is converted from the old PEO - XML before it happens in our society.
    The conversion program has decided to do this dateTime element to include time zone: "2011-12 - 20 T 00: 00:00 + 01:00".
    And if Oracle fails with an ORA-01830 because the item has not been annotated to TIMESTAMP WITH TIMEZONE.

    Question 1:

    Is it possible to tell Oracle 'after the fact' that this element in this scheme registered you must change TIMESTAMP TIMESTAMP WITH TIMEZONE?
    Or is the only possible way to manual annotation of the file schema and re - register everything from scratch?

    Question 2:

    After changing the TIMESTAMP WITH TIMEZONE element, this element will be then argue that data sometimes arrive with time zone in the xml file, and sometimes they come without time zone?
    Most of our suppliers (for now) continue sending "2011-12 - 20 T 00: 00:00" and will send "2011-12 - 20 T 00: 00:00 + 01:00". "."
    I just need to make sure that after changing to TIMESTAMP WITH TIMEZONE, then both formats will be supported?


    Thanks for any advice you can give me ;-)

    Well, in that case, delete and re-record the version annotated, which is the easiest way.

  • Flash Builder ADEP connection with LCD screens project

    I installed Flash Builder to talk about BlazeDS, but never at LCD screens in the context of a request of the ADEP.

    I am particularly interested in this area of my project properties:

    adep_ss12.jpg

    What should I do to get my build connected to the ADEP LCD screens?

    Thanks in advance!

    Here's my quick start for people with experience in Blaze DS or LCDs. Instructions are based on documentation... it's just a quick start to get you up and running quickly.

    The part you are looking for is the create a Flash Builder project for the echo service customer . This pulls in the configuration files when you create the project of the ADEP.

    http://blogs.Adobe.com/kmossman/files/2011/10/ADEP-data-services-quick-start.PDF

    Post edited by: Kurt Mossman

Maybe you are looking for