Do we need run catbundle.sql file for new databases.

dear all,
i have doubt over execution of catbundle.sql or not?
scenario:
i have insatlled 10gr2 on rhel5 and applied patchset 4 (10.2.0.5) and applied Oracle® Database Patch 10248542 - 10.2.0.5.2 Patch Set Update
after this i have create fresh database.
now,
in Oracle® Database Patch 10248542 - 10.2.0.5.2 Patch Set Update document it has specified in belwo section
3.4 Post Installation Instructions for Databases Created or Upgraded after Installation of PSU 10.2.0.5.2 in the Oracle Home
These instructions are for a database that is created or upgraded after the installation of PSU 10.2.0.5.2.
You must execute the steps in Section 3.3.2, "Loading Modified SQL Files into the Database" for any new database only if it was created by any of the following methods:
Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
Using a script that was created by DBCA that creates a database from a sample database
Cloning a database that was created by either of the two preceding methods, and if the steps in Section 3.3.2, "Loading Modified SQL Files into the Database" were not executed after PSU 10.2.0.5.2 was applied
Upgraded databases do not require any post-installation steps.
so do we need to run catbundle here or not.
since i have created fresh database after applying 10.2.0.5 PSU2 why does it required.
opatch output:
[oracle@RG615 ~]$ opatch lsinventory
Invoking OPatch 10.2.0.5.1
Oracle Interim Patch Installer version 10.2.0.5.1
Copyright (c) 2010, Oracle Corporation. All rights reserved.
Oracle Home : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1
Central Inventory : /prd/crm/swbcrmdb/usr/oracle/oraInventory
from : /etc/oraInst.loc
OPatch version : 10.2.0.5.1
OUI version : 10.2.0.5.0
OUI location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/oui
Log file location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2011-05-03_11-41-34AM.log
Patch history file: /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch_history.txt
Lsinventory Output file location : /prd/crm/swbcrmdb/usr/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/lsinv/lsinventory2011-05-03_11-41-34AM.txt
Installed Top-level Products (2):
Oracle Database 10g 10.2.0.1.0
Oracle Database 10g Release 2 Patch Set 4 10.2.0.5.0
There are 2 products installed in this Oracle Home.
Interim patches (1) :
Patch 10248542 : applied on Tue May 03 07:32:29 BST 2011
Unique Patch ID: 13292123
Created on 25 Dec 2010, 23:11:24 hrs PST8PDT
Bugs fixed:
6402302, 9713537, 8350262, 9949948, 8394351, 10327179, 8546356, 9711859
9714832, 9952230, 10248542, 8544696, 9963497, 9772888, 8664189, 10249537
7519406, 9952270, 8277300, 9726739
OPatch succeeded.

Pl post the output of view DBA_REGISTRY_HISTORY - see MOS Doc 605795.1 (Introduction To Oracle Database catbundle.sql)
Was the database created using DBCA or manually using scripts ?
Srini

Similar Messages

  • I need OrderEntry schema SQL file for Oracle 10g Express

    It seems Oracle 10g Express does not come with oe schema.
    I do not want to download another Oracle.

    I think its doable:
    1) http://www.oracle.com/technology/obe/obe1013jdev/common/OBEConnection.htm
    Download the sample_schema_scripts9i10g.zip
    Since you have Oracle Express you should unzip it to :
    C:\oraclexe\app\oracle\product\10.2.0\demo
    Thereafter copy
    C:\oraclexe\app\oracle\product\10.2.0\demo\schema\order_entry
    to
    C:\oraclexe\app\oracle\product\10.2.0\server\demo\schema
    then :
    C:\oraclexe\app\oracle\product\10.2.0\demo\schema>path=c:\oraclexe\app\oracle\pr
    oduct\10.2.0\server\BIN
    C:\oraclexe\app\oracle\product\10.2.0\demo\schema>sqlplus system/manager
    then
    @mksample as described in http://www.oracle.com/technology/obe/obe1013jdev/common/OBEConnection.htm
    I agree with you that this was not straight forward since these scripts are pretty complex, but I did this now and I have at least the customer - orders relation up and running so I hope it helps.
    kind regards
    Terje

  • How to run @catbundle.sql

    Hello
    we are planning to apply patch for our Oracle RDBMS 11.2.0.2(3 node RAC) on RHEl 5.6.The patch is GI PSU 11.2.0.2.7
    Now in the post-installation steps i need to run catbundle.sql script, for that do i need to shutdown the database(all instances), startup only one instance, run the script and start the database(all instances) or i can run the script from one instance with all remaining instances up and running.
    Thanks

    Hi;
    As mention here you can find how you should use catbundle.sql in patch's read me part.
    I suggest also review:
    catbundle.sql - FAQ [ID 834644.1]
    Introduction To Oracle Database catbundle.sql [ID 605795.1]
    Regard
    Helios

  • Do we need to run catbundle.sql for ANY new db we create after CPU's?

    We're in the middle of reviewing the JAN2009CPU readme, and found a curiosity in the patch notes.
    - Our platform is Oracle 10.2.0.4 Enterprise Edition on Solaris 10 64-bit.
    In the Post-Patch instructions for the CPU, we see the following clause
    {color:#3366ff} ...
    3.3.5, "Post Installation Instructions for New and Upgraded Databases"
    These instructions are for both non-RAC environments and RAC environments
    when a database is created or upgraded after the installation of CPUJan2009.
    You must execute the steps in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for *any new database that was created* by any of the following methods:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    Upgraded databases require no post-installation steps to be executed.
    {color}
    I don't understand -- does this mean we have to do the following any time
    we create a new database from now on?
    - run dbca
    {color:#ff0000} - run '@?/rdbms/admin/catbundle.sql cpu apply'
    - check $ORACLE_HOME/cfttoollogs/catbundle/catbundle_CPU_<SID>_APPLY_<TimeStamp>.log for errors
    - run '@?/cpu/view_recompile/view_recompile_jan2008cpu'{color}
    I would have thought that the new SQL scripts under $ORACLE_HOME are already
    upgraded, so that we do not *have* to do any extra work on top of simply running
    dbca to create a new DB.
    I see a similar phrase in the CPU2008JUL (patch 7150470):
    {color:#0000ff} "You must execute the steps in this section (Section 3.3.2.1,
    "Loading Modified .sql Files into the Database") for any new database you create
    or any database upgraded to this release since the CPUJul2008 patch was applied."
    {color}
    .. AND CPU2008OCT (patch 7375644):
    {color:#0000ff} You must execute the steps ... for any new database you create or
    any database upgraded to this release since the CPUOct2008 patch was applied.
    {color}
    .. but the April 2008 CPU (patch 6864068) doesn't have these clauses.
    Can anybody clarify this issue? Have you created DB's after the JAN2009 CPU
    and not run the catbundle.sql, had any problems?
    Edited by: lrp on Feb 4, 2009 2:45 PM

    lrp wrote:
    We're in the middle of reviewing the JAN2009CPU readme, and found a curiosity in the patch notes.
    - Our platform is Oracle 10.2.0.4 Enterprise Edition on Solaris 10 64-bit.
    In the Post-Patch instructions for the CPU, we see the following clause
    {color:#3366ff} ...
    3.3.5, "Post Installation Instructions for New and Upgraded Databases"
    These instructions are for both non-RAC environments and RAC environments
    when a database is created or upgraded after the installation of CPUJan2009.
    You must execute the steps in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for *any new database that was created* by any of the following methods:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    Upgraded databases require no post-installation steps to be executed.
    {color}
    I don't understand -- does this mean we have to do the following any time
    we create a new database from now on?
    - run dbca
    {color:#ff0000} - run '@?/rdbms/admin/catbundle.sql cpu apply'
    - check $ORACLE_HOME/cfttoollogs/catbundle/catbundle_CPU_<SID>_APPLY_<TimeStamp>.log for errors
    - run '@?/cpu/view_recompile/view_recompile_jan2008cpu'{color}
    I would have thought that the new SQL scripts under $ORACLE_HOME are already
    upgraded, so that we do not *have* to do any extra work on top of simply running
    dbca to create a new DB.
    I see a similar phrase in the CPU2008JUL (patch 7150470):
    {color:#0000ff} "You must execute the steps in this section (Section 3.3.2.1,
    "Loading Modified .sql Files into the Database") for any new database you create
    or any database upgraded to this release since the CPUJul2008 patch was applied."
    {color}
    .. AND CPU2008OCT (patch 7375644):
    {color:#0000ff} You must execute the steps ... for any new database you create or
    any database upgraded to this release since the CPUOct2008 patch was applied.
    {color}
    .. but the April 2008 CPU (patch 6864068) doesn't have these clauses.
    Can anybody clarify this issue? Have you created DB's after the JAN2009 CPU
    and not run the catbundle.sql, had any problems?
    Edited by: lrp on Feb 4, 2009 2:45 PMIt's pretty explicit:
    *You must execute the steps* in Section 3.3.2.1, "Loading Modified .sql Files
    into the Database"" and Section 3.3.2.2, "Recompiling Views in the Database"
    for any new database that was created <b><i><u>by any of the following methods</u></i></b>:
    - Using DBCA (Database Configuration Assistant) to select a sample database (General, Data Warehouse, Transaction Processing)
    - Using a script that was created by DBCA that creates a database from a sample database
    - Cloning a database that was created by either of the two preceding methods,
    and if Section 3.3.2.1, "Loading Modified .sql Files into the Database"
    was not executed after CPUJan2009 was applied.
    So, if you create a database by any of the explicitly listed methods (all of which are creating a database from a backup that my have been made of a database that was not patched to that level) then you need to run the scripts. If you create a database by some other method (about all that is left is a command line CREATE DATABASE) then part of that creation will necessarily include running the necessary cat* scripts, which will already be at the correct level.

  • Should we run catbundle.sql after DB is created?

    Hello, I installed oracle 11.1.0.7 and installed the CPU 2011 patch(10249534).
    I am planning to create the database after few weeks. So after creating the database, should i run the below scripts?
    Since this is part of patch instruction.
    *3.2.2.1 Loading Modified SQL Files into the Database*
    The following steps load modified SQL files into the database. For a RAC environment, perform these steps on only one node.
    For each database instance running on the Oracle home being patched, connect to the database using SQLPlus. Connect as SYSDBA and run the catbundle.sql script as follows:*
    cd $ORACLE_HOME/rdbms/admin
    sqlplus /nolog
    SQL> CONNECT / AS SYSDBA
    SQL> STARTUP
    SQL> @catbundle.sql cpu apply
    SQL> QUIT
    The catbundle.sql execution is reflected in the dba_registry_history view by a row associated with bundle series CPU.

    Pl see Q6 in MOS Doc 605795.1 (Introduction To Oracle Database catbundle.sql)
    HTH
    Srini

  • How can get a database like ****.SQL file for test in sqlplus in oracle8i

    How can get a database like ****.SQL file for test in sqlplus in oracle8i,I am a beginner,thanks

    I'll give it a guess as to what it is you want but I'm afraid you'll have to give some more information to go on. I appreciate it's difficult for people who are beginners or who don't have English as their first language.
    Are you trying to run a SQL file? From SQL*plus you can do either of these:
    SQL> start my_file
    or
    SQL> @my_file
    N.B.: if th efile has a .sql extension you don't need to include it, but you do for any other file extension e.g.
    SQL> @myfile.run
    Here is the page Vijay referred to:
    Re: Physical storage Checks & adding disk on server. I hope you find it useful.
    You will more helpful links (including links to the Oracle on-line manuals at this page:
    Re: How to attach a java bean in forms6i
    good luck, APC

  • Oracle 9i export error after running catexp.sql file

    After running catexp.sql file in oracle 9i 9.2.0.7.0 as system user,it gives the following error while logging
    ORA-04020: deadlock detected while trying to lock object SYS.DBMS_STANDARD
    please help me..............

    "catexp.sql" is to be run by SYS AS SYSDBA.
    You'd have to cleanup any extra objects that you created in the SYSTEM account.
    Why did you think that you needed to run "catexp.sql" ? Are you exporting using 9i exp against a 10g database or against a 9i database ?

  • HT3669 I only have a HP printer and why I need to install a file for all the HP printers drivers 590MB??? if normally the size of my file should be 5MB.  some one could me help to avoid installation of 590MB for my new mountain lion software???

    Hi guys..!!
    I would like to know if someone could help on this:
    I just have a HP printer (HP Designjet 100) and for some reason I need to install a file for all the HP printers drivers in total 590MB to be able to use my printer in my mountain lion???
    If normally the size of my files in the for previous software was more or less 5MB why now i need to install 590?
    Some one could help me how to avoid installation of 590MB for my new mountain lion software???
    Thanks

    If you go to http://support.apple.com/downloads and locate the HP Printer Drivers installer, you will find that it is 473.4 MB (for version 2.11). If you install this, it will install the full set of drivers for every model of HP printer that is supported by the drivers distributed through Apple. The disk space occupied once installed will probably be larger than the download, since the downloaded file is compressed.
    On the other hand, if you have an HP printer connected and you use Software Update (or the Update tab in App Store), that should offer you a much smaller set of HP drivers, which are only applicable to your printer (and possibly a few similar ones). These updates are typically only tens of megabytes rather than hundreds of megabytes.
    If Software Update doesn't offer you any HP drivers then it either thinks you have the latest drivers installed already, or the printer model is not supported by the drivers available from Apple.
    This article lists all of the printer models for which Apple distributes the driver:
    http://support.apple.com/kb/HT3669

  • How do I "run" an ldt file for Service Contracts?

    Ref. BugNo. 4450150
    How do I “run” an .ldt file for Service Contracts?
    Do I use FNDLOAD and if so is this the way to do it
    FNDLOAD apps/apps_password 0 Y UPLOAD @FND:OKS_TOP/patch/115/import/US/okskfinv.ldt
    Thanks

    See Note:142483.1
    Subject: How to Define the ORACLE_SERVICE_ITEM_FLEXFIELD

  • I need to download installation files for my Adobe Acrobat Standard 9.5.5.

    I need to download installation files for my Adobe Acrobat Standard 9.5.5. There are no links to be found for this version on the adobe site..
    I have two licenses for adobe acrobat, but cannot find my software. Any help with a direct link to the standard version would be helpful.
    The professional version does not work with the standard licens.

    if you purchased from adobe, log in to your account and check your order history, https://www.adobe.com/account.html
    if you acquired via dell, https://smartsource.dell.com/
    if you purchased elsewhere, contact the vendor.

  • What flash player to use on iPad 2 that is similar to Adobe Flash Player?  Need this to choose files for upload of assignments to my online university.  I started my profile using my iPad 2 and couldn't choose a picture to upload as well.  Hmm

    What flash player to use on iPad 2 that is similar to Adobe Flash Player?  Need this to choose files for upload of assignments to my online university.  I started my profile for this site using my iPad 2 and couldn't choose a picture to upload as well.  Hmm

    There is no "flash player similar to Adobe Flash Player". Flash is a proprietary Adobe product. There is currently no version of Flash for iOS.

  • Running all *.sql files in one go

    Hi All,
    Can anyone help me in running all *.sql files in specific folder in one go??

    Go to Form Edit mode, enter the Fields list, press Ctrl+A, then Delete.

  • How to run the .sql file in sql prompt?

    i want to run the .sql file in sql prompt

    Hi,
    You can navigate to the directory where the .sql files is stored and launch the SQL Prompt.
    After you login, you can run your script like this :
    SQL>@my_script.sql;
    Regards,
    Sandeep

  • Run Multiple SQL's in one Database and record there counts automatically.

    Hi ,
    I have to run 33 Sql's in three databases seperately and then have to match there counts, manually if i do it takes 3+ hours, is there any way to automate this in Toad i.e all 33 Sql's run in different databases and in the end i get the result count of all of them and then i compare the results.
    The 33 queries are:-
    select count(*),'FND_LOOKUP_VALUES' as TABLE_NAME from FND_LOOKUP_VALUES a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CSF_DEBRIEF_HEADERS' as TABLE_NAME from CSF_DEBRIEF_HEADERS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CSF_DEBRIEF_LINES' as TABLE_NAME from CSF_DEBRIEF_LINES a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENTS_AUDIT_B' as TABLE_NAME from CS_INCIDENTS_AUDIT_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENT_LINKS' as TABLE_NAME from CS.CS_INCIDENT_LINKS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENT_SEVERITIES_TL' as TABLE_NAME from CS_INCIDENT_SEVERITIES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENT_STATUSES_TL' as TABLE_NAME from CS_INCIDENT_STATUSES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENT_TYPES_TL' as TABLE_NAME from CS_INCIDENT_TYPES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENT_URGENCIES_TL' as TABLE_NAME from CS_INCIDENT_URGENCIES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENTS_ALL_B' as TABLE_NAME from CS_INCIDENTS_ALL_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_HZ_SR_CONTACT_POINTS' as TABLE_NAME from CS_HZ_SR_CONTACT_POINTS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CS_INCIDENTS_ALL_TL' as TABLE_NAME from CS_INCIDENTS_ALL_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'CSI_ITEM_INSTANCES' as TABLE_NAME from CSI_ITEM_INSTANCES a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_RS_GROUPS_B' as TABLE_NAME from JTF_RS_GROUPS_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_REFERENCES_B' as TABLE_NAME from JTF_TASK_REFERENCES_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'OKC_K_LINES_B' as TABLE_NAME from OKC_K_LINES_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'OKC_K_ITEMS' as TABLE_NAME from OKC_K_ITEMS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'HZ_RELATIONSHIPS' as TABLE_NAME from HZ_RELATIONSHIPS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'HZ_CONTACT_POINTS' as TABLE_NAME from HZ_CONTACT_POINTS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'HZ_PARTY_SITES' as TABLE_NAME from HZ_PARTY_SITES a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'MTL_SYSTEM_ITEMS_TL' as TABLE_NAME from MTL_SYSTEM_ITEMS_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_ASSIGNMENTS' as TABLE_NAME from JTF_TASK_ASSIGNMENTS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_PRIORITIES_TL' as TABLE_NAME from JTF_TASK_PRIORITIES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_PRIORITIES_B' as TABLE_NAME from JTF_TASK_PRIORITIES_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_STATUSES_TL' as TABLE_NAME from JTF_TASK_STATUSES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASKS_B' as TABLE_NAME from JTF_TASKS_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_OBJECTS_TL' as TABLE_NAME from JTF_OBJECTS_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_TYPES_TL' as TABLE_NAME from JTF_TASK_TYPES_TL a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_AUDITS_B' as TABLE_NAME from JTF_TASK_AUDITS_B a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'JTF_TASK_ASSIGNMENTS' as TABLE_NAME from JTF_TASK_ASSIGNMENTS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*),'EMCCS_SRLOG_ADD_AUDIT_COLMS' as TABLE_NAME from EMCCS_SRLOG_ADD_AUDIT_COLMS a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*), 'cs_incident_statuses_b' as TABLE_NAME from cs.cs_incident_statuses_b a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    select count(*), 'jtf_task_statuses_b' as TABLE_NAME from jtf.jtf_task_statuses_b a
    where a.creation_date > to_date('08/06/2010','mm/dd/yyyy')
    and a.creation_date <= to_date('08/07/2010','mm/dd/yyyy');
    Thanks in Advance.

    Hi,
    From TOAD you can connect to three different databases- that is different sessions with different DB's
    make a use of union operator and execute the queries.
    You can see the output in - output window.
    Select the output and right click save to excel sheet.
    Parallely you can run 33 sql in other sessions, do the same process as stated above and save to the same excel sheet but different instance (different sheet of excel)
    Now compare -- its demo for how to utilize the tool.
    Other way around, Create one table with two columns table_name, count.
    execute the select queries with union Operator and directly insert into the table.
    Perform the same above two steps in different databases.
    Now, from one database - create database link to other two dabases and provide select privilege on that table in order to access.
    Now, write a query to compare two tables using dblink.
    HTH
    - Pavan Kumar N
    OCP- Oracle 9i/10g
    http://oracleinternals.blogspot.com

  • SQL mirroring for CMS database

    I don't think SQL mirroring for CMS database is supported. anybody has any information onthis?

    This is error ...
    Database-level error reported by JDBC driver while executing statement 'UPDATE
    CLIARC SET CLICL3 = 0 WHERE clicl1 = 10'. The JDBC driver returned the following error message: 'java.sql.SQLException: CLIARC en PROXL07 de tipo *FILE no encontrado. Causa . . . . . : CLIARC en PROXL07 tipo *FILE no se ha encontrado. Si se trata de una sentencia ALTER TABLE y el tipo es *N, no se ha encontrado una restricción o partición. Si no se trata de una sentencia ALTER TABLE y el tipo es *N, no se ha encontrado una función, procedimiento o desencadenante. Si no se ha encontrado una función, CLIARC es el programa de servicio que contiene la función. La función no se encontrará si el nombre externo y el nombre de uso no coinciden exactamente. Examine en las anotaciones de trabajo para ver si encuentra un mensaje que dé más detalles sobre el nombre de función que se está buscando y el nombre que no coincide. Recuperación . : Cambie el nombre y vuelva a intentar la petición. Si el objeto es un grupo de nodos, asegúrese de que el producto DB2 Multisystem está instalado en el sistema y cree un grupo de nodos con el mandato CL CRTNODGRP. Si no se ha encontrado la función externa, asegúrese de que las mayúsculas y minúsculas del EXTERNAL NAME en la sentencia CREATE FUNCTION coinciden exactamente con las mayúsculas y minúsculas del nombre exportado por el programa de servicio.'. For details, contact your database server vendor. 
    The sentences in using are following:
    Query Sql Statement: select clicl2  from proxl.cliarc where clicl1 = 10
    Update Sql Statement: UPDATE CLIARC SET CLICL3 = 0  WHERE clicl1 = 10
    Tks for your help anybody

Maybe you are looking for

  • Error while activating ABAP proxy object

    Hello, I can see all the interfaces of PI7.0 in my ECC6.0 system. I am able to create abap proxy object of a interface. But when I try to activate that I am getting error as "RFC system error for destination GTADIR_SERVER". Pl can you suggest. apprec

  • "Cannot connect to the iTunes Store" when using WiFi and Cisco VPN

    hi I'm on iPhone software 2.0 and have a connection to the internet via WiFi and VPN (using the integrated Cisco client). Everything works fine (Safari, Mail, mobileme push of contacts and calendars) but the iTunes Store and the App Store won't. Whil

  • I can't purchase apps it says "your purchase cannot be complete" how do I fix this?

    I can't purchase apps it says "your purchase cannot be complete" how do I fix this?

  • How do I add in a MIDlet in a file like tis

    Hi all, Im very new to J2ME....I get an error on : Unable to create MIDlet EchoServer java.lang.InstantiationException: Class not a MIDlet      at com.sun.midp.midlet.MIDletState.createMIDlet(+51)      at com.sun.midp.midlet.Selector.run(+22) And her

  • Some newbie POWL feeder class questions

    Hi, I'm just working with POWLs resp. the associated feeder class. At the moment I have two question that hopefully could be answered by someone: 1) Is it possible to modify the UI layout of the selection criteria in a way that they will be displayed