Comparison between instances report

Pls help on how to generate the comparison report between instances. We are on 11.5.10 and I observed that the comparison report takes input which is part of the same instance. In 11.5.10, is it possible to compare source and target instance configuration data.

Thank you
Shilpa

Hi Shilpa,

No, not at all. It does not matter whence came the extract. Primary/secondary Data Source LOV would show all extracts regardless of the instance.

I hope that your question is all about when you have no mapping between the source and target, how to compare configurations? Yes, it is possible.

Download extract the target instance and upload it to the source instance. Now, you can find the excerpt in the primary/secondary data Source LOV.

Tags: Oracle Applications

Similar Questions

  • How to compare CPU consumption between instances on the same host

    Hello

    We have an AIX server hosting 12 databases.
    I would like to get a glimpse of how the CPU is distributed among these 12 databases over a specific time period.

    Is it possible to show that in a chart using OEM? I have not found a way...
    I can see the CPU usage at the level of the host or the CPU per second for each individual database instance.
    But how do I make a valid comparison between instances of database?

    Is there another tool (UNIX level maybe) to do this in a simple way?


    Thanks in advance
    Frédéric

    http://applicationsdba.blogspot.in/2010/03/monitoring-CPU-usage-of-multiple-Oracle.html

  • Comparison between two tables

    Hello

    I have two tables USERS and LISTS:

    And I want that there is a comparison between these two tables executed when user table USERS connect to the application.

    They must compare the columns between the SEXES and AGE and if some users have the same attributes in its ranks as in a line in the table LISTS (here is unique each line) so that the user gets in his line in the column 'LIST_ID' the ID of the line with which attributes between GENDER and AGE.

    Example:

    USERS TABLE: exampleuser | Boby | McGrahem | Male | 18. -------

    LISTS OF TABLE: 28 | examplelist | Male | 18

    Once the Login of the user Boby gets in its ranks the ID = 28 because the SEX and AGE corresponds to the row of table LIST:

    Result:

    USERS TABLE: exampleuser | Boby | McGrahem | Male | 18. 28

    
    CREATE TABLE  "USERS" 
       (    "USERNAME" VARCHAR2(15) NOT NULL ENABLE, 
            "FORRNAME" VARCHAR2(15) NOT NULL ENABLE,                  
            "SURNAME" VARCHAR2(15) NOT NULL ENABLE, 
            "GENDER" VARCHAR2(10) NOT NULL ENABLE,   
            "AGE" NUMBER, 
            "LIST_ID" NUMBER, 
             CONSTRAINT " USERS_PK" PRIMARY KEY ("USERNAME")
      USING INDEX  ENABLE
    
    

    CREATE TABLE  "LISTS" 
       (    " LIST_ID" NUMBER NOT NULL ENABLE, 
            " LISTNAME" VARCHAR2(50) NOT NULL ENABLE, 
            "GENDER" VARCHAR2(10) NOT NULL ENABLE, 
            "AGE" VARCHAR2(3) NOT NULL ENABLE,  
             CONSTRAINT " LISTS_PK" PRIMARY KEY ("LIST_ID")
      USING INDEX  ENABLE
       
    

    I need help for coding this, if someone be so good.

    This is my essay:


    DECLARE  
        v_listid varchar2(100);   
        BEGIN  
          
        SELECT  LIST_ID into v_listgid
         FROM LISTS
         WHERE GENDER = (SELECT GENDER
                              FROM USERS 
                            WHERE UPPER(TRIM(USERNAME)) = UPPER(TRIM(:APP_USER)))
         AND AGE = (SELECT AGE
                              FROM USERS  
                            WHERE UPPER(TRIM(USERNAME)) = UPPER(TRIM(:APP_USER)));
    
         UPDATE USERS   
        SET LIST_ID =  v_listid   WHERE UPPER(TRIM(USERNAME)) = UPPER(TRIM(:APP_USER));  
      
        END;
    

    I'd like to REALLY shy away using the USER name as the primary key, because the fact that users can create duplicate user names... YOU should NEVER base a PK on the entry of user, the better to let the database create and maintain this element of date...

    FIX:

    UPDATE to users U

    SET List_Id = (SELECT List_Id OF lists L WHERE L.Gender = U.Gender and L.SOMENUMBER = U.SOMENUMBER) AND

    Upper (U.UserName) = UPPER(:APP_USER);

    Don't really want to cut the strings, Oracle which will do since they are of type varchar2 columns...

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • Comparison between ESX 4, Xen and Hyper-V

    Hello!

    Someone at - it a (new) comparison between ESX 4, Xen and Hyper V? Management performance, stability, cost and so on.

    Thank you to

    Hello

    Visit this link for the last comparison http://www.it20.info/misc/virtualizationscomparison.htm

    http://ctistrategy.com/2009/08/18/VMware-vSphere-Microsoft-HyperV-whitepaper/

    If you found this information useful, please consider awarding points to 'Correct' or 'useful '. Thank you!!!

    Prakash

  • Comparison between a static value type String and a type perhaps unrelated number

    Well I have another question of my book of text... so far I typed in exactly how they ask me to and even followed some screenshots of examples of theres. All me looks good, but of course, I'm the only one with an untrained eye.

    When I run this film I get a compiler error of: 1176 20 comparison between a static value type String and a type perhaps unrelated to line number

    Here is my code

    import flash.events.MouseEvent;

    Stop();
    var numberOfCookies:Number = 0;
    startBtn.addEventListener (MouseEvent.CLICK, getCookies);
    function getCookies(event:MouseEvent)
    {
    numberOfCookies = (Math.floor (Math.random () * (10)) + 1);
    var n: Number = 0;
    While (n < numberOfCookies)
    {
    var cookieInstance:cookieMC = new cookieMC;
    addChild (cookieInstance) .x = (Math.random () * 200) + 20, (cookieInstance) there (Math.random () * 150) = + 220;
    n ++ ;
    }
    }
    goBtn.addEventListener (MouseEvent.CLICK, checkNumberTyped);
    function checkNumberTyped(event:MouseEvent)
    {
    If (checkBox.text == numberOfCookies) //this is the line 20
    {
    gotoAndPlay (2);
    }
    on the other
    {
    gotoAndPlay (3);
    }
    }

    The error indicates well enough the problem... the compiler doesn't like to compare different types of things.  In your case, a type is a string, and the other type is a number.  If you need to force one of them to become another type, and you can go either way...

    If (checkBox.text is String (numberOfCookies))

    OR

    If ((checkBox.text) Number is numberOfCookies)

  • Go to URL that connects between both reports with no relation to

    Hi Experts,

    Sorry, this question may have been asked many times, but I wasn't able to get the required response.

    I have two reports Repor1 based on table 1 with columns A and B, Report2 based on the Table2 with columns C and D.

    First of all is it possible to create a URL to go moving between two reports based on tables having no replationship between them?

    My requirement is to create a hyperlink on column B in Report1 so that when a user clicks the hyperlink, it takes you to Report2 and filters Report2 C column using column values of table 1 A. Table1 and Table2 have no relationship between them.

    Thanks in advance,
    Anura

    Hello

    I think that in the code Url column, you could use single quotes

    In the writing of fx column under the formula,

    "[a href ="saw.dll? ". Go&path=/shared/paint%20Demo/testing/Report2&action=navigate&p0=1&P1=EQ&P2=markets.region&P3='|| Markets.Region |' "style =" "text-decoration: none; ' > ' |" CAST (Measures.Dollars AS CHAR for sale |) »<>

    Replace] [with >]

    In the style add the text-decoration: none; double quotes

    In report 2 be sure that Markets.Region column is invited.

    Thank you
    Vino

    Published by: Vinodh NK on July 29, 2010 03:27

  • 11 GR 1 material - sharing readonly tablespace between instances

    Using 11 GR 1 material, is it possible to share a tablespace readonly among multiple instances? The typical use for this would be for archival, historical/static data that must be shared between non-production environments (Dev, UAT, QA, etc.).

    Thoughts? Thank you

    >
    Using 11 GR 1 material, is it possible to share a tablespace readonly among multiple instances?
    >

    I guess you don't refer to a RAC - of course, tablespaces are shared between Instances of a CARS - but in different databases . Well, it is indeed possible. I just tested to confirm my first thought on this. You can see an example here:

    http://uhesse.WordPress.com/2010/02/03/sharing-read-only-tablespaces-between-databases/

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • copy the systemic default values between instances

    Using Catalog Manager, which object (s) that I have to copy - paste between instances in order to maintain the systemic default values?

    If it's in the manual, I missed it. :(

    -John

    In Catalog Manager join/system/metadata & copy one with domain name...
    for ex: If you have formatted a column under subject area A then the file would be stored as/system/metadata/A... corresponding to the file and use it.

    Thank you.

  • Chains of passage between interactive reports

    Is it possible to pass strings between interactive reports? I need to put up a link in the column to apply a filter to a report based on the value of a column that contains a string value. I followed the instructions on this site and the Application Builder user's Guide: http://www.oracle.com/technology/obe/apex/apex31nf/apex31advirr.htm. However, by clicking on the link of the column produces an unfiltered report. I tried to use a numeric column instead of a string column, and the filter worked correctly. No idea why this happens and how I can work around it?

    Thank you
    user8641601

    Josh,

    You can try to make the target URL link and paste the following text:

    f? p = & APP_ID.: 11: & SESSION. : & DEBUG. : IR_Patient_ID: #SHC #.

    You need to replace the 11 with the page you are redirecting too well. This is the URL, developed from my link.

    Mike

  • How to communicate between instances of Labview application?

    Hello, I have a question on how to communicate data between two instances of labview application on different computers connected via a network.

    I'll explain what I'm doing:

    I have a data acquisition program that was divided into two independent parts. The backend is responisible for the acquisition of data from several DAQ hardware, and the interface simply displays the data collected. The two parties are coupled by events in labview. The backend sends a new event data (for any one listening) whenever he gets new data and the frontend listens to these events and updates of some graphics on the front panel each time it receives this event. Other than the two parties have no communication.

    Now it is necessary to split the frontend and backend on two different computers, connected via a network. The backend will be connected to DAQ devices as usual, but the frontend is running on another computer.

    So my questions are: will be the my current communication mechanism still work on multiple instances of labview application? And if not, what is the best way to connect the two in a minimum amount of new code, and without interrupting the current program, if I decided to their port of return on the same computer?

    (I thought that a kind of middle-man would be the best who is responsible for networking).

    Please, any advice will be useful!

    Paul.

    I think that the best way to do this is a TCP/IP link.  You can do it, as you suggested, with a pair of 'intermediate' screw at one end, catch you user events in a VI and send them over the network; on the other end, you receive data and turn it into an event, requiring minimal changes to the rest of your code.  The TCP/IP screws are pretty easy to use and there are good examples of LabVIEW.  NEITHER offers the Simple e-mail reference library.  You can also watch "robust TCP' Jack Hamilton of LabUseful.com (WARNING: I've never used or not even watched these screws and cannot check they are really helpful, I have seen discussion and links to them).

  • Need a Simple comparison between Analyzer vs capacity see

    Does anyone have a simple list of a page that compares the difference in capabilities between the Analyzer vs journalist licenses/roles?

    Hi Kurt,.

    Here are the main differences between the journalist and the parser - with a Reporter User, you can:

    • Do a simple formatting for charts/graphics.
    • ALTER existing report but may not fundamentally change the displayed data.
    • Cannot filter data that already exists in the report.
    • All changes can be saved for the user to journalist see and not shared with others in their organization.

    Whereas, with a monitor you can:

    • Advanced formatting to charts/graphs.
    • Create a report or dashboard of the Eloqua data model.
    • Filter (slice and dice) on all the data available in the data model.
    • Save new or modified for anyone in their organization to see reports.

    I hope this helps.

    VIC

  • difference between "Instance ID" in em and 'instanceId' in the task properties

    Hello

    in the workspace bpm, I show "instanceId" tasks. I thought that this Id is the same 'ID of Instance' in enterprise manager, but they are technical.

    What is the difference and how to keep track of proceedings in em?

    also is it possible to get the instance id after a web service is called and the instance is generated?

    Hello Zi,

    Indeed, there is a difference between two identifiers, and there are a couple of identifiers when it comes to Oracle BPM projects in general.

    The larger entity is the dosage, also known as "composite service application" (sca). The composite contains business process (BPMN 2.0 - based application, where Oracle BPM Suite or application oriented BPEL, where Oracle SOA Suite) and the components of the service (such as adapters, business rules, and human tasks. Each of them has its appropriate instance ID.

    • The sca instance ID is the one that is indicated on the dashboard in enterprise manager.
    • The process instance ID can be checked in enterprise manager on tab instances of the process according to (to be selected from the dashboard below metrixs component). Usually, the process instance ID is equal to the sca + 1000 instance ID.
    • The human task instance ID can be checked in enterprise manager on tab of instances of the human task component according to (to be selected from the dashboard below metrixs component). It is also displayed in the properties of the task in the BPM workspace. Usually, the task instance ID is equal to the instance ID of the process of appeal to the task instance.
    • The instance ID of services such as adapters behaves similar to the human task instance ID.

    Please let me know if this helps + return if you have additional questions.

    Best regards

    km

  • in comparing the index and a table between instances PK

    Aloha!

    I'll compare the indices and the PK's (Constraint) of 3 instances.

    This table of s/n/s best use? The comparison is made on a specific schema only.

    Please be kind enough to write the script that I need or tables.

    PS
    Which is better dba_ind_columns or dba_objects?

    BR,
    Hades

    Published by: TheHades0210 on December 2, 2012 21:58

    TheHades0210 wrote:
    Hello

    Thank you for these elaborate explanation. I just want to know why under dba_ind_Columns INDEX_NAME, some of the names of the characters $ and #. Is it system generated index?

    very probably are generated, the system but not necessarily.

    If so, what application generates this index?

    I don't know what applications are installed in your DB.
    No objects appear spontaneously.
    Someone has published the DDL that created.

  • Consistency of data between Instances

    Hello

    We use 2 Standard Edition 11.2.0.3. I was wondering if there is a way to maintain consistent data between two independent instances without use of GoldenGate?
    The standard edition we can be a target for Oracle Streams, but we cannot read of redo log for changes, so no source.

    Could you please tell if there is a way?

    Thank you

    user11181920 wrote:

    You create a trigger for each table that you want to replicate.

    "Triggers are bad!" Tom Kyte.

    This is true especially with autonomous transactions to the breast.

    This is an ancient way. There are more advanced things in Oracle for replication. That is editable mast views, Advanced Replication...

    Advances of replication are available under EA, changes can be updated MView will be rejected after the next refresh.

  • Fill in between Dates report

    I created a report that displays rows of data, and each row contains a start date and an end date. The Dates can be any number of days apart.

    I need to report that these data will be used to display the number of lines that fall between those two dates, and reports show that Count for each of the next 7 days.

    If someone can point me in the right direction would be appreciated. I don't know what to look for.

    If the command prompt is dates...
    then create a varialbe request so that it pv_date

    use in RPD create a column "number of workers.
    inside the column, write the formula as

    -case when pv_date between start_date and end_date then fine, otherwise 0 1

    then in responses use it as sum (No of Workers') in the PivotTable...

    It could be that useful...

    Thank you
    Ashish

Maybe you are looking for