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

Similar Messages

  • 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

  • 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.

  • Why it is required to run adupdlib.sql after cloning

    Hello All,
    Every week we need to refresh oracle EBS [11.5.10] from prod.
    As per the steps after the restoration of database [10g R2] for , why every time it is required to run adupdlib.sql so at dbTier?
    What actually the scripts does? What will happen if at all I will not execute the script?
    Please suggest.
    Thanks-
    P

    user9093772 wrote:
    Hello All,
    Every week we need to refresh oracle EBS [11.5.10] from prod.
    As per the steps after the restoration of database [10g R2] for , why every time it is required to run adupdlib.sql so at dbTier?
    What actually the scripts does? This script update the libraries with the correct file specifications (check the contents of the script for details).
    for 11i it updates .so library files version
    What will happen if at all I will not execute the script?libraries wont get updated
    please log a SR with oracle to know more about the scripts
    :) AppsMasti ;)
    sharing is Caring

  • Regarding running catcpu.sql after applying patch

    Hi all,
    database version: 11.2.0.2 (single instance)
    Os: Windows 32-bit
    I have applied a bug patch in oracle home 11.2.0.2, but as per the document i didn't run the catcpu.sql after applying the patch in my database.
    After 1 month today i run the catcpu.sql in the database (Dev database), it gives the following sys objects invalid: (after running utlrp.sql also this persist)
    DBMS_SCHEDULER
    DBMS_ISCHED
    DBMS_ISCHED_CHAIN_CONDITION
    SCHEDULER$_JOB_EVENT_HANDLER
    could anyone please help me.
    Thanks in advance

    user12133150 wrote:
    Hi all,
    database version: 11.2.0.2 (single instance)
    Os: Windows 32-bit
    Pl identify exact OS version
    >
    I have applied a bug patch in oracle home 11.2.0.2, but as per the document i didn't run the catcpu.sql after applying the patch in my database.
    Pl identify the patch number
    After 1 month today i run the catcpu.sql in the database (Dev database), it gives the following sys objects invalid: (after running utlrp.sql also this persist)
    DBMS_SCHEDULER
    DBMS_ISCHED
    DBMS_ISCHED_CHAIN_CONDITION
    SCHEDULER$_JOB_EVENT_HANDLER
    could anyone please help me.
    Thanks in advancePl identify why you ran catcpu.sql after 1 month.
    Pl compile these objects manually and post the compilation error here
    HTH
    Srini

  • Error in running adstats.sql after applying patch 6810189 on 10.2.0.2

    following error faced when run the script adstats.sql through sys user after starting the database with restrict option:
    SQL> @/backup/adstats.sql;
    Connected.
    --- adstats.sql started at 2010-09-13 21:44:26 ---
    Checking for the DB version and collecting statistics ...
    declare
    ERROR at line 1:
    ORA-12801: error signaled in parallel query server P002
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_STATS", line 13591
    ORA-06512: at "SYS.DBMS_STATS", line 13937
    ORA-06512: at "SYS.DBMS_STATS", line 14015
    ORA-06512: at "SYS.DBMS_STATS", line 13974
    ORA-06512: at line 2
    ORA-06512: at line 33
    Can anyone help?
    Thanks in advance,
    Umair

    Hi,
    I made the changings as follows:
    SQL> alter database default temporary tablespace temp2;
    Database altered
    But I got new error as such after starting the database in restricted mode:
    $ sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 15 11:22:49 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Enter password:
    Connected to an idle instance.
    SQL> startup restrict;
    ORACLE instance started.
    Total System Global Area 1073741824 bytes
    Fixed Size 2089440 bytes
    Variable Size 427822624 bytes
    Database Buffers 629145600 bytes
    Redo Buffers 14684160 bytes
    Database mounted.
    Database opened.
    SQL>@adstats.sql;
    ERROR:
    ORA_01031: insufficient priviliges
    $ pwd
    /proddb
    $ ls -l ad*
    -rwxr-xr-x 1 oracle dba 2763 Sep 15 11:16 adstats.sql
    $ id
    uid=203(oracle) gid=204(dba)
    $
    Can anyone suggest about the reason?
    Thanks & Regards,
    Umair

  • Catbundle.sql taking too much time while running it for CPU-April2011

    Hi ,
    I am on oracle 11.1.0.7.0 and I am applying the CPU patch April 2011.
    OS is Solaris SPARC.
    As part of that , i am running the catbundle.sql.
    currently , for last 180 mins , the catbundle.sql is at this state :
    SQL> PROMPT Processing Oracle Java Supplied Packages...
    Processing Oracle Java Supplied Packages...
    SQL> ALTER SESSION SET current_schema = sys;
    Session altered.
    SQL> @?/rdbms/admin/initcdc.sql
    SQL> Rem
    SQL> Rem $Header: initcdc.sql 15-mar-2006.08:20:07 mbrey Exp $
    SQL> Rem
    SQL> Rem initcdc.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2000, 2006, Oracle. All rights reserved.
    SQL> Rem
    SQL> Rem    NAME
    SQL> Rem      initcdc.sql - script used to load CDC jar files into the database
    SQL> Rem
    SQL> Rem    DESCRIPTION
    SQL> Rem      <short description of component this file declares/defines>
    SQL> Rem
    SQL> Rem    NOTES
    SQL> Rem      script must be run as SYS
    SQL> Rem
    SQL> Rem    MODIFIED   (MM/DD/YY)
    SQL> Rem    mbrey       03/15/06 - bug 5092790 add datapump registration
    SQL> Rem    pabingha    02/25/03 - fix undoc interfaces
    SQL> Rem    wnorcott    03/14/02 - bug-2239726 disable triggers.
    SQL> Rem    wnorcott    01/31/02 - function 'active' return 0 or 1.
    SQL> Rem    wnorcott    01/30/02 - disable CDC triggers, CREATE_CHANGE_TABLE re-enables.
    SQL> Rem    wnorcott    06/26/01 - rid trailing slash.  As per Mark Jungermann
    SQL> Rem    gviswana    05/25/01 - CREATE OR REPLACE SYNONYM
    SQL> Rem    jgalanes    11/17/00 - for Import/Export grant execute on util to
    SQL> REM                           SELECT_CATLOG_ROLE
    SQL> Rem    wnorcott    09/07/00 - new loadjava syntax for performance.
    SQL> Rem    wnorcott    07/18/00 - rid LOGMNR_UID$.clientid
    SQL> Rem    wnorcott    06/28/00 - move logmnr_dict view here
    SQL> Rem    wnorcott    03/28/00 - fix trigger install
    SQL> Rem    wnorcott    03/27/00 - Install change table triggers
    SQL> Rem    mbrey       01/26/00 - script to load CDC jars
    SQL> Rem    mbrey       01/26/00 - Created
    SQL> Rem
    SQL> call sys.dbms_java.loadjava('-v -f -r -s -g public rdbms/jlib/CDC.jar');It has run the @?/rdbms/admin/initcdc.sql script and now its not proceeding next.. I am not sure if its stuck or still running.. How do i find that..
    what should i do ?
    *PS : Ive read this note :Script Fails At Loadjava With ORA-03113 and ORA-03114 [ID 358232.1] But its when it errors out , for me its not erroring out also..*
    Thanks
    Kk
    Edited by: Kk on May 25, 2011 2:41 AM

    just an update :
    I sat watching it for 3 hours.. then i though of stopping it.. pressed CTRL-Z and boom , it just took me to SQL showing that it had completed...
    So , if someone else faces this issue , press CTRL-Z after some 5-10 minutes it will show that its running well.
    Regards
    Kk
    Edited by: Kk on May 25, 2011 3:55 AM

  • 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 ?

  • Several errors after running catalog.sql

    I did a fresh installation of oracle apps EBS 11.5.10.2 on Linux OEL and was trying to do an import/export and it was not working as expected. So after i looked at Oracle's documentation it said catalog.sql has to be run before using the import/export. So i ran catalog.sql first but i did not run it with SYSDBA but ran it as SYSTEM and i saw several errors like access denied etcv. after i ran the catalog.sql i was not able to login via apps or any other user except SYSTEM and was giving me erros like ORA-04065:not executed,altered or dropped stored procedure "SYS.DBMS_SESSION"
    After this to fix the issue i ran @?/rdbms/admin/catpatch.sql and @?/rdbms/admin/utlrp as SYSDBA but both executed a lot of grants etc but are haging at some point and not finishing.
    The current state of the database is that im not able to login via any user except SYSTEM and i think i corrupted the db dictionary as everywhere i see they say running catalog.sql on an existing database is a bad idea. Can anyone help?

    Hi Dheeraj,
    My db version is 9.2.0.5.0 and OS is OEL 5.7.
    The doc where it was mentioned to run catalog.sql before using import/export is below:
    http://docs.oracle.com/cd/B10501_01/server.920/a96652/ch01.htm
    Please do not follow the steps in this link and instead follow the steps in (9i Export/Import Process for Oracle Applications Release 11i [ID 230627.1]).
    Currently when im trying to login using apps or any other user below are errors i get.
    ERROR:
    ORA-00604: error occurred at recursive SQL level1
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "SYS.DBMS_SESSION"
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512:at "SYS.OWA_VPD_CTX", line 5
    ORA-06512:at "SYS.PORTAL_LOGIN", line 3
    ORA-06512:at line 2
    Can you pls help me to fix this.The status of the package is invalid and you need to validate it. Connect as sysdba and issue:
    SQL> select owner, object_type, status
    from dba_objects
    where object_name = 'DBMS_SESSION';
    SQL> alter package DBMS_SESSION compile body;
    SQL> show error
    SQL> alter package DBMS_SESSION compile;
    SQL> show errorPlease also see:
    Data Dictionary Objects Invalid after Running catalog.sql, catproc.sql, utlrp.sql or catpatch.sql [ID 752783.1]
    Debug and Validate Invalid Objects [ID 300056.1]
    How to Diagnose Invalid or Missing Data Dictionary (SYS) Objects [ID 554520.1]
    Thanks,
    Hussein

  • Peoplesoft signon error after run psbuild.sql

    I followed the PT849 installation guide
    Task B-15-6: Altering PeopleTools Tables
    ALTER AUDIT is an online utility used to check whether the PeopleTools tables are synchronized with the
    underlying SQL data tables in your database. This process compares the data structures of your database tables
    with the PeopleTools tables to uncover inconsistencies. ALTER AUDIT then reports its findings. In this
    release, we expect to see differences between the database structure and the tools tables. You will generate and
    run a SQL script to synchronize the PeopleTools table definitions with the underlying tables in your database.
    After run the script psbuild.sql generated by Application Designer
    I found I can't login use VP1/VP1

    Try to run grant.sql once again. The ALTER AUDIT might change (drop+create) some tables and then remove grant to people user. By issuing grant.sql (after updating correctly) you reapply the grant as well.
    Nicolas.

  • Should I run a Full Crawl after running psconfig after updating Sp2013 with a Service Pack or Cumulative Update

    Hi
    Should I run a full crawl after I have performed a Service Pack Update or Cumulative Update and run psconfig wizard?
    The best practise coming out of Microsoft says you should only run a full crawl after a configuration change.
    You should then run a continuous crawl thereafter.
    The question then becomes is a Service Pack Update / Cumulative Update followed by psconfig wizard (or the PowerShell equivalent) considered to be a configuration change.
    We were recently advised by Microsoft to install the July 2014 CU (and then run psconfig).
    After that the continuous search did not pick up  newly created files until a full crawl was run.
    So should I run a full crawl after I have installed a Service Pack or Cumulative Update and run psconfig ?
    Thanks
    Nigel
    Nigel Price NJPEnterprises

    Hi Nigel,
    The situations when you need to do full crawl is listed here,
    A Search service application has just been created and the preconfigured content source
    Local SharePoint sites have not been crawled yet.
    Some other content source is new and has not been crawled yet.
    A software update or service pack was installed on servers in the farm. See the instructions for the software update or service pack for more information.
    A Search service application administrator, site collection administrator or tenant administrator added a new managed property or changed an existing managed property. A full crawl is required for the new or changed managed property to take effect.
    You want to detect security changes that were made to local groups on a file share after the last full crawl of the file share.
    You want to resolve consecutive incremental crawl failures. If an incremental crawl fails a large number of consecutive times at any level in a repository, the system removes the affected content from the search index.
    Crawl rules have been added, deleted, or modified.
    You want to repair a corrupted search index.
    The credentials for the user account that is assigned to the default content access account have changed. A full crawl is required only if the permissions of this user account have changed.
    My opinion is, it is always better to do a full crawl after a successful installation of service packs or product upgrades.

  • Error while running awrrpt.sql for Automatic Workload Repository Report

    Hi
    I am trying to run awrrpt.sql.While running the query in sql*plus it ask me for file format then no of days
    & then begin & end snapshot Id & then eventually the sql*plus session get closed . I am unable find
    why sql*plus session getting closed automatically.Please tell me How to run awrrpt.sql to generate AWR reports. Please guide.

    1008032 wrote:
    Dear
    This is happen due to you are given the begin snap id and end snap id not between the shut down time .EX begin snap it at 12 am 1521 and you shut down at 12:30 am and you you give the 1:00 am snap id 1522 .That time system can not collect the statistics betwwn 1521 and 1522.
    Or you should enable statistics_level parameter if it 11gr2 you should enable controlfile_management_pack _access='DIAGNOSTIC+TUNING'
    issue not resolved please post your error..........
    Thanks&regards
    SS.vijaibabuI checked my statistics_level it shows value TYPICAL which I think is right.
    SQL> sho parameter statistics_level
    NAME TYPE VALUE
    statistics_level string TYPICALAlso I given snap id which between single startup & shutdown still the problem is same sqlplus session get closed after asking for snal ids.
    If error gets generated where it gets generated?

  • ORA-03113: end-of-file on communication channel while running utlrp.sql

    Hi All,
    I am getting ORA-03113: end-of-file on communication channel while running utlrp.sql.
    Actually I ran utlrp.sql before in my test database and terminated the session in middle after that when ever I am running utlrp.sql i am getting the above error.
    how to resolve the issue.
    Kiran

    Hi,
    Check as follows;
    select owner,object_name,object_type from dba_objects where object_name like
    'UTL%'The objects should only belong to SYS, if they do belong do some other user (example HR, etc). Drop objects belong to other users (not sys).
    Then connect as sys as sysdba and rerun the script utlrp.sql.
    You can also review Oracle Metalink Document: ORA-03113 Error When Executing Utlrp.sql: Doc ID: Note:413922.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:5496440446026841247::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,413922.1,1,1,1,helvetica
    Adith

  • Forgot to run adgrants.sql, as a part of EBS upgrade from 12.1.1 to 12.1.3

    We are in phase of upgrading our application from 12.0.4 to 12.1.3. Here we have successfully upgraded to 12.1.1.
    While before the next maintenance patch 9239090 (12.1.1 to 12.1.3), our DBA has forgotten to run adgrants.sql (a Pre-Req Step).
    Patch is running for almost 7 hours.
    Can someone please tell what will be the impact of not running adgrants.sql?? Can there be any chance taht because of the script patch will not be completed??
    Please reply soon.
    Thanks:
    Prateek Jain
    Edited by: 982817 on Jan 18, 2013 11:54 AM

    Hi Hussein,
    I'm a little confused and don't know what to do.
    I have two backups. Before and after installing patch R12.AD.B.DELTA.3 (patch 9239089).
    Is this a good starting point:
    I installed the patch R12.AD.B.DELTA.3 (patch 9239089) and everything is working fine.
    Now in DOC 1080973.1 I see that I am at at step 2 now: "Use AutoPatch to apply Oracle E-Business Suite Release 12.1.3 Patch 9239090 and follow the instructions in the patch readme file."
    Should I do that or do I need to run an other patch first?
    Thanks in advance.

Maybe you are looking for

  • Spreadshee​t String To Array DBL Performanc​e Improvemen​t

    While developing and profiling a batch data-analysis program, I found that the "Read From Spreadsheet File.vi" function was where the majority ofthe execution time was spent.  Digging further, I found the time was spent in the "Spreadsheet String To

  • IPhone Email

    All of a sudden my email quit updating on my iphone 5S. I have tried shutting the application.  Shutting down the phone.  Deleting and installing the account and nothing works.  It just says "no mail, updated yesterday."  any ideas?  Thank you for an

  • Help flash player security popup

    Hello i keeps on having this  message poping up on my Fire Fox browser. Its to do with Flash Player  Security. anyone able to help??? Adobe  Flash player has stopped a potentally unsafe opperation. The following  loacal application on your computer o

  • Report Writer Issues

    A user transported Report Writer objects into a production system which is affecting other businesses data when they run report writer. The first issue I am seeing is that incorrect variants  are defaulting fir at least one Report Group, and maybe mo

  • App Store doesn't recognise iWork apps as installed in 10.6.7

    After updating to 10.6.7, App Store no longer marks my Pages etc. as 'Installed' but instead lists the normal prices. Is there anything I should do to make sure updates will be installable?