Error in PLAN_TABLE

Hi all,
Once i execute this query, Its giving me the error like
select * from table(dbms_xplan.display)
Error:
Note: Rule Based Optimization,'PLAN TABLE is old version
I am not seen the proper output.. can i do something once we get this problem.
Please assist me

This means, you are using an old version of the plan_table.
Just drop it and recreate it:
drop table plan_table;
@$ORACLE_HOME/rdbms/admin/utlxplan.sql(may be you have to look the owner of the plan_table and connect as this user to do the above steps: ie select * from all_tables where table_name = 'PLAN_TABLE';)

Similar Messages

  • Not able to use EXPLAIN PLAN in Toad

    hi,
    I am not able to use Explain Plan in Toad. The error it gives is the table PLAN_TABLE doesn't exit.
    But after seeing this error I did run the script "UTLXPLAN.sql" in order to create the plan_table table.
    After installing the above table I am not able to use EXPLAIN_PLAN from toad, Its giving same error Table PLAN_TABLE doesn't exit though i created it successfully in the proper schema.
    Thanks in advance
    Ram

    check and post.
    SQL> select owner from dba_tables where table_name='PLAN_TABLE';
    before using toad ,first u should connect to sqlplus by that user and issue
    SET AUTOTRACE ON.
    Kuljeet

  • Ora-00604 error while taking tkprof of a trace file

    Sorry i am giving the full erro but omitting exact table names
    Hi ,
    I have an error while taking tkprof of a trace file.
    I gave the following command ---
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela explain= /
    error is --
    Error in create table of EXPLAIN PLAN table : unix_session_user.prof$paln_table
    ORA-00604: error occurred at recursive SQL level 1
    ORA-20001: Step-6:DDL
    Event Security. You are not permitted to perform the requested structural
    changes to PROF (TABLE)
    Event triggered : CREATE
    ora_login_user
    (session_user) : unix_session_user(dummy)
    Search : select count(*) from
    tabl(dummy table name) where obj_name like '%\%%' escape '\' and obj_type =
    'TABLE' and obj_type = 'USER' and ( event_CREATE = 'Y' or status =
    'Override')
    ORA-06512: at line 162
    ORA-06510: PL/SQL: unhandled
    user-defined exception
    EXPLAIN PLAN option disabled.
    i searched for the error and in oracle forum i found a solution .. http://forums.oracle.com/forums/thread.jspa?threadID=844287&tstart=0
    but after giving the table option it is giving the same error
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela table=old_schema.plan_table explain= /
    it again gave the same error.
    In both two cases it gives elapsed time results,library cache missing etc but before giving this it throws ORA-00604 error as stated above
    then i again correct the tkprof statement ..
    tkprof <source.trc> <file.prc> sys=no sort=exeela,fchela,prsela table=new_schema.plan_table explain= /
    say this schema name here i used is dummy schema name.
    My question is did this error came as we had not sufficient previlages in the old_schema but that previleges we have in new_schema?
    My databse version is 9.2.0.4.0
    Thanks in advance
    Edited by: bp on Feb 3, 2009 11:36 PM
    Edited by: bp on Feb 3, 2009 11:40 PM

    Please post here full error message, there should be lines with ORA-00604 and then some other ORA as well.
    And are there any trace files generated during this error?
    And as You can see from error description, probably You will have to contact with Oracle support in order to solve this case:
    oerr ora 00604
    00604, 00000, "error occurred at recursive SQL level %s"
    // *Cause:  An error occurred while processing a recursive SQL statement
    // (a statement applying to internal dictionary tables).
    // *Action: If the situation described in the next error on the stack
    // can be corrected, do so; otherwise contact Oracle Support.

  • Getting error  while importing datapump through attach keyword.

    Hi All,
    I am giving job_name for export :
    expdp scott/tiger dumpfile=scott.dmp logfile=scott.log job_name=ashwin directory=datapump
    Export: Release 10.2.0.1.0 - Production on Wednesday, 23 February, 2011 14:41:58
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SCOTT"."ASHWIN": scott/******** dumpfile=scott.dmp logfile=scott.log job_name=ashwin directory
    =datapump
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 384 KB
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "SCOTT"."PLAN_TABLE" 17.03 KB 3 rows
    . . exported "SCOTT"."DEPT" 5.656 KB 4 rows
    . . exported "SCOTT"."DEPT1" 5.656 KB 4 rows
    . . exported "SCOTT"."EMP" 7.820 KB 14 rows
    . . exported "SCOTT"."SALGRADE" 5.585 KB 5 rows
    . . exported "SCOTT"."BONUS" 0 KB 0 rows
    Master table "SCOTT"."ASHWIN" successfully loaded/unloaded
    Dump file set for SCOTT.ASHWIN is:
    D:\ORACLE\DATAPUMP\SCOTT.DMP
    Job "SCOTT"."ASHWIN" successfully completed at 14:42:10
    So my job name here is ashwin
    but when I am trying to import through this job I am getting following error
    impdp scott/tiger attach=ashwin
    Import: Release 10.2.0.1.0 - Production on Wednesday, 23 February, 2011 14:51:16
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.KUPV$FT", line 430
    ORA-31638: cannot attach to job ASHWIN for user SCOTT
    ORA-31632: master table "SCOTT.ASHWIN" not found, invalid, or inaccessible
    ORA-00942: table or view does not exist
    I am not able to find out my fault... please help me in this regard.. Thanks...

    user7280060 wrote:
    Hi All,
    I am giving job_name for export :
    expdp scott/tiger dumpfile=scott.dmp logfile=scott.log job_name=ashwin directory=datapump
    Export: Release 10.2.0.1.0 - Production on Wednesday, 23 February, 2011 14:41:58
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "SCOTT"."ASHWIN": scott/******** dumpfile=scott.dmp logfile=scott.log job_name=ashwin directory
    =datapump
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 384 KB
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    . . exported "SCOTT"."PLAN_TABLE" 17.03 KB 3 rows
    . . exported "SCOTT"."DEPT" 5.656 KB 4 rows
    . . exported "SCOTT"."DEPT1" 5.656 KB 4 rows
    . . exported "SCOTT"."EMP" 7.820 KB 14 rows
    . . exported "SCOTT"."SALGRADE" 5.585 KB 5 rows
    . . exported "SCOTT"."BONUS" 0 KB 0 rows
    Master table "SCOTT"."ASHWIN" successfully loaded/unloaded
    Dump file set for SCOTT.ASHWIN is:
    D:\ORACLE\DATAPUMP\SCOTT.DMP
    Job "SCOTT"."ASHWIN" successfully completed at 14:42:10
    So my job name here is ashwin
    but when I am trying to import through this job I am getting following error
    impdp scott/tiger attach=ashwin
    Import: Release 10.2.0.1.0 - Production on Wednesday, 23 February, 2011 14:51:16
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.KUPV$FT", line 430
    ORA-31638: cannot attach to job ASHWIN for user SCOTT
    ORA-31632: master table "SCOTT.ASHWIN" not found, invalid, or inaccessible
    ORA-00942: table or view does not exist
    I am not able to find out my fault... please help me in this regard.. Thanks...When you run the data pump, in the session of yours, Oracle creates a master table. This table is available only the time till the job is not over and after that , it's also dumped into the dump file. What you have done is, you have got the job completed and this has caused the job table to be dropped. Later on when you are trying to attach to it, it's not happening since the table is not there. So what you should do, if you want to test it out, create a job that would tak esome time to finish. Kill the job or suspend the job and then later, try to reattach to it. See in your schema, what's the job table name that is created and use it.
    HTH
    Aman....

  • Error In Adadmin Re-Create Grants And Synonyms For Apps Schema

    HI,
    I upgraded the my DB from 9.2.6 to 10.2.4.It was sucessfull.
    While doing Postupgradayion steps -
    Recreate grants and synonym for apps
    a. Log in to server with applmgr user
    b. Execute adadmin
    c. Choose -> Maintain Applications Database Entities menu
    d. Choose -> Re-create grants and synonyms for APPS schema
    2 workers got failed ...
    i chked the worker log file i found
    sqlplus -s APPS/***** @/stageAPP/stageappl/ad/11.5.0/admin/sql/adappsgs.pls &systempwd 1 PO APPLSYS APPS TRUE FALSE TRUE
    Connected.
    old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
    new 2: ad_apps_private.create_grants_and_synonyms(1,'PO','APPLSYS','APPS','FALSE');
    begin
    ERROR at line 1:
    ORA-20000: ORA-00955: name is already used by an existing
    object:create_grants_and_synonyms(1,PO,APPLSYS,APPS): create_base_gs(PO,APPS):
    In Synonyms
    Loop:create_synonym(PO,XXGOD_SEQ_DECORTIMESHEET_HDR,APPS,XXGOD_SEQ_DECORTIMESHEE
    T_HDR): do_apps_ddl(APPS,CREATE SYNONYM "XXGOD_SEQ_DECORTIMESHEET_HDR" FOR
    PO."XXGOD_SEQ_DECORTIMESHEET_HDR"):
    ORA-06512: at line 5
    Workaround $adctrl
    Control
    Worker Code Context Filename Status
    1 Run Grants/Synonyms R115 adappsgs.pls FAILED
    2 Run Grants/Synonyms R115 Wait
    3 Run Grants/Synonyms R115 Wait
    4 Run Grants/Synonyms R115 Wait
    5 Run Grants/Synonyms R115 Wait
    6 Run Grants/Synonyms R115 Wait
    7 Run Grants/Synonyms R115 Wait
    8 Run Grants/Synonyms R115 Wait
    9 Run Grants/Synonyms R115 Wait
    10 Run Grants/Synonyms R115 Wait
    11 Run Grants/Synonyms R115 Wait
    12 Run Grants/Synonyms R115 Wait
    13 Run Grants/Synonyms R115 Wait
    14 Run Grants/Synonyms R115 Wait
    15 Run Grants/Synonyms R115 Wait
    16 Run Grants/Synonyms R115 Wait
    SQL> select owner, object_type from dba_objects where object_name = 'XXGOD_SEQ_DECORTIMESHEET_HDR';
    OWNER OBJECT_TYPE
    PO SEQUENCE
    APPS SEQUENCE
    Its Cutom Object .. I think i need to drop/rename anyone .. which one i should drop / rename .
    Or
    Is it possible to skip the failed workers .. if do .. please give me the steps ...
    Thanks

    Hi;
    There is 8 option(hidden) avaliable but i suggest dont use this option.(As you mention its a custom,if you belive it wont problem you can use this hidden option or drop 'XXGOD_SEQ_DECORTIMESHEET_HDR' and recreate it later,its own your risk) By the way please check below notes which is similar error like yours
    Run Adadmin To Recreate Grants And Synonyms ORA-20000 ORA-00955 In Synonyms Loop:create_synonym(GL,PLAN_TABLE,APPS,PLAN_TABLE) [ID 437714.1]
    ADADMIN MAINTAINING APPLICATIONS GRANTS AND SYNONYMS APP-931 ORA-955 ORA-20000 [ID 1014455.102]
    Regard
    Helios

  • !! Getting error while using function in where clause

    Hi,
    I have created a function as below
    create function find_cnt(n varchar2)
    return number is
    cnt number;
    begin
    execute immediate 'select count(1) from '||n into cnt;
    return nvl(cnt,0);
    end;
    and when running the below select
    select find_cnt(object_name),object_name from user_objects where object_type='TABLE' and find_cnt(object_name)=0
    I getting
    ERROR:
    ORA-04044: procedure, function, package, or type is not allowed here
    ORA-06512: at "SCOTT.FIND_CNT", line 5
    can anyone help????????
    thanks
    Harish

    In 11g you could simply do
    SQL> select table_name, trim(column_value) cnt
      from user_tables, xmltable(('count(ora:view("'||table_name||'"))'))
    TABLE_NAME                     CNT      
    DEPT                           4        
    BONUS                          0        
    SALGRADE                       5        
    DEMO_USERS                     2        
    DEMO_CUSTOMERS                 7        
    DEMO_ORDERS                    10       
    DEMO_PRODUCT_INFO              10       
    DEMO_ORDER_ITEMS               16       
    DEMO_STATES                    51       
    DEMO_PAGE_HIERARCHY            18       
    TABLE1                         6        
    TABLE2                         6        
    CREATE$JAVA$LOB$TABLE          0        
    CLICKS                         1        
    T                              0        
    EMP                            14       
    PLAN_TABLE                     2        
    17 rows selected.

  • Getting windows error during running the sql scripts from form 6i

    I made a little form application. The purpose of this application is to generate explain plan for a particular SQL. Some sql scripts run internally in order to populate the result on form’s screen after pressing the form’s button but I am getting windows error during running the sql scripts from form 6i.
    I am using forms 6i with patch 17 with Oracle 10G database on windows 2000 professional on same computer.
    This application runs fine with 8i.
    Please inform me where the problem is and how to overcome it.
    Zafri.

    I am using Text_IO in my form's when button press trigger , inorder to create the
    text file, then in the same when button press triger
    I am calling RMAN via host command in order to run the script which was created by text_IO.
    Below you find some of the code. I will appreciate if you solve the problem.
    when button press trigger:
    Declare
    in_file3 Text_IO.File_Type;
    linebuf3 VARCHAR2(1800);
    output11 varchar2(1000);
    BEGIN
         output11:='C:\EXPLAIN_PLUS\misc\rm_file.bat ';
    Host(output11,no_screen);
    :sql.execution_plan:= 'Working........................';
    synchronize;
    in_file3 := Text_IO.Fopen('c:\explain_plus\misc\create_table.txt', 'w');
    Text_IO.Put_Line(in_file3, linebuf3);
    Text_IO.put_line(in_file3,' ');
    Text_IO.put_line(in_file3,' run { sql "create table PLAN_TABLE (statement_id,...object_name varchar2(30),object_instance numeric,object_type varchar2(30),optimizer varchar2(255),search_columns number,id .....partition_start varchar2(255),partition_stop  varchar2(255),partition_id numeric,other long,distribution varchar2(30)) "; } ');
    Text_IO.put_line(in_file3,' ');
    Text_IO.put_line(in_file3,' ');
    Text_IO.FCLOSE(in_file3)
              Declare
    un VARCHAR2(80);
    pw VARCHAR2(80);
    cn VARCHAR2(80);
    output VARCHAR2(1000);
    output2 VARCHAR2(1000);
    dummy varchar2(40);
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(1800);
    BEGIN
         Get_Connect_Info(un,pw,cn);
         /* for Plan_table Begg. Second INNER BLOCK */
         declare
              dummy2 varchar2(40);
         begin
         select table_name into dummy2 from all_tables where table_name='PLAN_TABLE';
         if dummy2 = 'PLAN_TABLE' then
         output2:='rman target/ nocatalog @C:\EXPLAIN_PLUS\MISC\TRUNC2.txt ' ;
    Host(output2,no_screen);
         end if;
         exception
         when no_data_found     then
    output2:='rman target/ nocatalog @C:\EXPLAIN_PLUS\misc\create_table.txt ';
    Host(output2,no_screen);
         end; --

  • ERROR: insufficient privileges while using EXPLAIN PLAN command

    Hi,
    I have a table named TEST and i ran following command on this table.
    SQL> EXPLAIN PLAN FOR
    2 SELECT NAME FROM TEST;
    SELECT NAME FROM TEST
    ERROR at line 2:
    ORA-01031: insufficient privileges
    So which privilege do i need to give for using EXPLAIN PLAN command.
    Thank.

    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14211/ex_plan.htm#i19260
    SQL> @C:\oracle\product\10.2.0\db_1\RDBMS\ADMIN\utlxplan.sql
    Table created.
    SQL> select table_name from user_tables where table_name='PLAN_TABLE';
    TABLE_NAME
    PLAN_TABLE
    You might consider checking dba_tables to check the owner in your case and may be you don't privilege on that table.

  • Error with Explain Plan

    Hello,
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE     10.2.0.4.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    I have this issue:
    On the sited above database first I execute a SELECT query, no matter what is it, with EXPLAIN PLAN FOR:
    EXPLAIN PLAN FOR SELECT <some query comes here>This executes successfully.
    Next, I do this to see the explain plan:
    SELECT *
    FROM TABLE (dbms_xplan.display());This generates the following error, which I read from the column "PLAN_TABLE_OUTPUT" of the result set:
    ERROR: an uncaught error in function display has happened; please contact Oracle support
    Please provide also a DMP file of the used plan table PLAN_TABLE
    ORA-00904: "OTHER_TAG": invalid identifierI see that it is said to contact Oracle support, but unfortunately in this firm I am not in position to contact Oracle, when there is an issue.
    Probably it is obvious to most of you, but since I receive this error for first time, I am wondering where the reason for the error could be.
    The table PLAN_TABLE exists, which I know is needed to hold the output of an EXPLAIN PLAN statement.
    Generally, in this database, when I try to see the explain plan for any query, the plan shows no values for niether parameter: Cost, CPU Cost, I/O Cost, Cardinality, whatever.
    Could anyone presume, what could be changed in order the problem to be fixed.
    What else .. the reason is not into the tool I am using, which is PL/SQL Developer, version 7.1.5, because for other databases there is no problem with EXPLAIN PLAN.
    Thanks.

    You have an invalid PLAN_TABLE that has been created by some utility or has come from a script from a lower version.
    See the script $ORACLE_HOME/rdbms/admin/catplan.sql for the correct 10.2.0.4 PLAN_TABLE (script executed by SYS AS SYSDBA)
    Alternatively, use $ORACLE_HOME/rdbms/admin/utlxplan.sql to create a private PLAN_TABLE
    Hemant K Chitale

  • Toad 9 errors out

    I'm getting the below error in TOAD while executing the script,
    SELECT * FROM TABLE(DBMS_XPLAN.DISPLAY('PLAN_TABLE','TSH','ALL'));
    An uncaught error happened in fetching the records : ORA-01591: lock held by in-doubt distributed transaction 43.38.864147
    May I know why this error?
    -Vijay

    Hi,
    Check this link below. Hope it helps.
    http://www.experts-exchange.com/Database/Oracle/Q_20881889.html
    Edited by: Pravin on 19 Nov, 2010 2:07 PM

  • RMAN is not installed error although it's been already installed

    Hi everyone,
    My OS: Win 2008 x64 R2 Enterprise
    Oracle; 11.2.0.2.0 64bit Enterprise
    When I try to backup through Symantec Backup Exec , it returns the following error;
    Recovery Manager: Release 11.2.0.2.0 - Production on Tue Feb 26 23:03:49 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: KP0 (DBID=4283758981)
    connected to recovery catalog database
    *# RMAN command section*
    *RUN {*
    ALLOCATE CHANNEL ch0
    TYPE 'SBT_TAPE';
    *SEND 'BSA_SERVICE_HOST=BCKPSRVR00,NBBSA_TOTAL_STREAMS=1,NBBSA_JOB_COOKIE={D3774FE4-845A-4FD2-9BD9-4D98086B9BCA},NBBSA_DB_DEVICE_NAME=Oracle-Win::\\saperpprd0\KP0';*
    BACKUP
    INCREMENTAL LEVEL=0
    FORMAT 'BE_U'
    DATABASE FORCE PLUS ARCHIVELOG FORCE;
    BACKUP CURRENT CONTROLFILE
    FORMAT 'BE_U';
    RELEASE CHANNEL ch0;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of allocate command at 02/26/2013 23:03:51
    RMAN-06428: recovery catalog is not installed
    EXIT
    Recovery Manager complete.
    But I have already installed the recovery catalog by the following procedure and every command in the procedure altered successfully;
    SQL>CREATE TABLESPACE RMAN
    DATAFILE 'E:\oracle\KP0\sapdata1\rman\RMAN01.DATA1'
    SIZE 200M REUSE AUTOEXTEND ON EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
    SQL>CREATE USER RMAN IDENTIFIED BY RMAN TEMPORARY TABLESPACE PSAPTEMP DEFAULT TABLESPACE RMAN QUOTA UNLIMITED ON RMAN;
    SQL>GRANT RECOVERY_CATALOG_OWNER TO RMAN;
    SQL>GRANT CONNECT, RESOURCE TO RMAN;
    C:\USERS\KP0ADM>RMAN
    RMAN>CONNECT CATALOG RMAN/RMAN@KP0
    RMAN>CREATE CATALOG TABLESPACE 'RMAN';
    C:\USERS\KP0ADM>RMAN TARGET System@KP0 CATALOG RMAN/RMAN@KP0
    RMAN>REGISTER DATABASE;
    RMAN>SQL "ALTER SYSTEM ARCHIVE LOG CURRENT";
    RMAN>RESYNC CATALOG;
    RMAN>CROSSCHECK COPY OF ARCHIVELOG ALL;
    By the way, this database has been opened with RESETLOGS option in Feb 2012 and the incarnation list is like below;
    RMAN> list incarnation;
    List of Database Incarnations
    DB Key  Inc Key DB Name  DB ID            STATUS  Reset SCN  Reset Time
    *1 129 KP0 4283758981 PARENT 1 05-OCT-11*
    *1 2 KP0 4283758981 CURRENT 125827000 01-FEB-12*
    I've already shut the database down and open it again after installing the recovery catalog , also related oracle services as well...
    Could it be a bug with the version 11.2.0.2.0 which I currently use ?
    Or what could be the solution ?
    Thanks in advance...

    Hi,
    Here is the result of the select;
    SQL> SELECT TABLE_NAME FROM USER_TABLES;
    TABLE_NAME
    UNDO$
    USER$
    TSQ$
    UET$
    SEG$
    CCOL$
    CDEF$
    TS$
    FET$
    BOOTSTRAP$
    ICOL$
    TABLE_NAME
    IND$
    COL$
    CLU$
    TAB$
    LOB$
    COLTYPE$
    SUBCOLTYPE$
    NTAB$
    REFCON$
    OPQTYPE$
    ICOLDEP$
    TABLE_NAME
    VIEWTRCOL$
    LIBRARY$
    ASSEMBLY$
    ATTRCOL$
    TYPE_MISC$
    PROXY_DATA$
    PROXY_ROLE_DATA$
    CON$
    FILE$
    OBJ$
    OBJERROR$
    TABLE_NAME
    OBJAUTH$
    UGROUP$
    SYN$
    VIEW$
    TYPED_VIEW$
    SUPEROBJ$
    SEQ$
    PROPS$
    EDITION$
    FIXED_OBJ$
    MIGRATE$
    TABLE_NAME
    DEPENDENCY$
    ACCESS$
    VIEWCON$
    DUAL
    SYSAUTH$
    OBJPRIV$
    DEFROLE$
    ECOL$
    EV$
    EVCOL$
    DEFERRED_STG$
    TABLE_NAME
    SQLERROR$
    LINK$
    TRUSTED_LIST$
    COM$
    DUC$
    RECYCLEBIN$
    IND_ONLINE$
    CONTEXT$
    SQL_VERSION$
    JIJOIN$
    JIREFRESHSQL$
    TABLE_NAME
    TRIGGER$
    TRIGGERCOL$
    TRIGGERJAVAF$
    TRIGGERJAVAS$
    TRIGGERJAVAC$
    TRIGGERJAVAM$
    TRIGGERDEP$
    INDREBUILD$
    COMPRESSION$
    TRANSIENT_IOT$
    SMB$CONFIG
    TABLE_NAME
    SQL$
    SQL$TEXT
    SQLOBJ$AUXDATA
    OBJECT_USAGE
    PROCEDURE$
    PROCEDUREINFO$
    ARGUMENT$
    SOURCE$
    IDL_UB1$
    IDL_CHAR$
    IDL_UB2$
    TABLE_NAME
    IDL_SB4$
    ERROR$
    SETTINGS$
    NCOMP_DLL$
    PROCEDUREJAVA$
    PROCEDUREC$
    PROCEDUREPLSQL$
    WARNING_SETTINGS$
    DIANA_VERSION$
    PLSCOPE_IDENTIFIER$
    PLSCOPE_ACTION$
    TABLE_NAME
    PENDING_TRANS$
    PENDING_SESSIONS$
    PENDING_SUB_SESSIONS$
    SMON_SCN_TIME
    MAP_FILE$
    MAP_FILE_EXTENT$
    MAP_SUBELEMENT$
    MAP_ELEMENT$
    MAP_EXTELEMENT$
    MAP_COMPLIST$
    PROFILE$
    TABLE_NAME
    PROFNAME$
    RESOURCE_COST$
    JOB$
    RESOURCE_MAP
    USER_ASTATUS_MAP
    RESOURCE_PLAN$
    RESOURCE_CONSUMER_GROUP$
    RESOURCE_CATEGORY$
    RESOURCE_PLAN_DIRECTIVE$
    RESOURCE_GROUP_MAPPING$
    RESOURCE_MAPPING_PRIORITY$
    TABLE_NAME
    RESOURCE_STORAGE_POOL_MAPPING$
    RESOURCE_CAPABILITY$
    RESOURCE_INSTANCE_CAPABILITY$
    RESOURCE_IO_CALIBRATE$
    TSM_SRC$
    TSM_DST$
    SERVICE$
    DIR$MIGRATE_OPERATIONS
    DIR$SERVICE_OPERATIONS
    DIR$ESCALATE_OPERATIONS
    DIR$QUIESCE_OPERATIONS
    TABLE_NAME
    DIR$INSTANCE_ACTIONS
    DIR$RESONATE_OPERATIONS
    DIR$ALERT_HISTORY
    DIR$REASON_STRINGS
    DIR$DATABASE_ATTRIBUTES
    DIR$VICTIM_POLICY
    DIR$NODE_ATTRIBUTES
    DIR$SERVICE_ATTRIBUTES
    defaultauditing_options_*
    AUDIT$
    SYSTEM_PRIVILEGE_MAP
    TABLE_NAME
    TABLE_PRIVILEGE_MAP
    STMT_AUDIT_OPTION_MAP
    USER_HISTORY$
    RLS$
    RLS_SC$
    RLS_GRP$
    RLS_CTX$
    AUD$
    FGA$
    FGACOL$
    FGA_LOG$
    TABLE_NAME
    APPROLE$
    ENC$
    PROXY_INFO$
    PROXY_ROLE_INFO$
    XS$VERIFIERS
    XS$SESSIONS
    XS$SESSION_ROLES
    XS$SESSION_APPNS
    XS$PARAMETERS
    DEFAULT_PWD$
    HISTGRM$
    TABLE_NAME
    HIST_HEAD$
    AUX_STATS$
    TAB_STATS$
    IND_STATS$
    CACHE_STATS_1$
    CACHE_STATS_0$
    ASSOCIATION$
    USTATS$
    STATS_TARGET$
    COL_USAGE$
    MON_MODS$
    TABLE_NAME
    MON_MODS_ALL$
    WRI$_OPTSTAT_TAB_HISTORY
    WRI$_OPTSTAT_IND_HISTORY
    WRI$_OPTSTAT_HISTHEAD_HISTORY
    WRI$_OPTSTAT_HISTGRM_HISTORY
    WRI$_OPTSTAT_AUX_HISTORY
    WRI$_OPTSTAT_OPR
    OPTSTAT_HIST_CONTROL$
    OPTSTAT_USER_PREFS$
    DIR$
    ID_GENS$
    TABLE_NAME
    OID$
    TYPE$
    COLLECTION$
    ATTRIBUTE$
    METHOD$
    PARAMETER$
    RESULT$
    TYPEHIERARCHY$
    KOPM$
    VTABLE$
    OPBINDING$
    TABLE_NAME
    OPANCILLARY$
    OPARG$
    OPERATOR$
    INDTYPES$
    INDOP$
    INDARRAYTYPE$
    SECOBJ$
    JAVAOBJ$
    JAVASNM$
    PARTOBJ$
    PARTCOL$
    TABLE_NAME
    TABPART$
    INDPART$
    SUBPARTCOL$
    TABSUBPART$
    INDSUBPART$
    TABCOMPART$
    INDCOMPART$
    PARTLOB$
    LOBFRAG$
    LOBCOMPPART$
    DEFSUBPART$
    TABLE_NAME
    DEFSUBPARTLOB$
    INDPART_PARAM$
    INSERT_TSN_LIST$
    SUMPARTLOG$
    SUMDELTA$
    SNAP_LOGDEP$
    SNAP_LOADERTIME$
    MLOG$
    SLOG$
    SNAP_XCMT$
    SNAP$
    TABLE_NAME
    SNAP_REFTIME$
    MLOG_REFCOL$
    SNAP_REFOP$
    SNAP_COLMAP$
    SNAP_OBJCOL$
    REG_SNAP$
    SNAP_SITE$
    RGROUP$
    RGCHILD$
    CDC_SYSTEM$
    CDC_CHANGE_SOURCES$
    TABLE_NAME
    CDC_CHANGE_SETS$
    CDC_CHANGE_TABLES$
    CDC_SUBSCRIBERS$
    CDC_SUBSCRIBED_TABLES$
    CDC_SUBSCRIBED_COLUMNS$
    CDC_CHANGE_COLUMNS$
    CDC_PROPAGATIONS$
    CDC_PROPAGATED_SETS$
    STREAMS$_SPLIT_MERGE
    STREAMS$_CAPTURE_SERVER
    STREAMS$_CAPTURE_PROCESS
    TABLE_NAME
    STREAMS$_APPLY_PROCESS
    STREAMS$_PROPAGATION_PROCESS
    STREAMS$_PROCESS_PARAMS
    STREAMS$_EXTRA_ATTRS
    STREAMS$_PREPARE_OBJECT
    STREAMS$_PREPARE_DDL
    STREAMS$_APPLY_MILESTONE
    STREAMS$_APPLY_PROGRESS
    STREAMS$_KEY_COLUMNS
    STREAMS$_DEF_PROC
    STREAMS$_RULES
    TABLE_NAME
    APPLY$_SOURCE_OBJ
    APPLY$_SOURCE_SCHEMA
    APPLY$_VIRTUAL_OBJ_CONS
    APPLY$_CONSTRAINT_COLUMNS
    APPLY$_DEST_OBJ
    APPLY$_DEST_OBJ_CMAP
    APPLY$_DEST_OBJ_OPS
    STREAMS$_STMT_HANDLERS
    STREAMS$_STMT_HANDLER_STMTS
    APPLY$_CHANGE_HANDLERS
    APPLY$_ERROR
    TABLE_NAME
    APPLY$_ERROR_TXN
    APPLY$_ERROR_HANDLER
    APPLY$_CONF_HDLR_COLUMNS
    STREAMS$_DEST_OBJS
    STREAMS$_DEST_OBJ_COLS
    STREAMS$_PRIVILEGED_USER
    STREAMS$_MESSAGE_RULES
    STREAMS$_MESSAGE_CONSUMERS
    STREAMS$_APPLY_SPILL_TXN
    STREAMS$_APPLY_SPILL_TXN_LIST
    FGR$_FILE_GROUPS
    TABLE_NAME
    FGR$_FILE_GROUP_VERSIONS
    FGR$_FILE_GROUP_EXPORT_INFO
    FGR$_FILE_GROUP_FILES
    FGR$_TABLESPACE_INFO
    FGR$_TABLE_INFO
    REDEF$
    REDEF_OBJECT$
    REDEF_DEP_ERROR$
    RULESET$
    LOG$
    RECO_SCRIPT$
    TABLE_NAME
    RECO_SCRIPT_PARAMS$
    RECO_SCRIPT_BLOCK$
    RECO_SCRIPT_ERROR$
    COMPARISON$
    COMPARISON_COL$
    COMPARISON_SCAN$
    COMPARISON_SCAN_VAL$
    COMPARISON_ROW_DIF$
    STREAMS$_COMPONENT
    STREAMS$_COMPONENT_LINK
    STREAMS$_COMPONENT_PROP
    TABLE_NAME
    STREAMS$_DATABASE
    XSTREAM$_SERVER
    XSTREAM$_SUBSET_RULES
    XSTREAM$_SYSGEN_OBJS
    XSTREAM$_PARAMETERS
    XSTREAM$_DML_CONFLICT_HANDLER
    XSTREAM$_SERVER_CONNECTION
    XSTREAM$_DDL_CONFLICT_HANDLER
    XSTREAM$_MAP
    GOLDENGATE$_PRIVILEGES
    AW$
    TABLE_NAME
    PS$
    AW_OBJ$
    AW_PROP$
    AW_TRACK$
    AW_PRG$
    OLAP_MAPPINGS$
    OLAP_MODELS$
    OLAP_MODEL_PARENTS$
    OLAP_MODEL_ASSIGNMENTS$
    OLAP_CALCULATED_MEMBERS$
    OLAP_SYNTAX$
    TABLE_NAME
    OLAP_DESCRIPTIONS$
    OLAP_CUBE_BUILD_PROCESSES$
    OLAP_AW_VIEWS$
    OLAP_AW_VIEW_COLUMNS$
    OLAP_MEASURE_FOLDERS$
    OLAP_MEAS_FOLDER_CONTENTS$
    OLAP_AW_DEPLOYMENT_CONTROLS$
    OLAP_IMPL_OPTIONS$
    OLAP_MULTI_OPTIONS$
    OLAP_CUBE_DIMENSIONS$
    OLAP_DIM_LEVELS$
    TABLE_NAME
    OLAP_ATTRIBUTES$
    OLAP_ATTRIBUTE_VISIBILITY$
    OLAP_HIERARCHIES$
    OLAP_HIER_LEVELS$
    OLAP_CUBES$
    OLAP_MEASURES$
    OLAP_DIMENSIONALITY$
    OLAP_TAB$
    OLAP_TAB_COL$
    OLAP_TAB_HIER$
    SUM$
    TABLE_NAME
    SUMDETAIL$
    SUMINLINE$
    SUMKEY$
    SUMAGG$
    SUMJOIN$
    SUMDEP$
    SUMPRED$
    SUMQB$
    HIER$
    HIERLEVEL$
    DIM$
    TABLE_NAME
    DIMLEVEL$
    DIMLEVELKEY$
    DIMJOINKEY$
    DIMATTR$
    INCEXP
    INCVID
    INCFIL
    EXPACT$
    NOEXP$
    EXPPKGOBJ$
    EXPPKGACT$
    TABLE_NAME
    EXPDEPOBJ$
    EXPDEPACT$
    EXPIMP_TTS_CT$
    METAVIEW$
    METAFILTER$
    METAXSL$
    METAXSLPARAM$
    METASTYLESHEET
    METASCRIPT$
    METASCRIPTFILTER$
    METANAMETRANS$
    TABLE_NAME
    METAPATHMAP$
    EXTERNAL_TAB$
    EXTERNAL_LOCATION$
    MODEL$
    MODELTAB$
    MODELATT$
    MODELSET$
    LOGMNR_BUILDLOG
    LOGMNRG_SEED$
    LOGMNRG_DICTIONARY$
    LOGMNRG_OBJ$
    TABLE_NAME
    LOGMNRG_TAB$
    LOGMNRG_COL$
    LOGMNRG_ATTRCOL$
    LOGMNRG_TS$
    LOGMNRG_IND$
    LOGMNRG_USER$
    LOGMNRG_TABPART$
    LOGMNRG_TABSUBPART$
    LOGMNRG_TABCOMPART$
    LOGMNRG_TYPE$
    LOGMNRG_COLTYPE$
    TABLE_NAME
    LOGMNRG_ATTRIBUTE$
    LOGMNRG_LOB$
    LOGMNRG_CDEF$
    LOGMNRG_CCOL$
    LOGMNRG_ICOL$
    LOGMNRG_LOBFRAG$
    LOGMNRG_INDPART$
    LOGMNRG_INDSUBPART$
    LOGMNRG_INDCOMPART$
    LOGMNRG_LOGMNR_BUILDLOG
    LOGMNRG_NTAB$
    TABLE_NAME
    LOGMNRG_OPQTYPE$
    LOGMNRG_SUBCOLTYPE$
    LOGMNRG_KOPM$
    LOGMNRG_PROPS$
    LOGMNRG_ENC$
    LOGMNRG_REFCON$
    LOGMNRG_PARTOBJ$
    DST$AFFECTED_TABLES
    DST$ERROR_TABLE
    DST$TRIGGER_TABLE
    SYS_FBA_FA
    TABLE_NAME
    SYS_FBA_TSFA
    SYS_FBA_BARRIERSCN
    SYS_FBA_TRACKEDTABLES
    SYS_FBA_PARTITIONS
    SYS_FBA_USERS
    SYS_FBA_DL
    REGISTRY$
    REGISTRY$SCHEMAS
    REGISTRY$LOG
    REGISTRY$ERROR
    REGISTRY$HISTORY
    TABLE_NAME
    REGISTRY$PROGRESS
    REGISTRY$DEPENDENCIES
    REGISTRY$DATABASE
    AUDIT_ACTIONS
    WRI$_SEGADV_OBJLIST
    WRI$_SEGADV_CNTRLTAB
    WRI$_REPT_COMPONENTS
    WRI$_REPT_REPORTS
    WRI$_REPT_FILES
    WRI$_REPT_FORMATS
    TRANSACTION_BACKOUT_STATE$
    TABLE_NAME
    TRANSACTION_BACKOUT_REPORT$
    UTL_RECOMP_SORTED
    UTL_RECOMP_COMPILED
    UTL_RECOMP_ERRORS
    TRANSFORMATIONS$
    ATTRIBUTE_TRANSFORMATIONS$
    RULE_SET_IEUAC$
    RULE_SET$
    RULE$
    RULE_MAP$
    RULE_EC$
    TABLE_NAME
    REC_TAB$
    REC_VAR$
    RULE_SET_EE$
    RULE_SET_TE$
    RULE_SET_VE$
    RULE_SET_RE$
    RULE_SET_ROR$
    RULE_SET_FOB$
    RULE_SET_NL$
    SYS_IOT_OVER_5229
    RULE_SET_RDEP$
    TABLE_NAME
    SYS_IOT_OVER_5235
    SYS_IOT_OVER_5239
    DAM_PARAM_TAB$
    DAM_CONFIG_PARAM$
    DAM_LAST_ARCH_TS$
    DAM_CLEANUP_JOBS$
    DAM_CLEANUP_EVENTS$
    INVALIDATION_REGISTRY$
    SYS_IOT_OVER_5476
    CHNF$_CLAUSE_DEPENDENTS
    CHNF$_QUERY_OBJECT
    TABLE_NAME
    CHNF$_REG_QUERIES
    CHNF$_QUERIES
    CHNF$_QUERY_BINDS
    SYS_IOT_OVER_5511
    CHNF$_QUERY_DEPENDENCIES
    CHNFDIRECTLOAD$
    CPOOL$
    SSCR_CAP$
    SSCR_RES$
    REG$
    LOC$
    TABLE_NAME
    AQ$_REPLAY_INFO
    AQ$_QUEUE_TABLE_AFFINITIES
    AQ$_SUBSCRIBER_TABLE
    AQ$_SCHEDULES
    AQ$_MESSAGE_TYPES
    AQ$_PROPAGATION_STATUS
    AQ$_PENDING_MESSAGES
    AQ$_QUEUE_STATISTICS
    AQ$_PUBLISHER
    SYS_IOT_OVER_5779
    WRI$_ADV_DEFINITIONS
    TABLE_NAME
    WRI$_ADV_DEF_PARAMETERS
    WRI$_ADV_DEF_EXEC_TYPES
    WRI$_ADV_TASKS
    WRI$_ADV_PARAMETERS
    WRI$_ADV_EXECUTIONS
    WRI$_ADV_EXEC_PARAMETERS
    WRI$_ADV_OBJECTS
    WRI$_ADV_FINDINGS
    WRI$_ADV_INST_FDG
    WRI$_ADV_RECOMMENDATIONS
    WRI$_ADV_ACTIONS
    TABLE_NAME
    WRI$_ADV_RATIONALE
    WRI$_ADV_REC_ACTIONS
    WRI$_ADV_DIRECTIVE_DEFS
    WRI$_ADV_DIRECTIVE_META
    WRI$_ADV_DIRECTIVE_INSTANCES
    WRI$_ADV_JOURNAL
    WRI$_ADV_MESSAGE_GROUPS
    WRI$_ADV_SQLT_PLAN_HASH
    WRI$_ADV_SQLT_PLAN_STATS
    WRI$_ADV_SQLT_PLANS
    WRI$_ADV_USAGE
    TABLE_NAME
    WRI$_ADV_ADDM_TASKS
    WRI$_ADV_ADDM_INST
    WRI$_ADV_ADDM_FDG
    SCHEDULER$_PROGRAM
    SCHEDULER$_CLASS
    SCHEDULER$_JOB
    SCHEDULER$_SAVED_OIDS
    SCHEDULER$_LWJOB_OBJ
    SCHEDULER$_LIGHTWEIGHT_JOB
    SCHEDULER$_JOB_ARGUMENT
    SCHEDULER$_WINDOW
    TABLE_NAME
    SCHEDULER$_PROGRAM_ARGUMENT
    SCHEDULER$_SRCQ_INFO
    SCHEDULER$_SRCQ_MAP
    SCHEDULER$_EVTQ_SUB
    SCHEDULER$_EVENT_LOG
    SCHEDULER$_JOB_RUN_DETAILS
    SCHEDULER$_WINDOW_DETAILS
    SCHEDULER$_WINDOW_GROUP
    SCHEDULER$_WINGRP_MEMBER
    SCHEDULER$_SCHEDULE
    SCHEDULER$_CHAIN
    TABLE_NAME
    SCHEDULER$_STEP
    SCHEDULER$_STEP_STATE
    SCHEDULER$_GLOBAL_ATTRIBUTE
    SCHEDULER$_CREDENTIAL
    SCHEDULER$_RJOB_SRC_DB_INFO
    SCHEDULER$_REMOTE_DBS
    SCHEDULER$_REMOTE_JOB_STATE
    SCHEDULER$_FILE_WATCHER
    SCHEDULER$_FILEWATCHER_HISTORY
    SCHEDULER$_FILEWATCHER_RESEND
    SCHEDULER$_NOTIFICATION
    TABLE_NAME
    SCHEDULER$_DESTINATIONS
    SCHEDULER$_JOB_DESTINATIONS
    KU_NOEXP_TAB
    KU_UTLUSE
    CRC$_RESULT_CACHE_STATS
    WRI$_DBU_FEATURE_USAGE
    WRI$_DBU_FEATURE_METADATA
    WRI$_DBU_HIGH_WATER_MARK
    WRI$_DBU_HWM_METADATA
    WRI$_DBU_USAGE_SAMPLE
    WRI$_DBU_CPU_USAGE
    TABLE_NAME
    WRI$_DBU_CPU_USAGE_SAMPLE
    WRI$_ALERT_OUTSTANDING
    WRI$_ALERT_HISTORY
    WRI$_ALERT_THRESHOLD
    WRI$_ALERT_THRESHOLD_LOG
    KET$_AUTOTASK_STATUS
    KET$_CLIENT_CONFIG
    KET$_CLIENT_TASKS
    WRI$_TRACING_ENABLED
    WRI$_AGGREGATION_ENABLED
    WRI$_ADV_SQLT_BINDS
    TABLE_NAME
    WRI$_ADV_SQLT_STATISTICS
    WRI$_ADV_SQLT_RTN_PLAN
    WRI$_SQLSET_DEFINITIONS
    WRI$_SQLSET_REFERENCES
    WRI$_SQLSET_STATEMENTS
    WRI$_SQLSET_PLANS
    WRI$_SQLSET_STATISTICS
    WRI$_SQLSET_MASK
    WRI$_SQLSET_PLAN_LINES
    WRI$_SQLSET_BINDS
    WRI$_SQLSET_WORKSPACE
    TABLE_NAME
    WRI$_SQLSET_WORKSPACE_PLANS
    WRI$_SQLMON_USAGE
    WRH$_FILESTATXS_BL
    WRH$_TEMPSTATXS
    WRH$_DATAFILE
    WRH$_TEMPFILE
    WRH$_COMP_IOSTAT
    WRH$_IOSTAT_FUNCTION
    WRH$_IOSTAT_FUNCTION_NAME
    WRH$_IOSTAT_FILETYPE
    WRH$_IOSTAT_FILETYPE_NAME
    TABLE_NAME
    WRH$_IOSTAT_DETAIL
    WRH$_SQLSTAT_BL
    WRH$_SQLTEXT
    WRI$_SQLTEXT_REFCOUNT
    WRH$_SQL_SUMMARY
    WRH$_SQL_PLAN
    WRH$_SQL_BIND_METADATA
    WRH$_OPTIMIZER_ENV
    WRH$_SYSTEM_EVENT_BL
    WRH$_EVENT_NAME
    WRH$_LATCH_NAME
    TABLE_NAME
    WRH$_BG_EVENT_SUMMARY
    WRH$_WAITSTAT_BL
    WRH$_ENQUEUE_STAT
    WRH$_LATCH_BL
    WRH$_LATCH_CHILDREN_BL
    WRH$_LATCH_PARENT_BL
    WRH$_LATCH_MISSES_SUMMARY_BL
    WRH$_EVENT_HISTOGRAM_BL
    WRH$_MUTEX_SLEEP
    WRH$_LIBRARYCACHE
    WRH$_DB_CACHE_ADVICE_BL
    TABLE_NAME
    WRH$_BUFFER_POOL_STATISTICS
    WRH$_ROWCACHE_SUMMARY_BL
    WRH$_SGA
    WRH$_SGASTAT_BL
    WRH$_PGASTAT
    WRH$_PROCESS_MEMORY_SUMMARY
    WRH$_RESOURCE_LIMIT
    WRH$_SHARED_POOL_ADVICE
    WRH$_STREAMS_POOL_ADVICE
    WRH$_SQL_WORKAREA_HISTOGRAM
    WRH$_PGA_TARGET_ADVICE
    TABLE_NAME
    WRH$_SGA_TARGET_ADVICE
    WRH$_MEMORY_TARGET_ADVICE
    WRH$_MEMORY_RESIZE_OPS
    WRH$_INSTANCE_RECOVERY
    WRH$_JAVA_POOL_ADVICE
    WRH$_THREAD
    WRH$_SYSSTAT_BL
    WRH$_SYS_TIME_MODEL_BL
    WRH$_OSSTAT_BL
    WRH$_PARAMETER_BL
    WRH$_MVPARAMETER_BL
    TABLE_NAME
    WRH$_STAT_NAME
    WRH$_OSSTAT_NAME
    WRH$_PARAMETER_NAME
    WRH$_PLAN_OPERATION_NAME
    WRH$_PLAN_OPTION_NAME
    WRH$_SQLCOMMAND_NAME
    WRH$_TOPLEVELCALL_NAME
    WRH$_UNDOSTAT
    WRH$_SEG_STAT_BL
    WRH$_SEG_STAT_OBJ
    WRH$_METRIC_NAME
    TABLE_NAME
    WRH$_SYSMETRIC_HISTORY
    WRH$_SYSMETRIC_SUMMARY
    WRH$_SESSMETRIC_HISTORY
    WRH$_FILEMETRIC_HISTORY
    WRH$_WAITCLASSMETRIC_HISTORY
    WRH$_DLM_MISC_BL
    WRH$_CR_BLOCK_SERVER
    WRH$_CURRENT_BLOCK_SERVER
    WRH$_INST_CACHE_TRANSFER_BL
    WRH$_ACTIVE_SESSION_HISTORY_BL
    WRH$_TABLESPACE_STAT_BL
    TABLE_NAME
    WRH$_LOG
    WRH$_MTTR_TARGET_ADVICE
    WRH$_TABLESPACE
    WRH$_TABLESPACE_SPACE_USAGE
    WRH$_SERVICE_NAME
    WRH$_SERVICE_STAT_BL
    WRH$_SERVICE_WAIT_CLASS_BL
    WRH$_SESS_TIME_STATS
    WRH$_STREAMS_CAPTURE
    WRH$_STREAMS_APPLY_SUM
    WRH$_BUFFERED_QUEUES
    TABLE_NAME
    WRH$_BUFFERED_SUBSCRIBERS
    WRH$_PERSISTENT_QUEUES
    WRH$_PERSISTENT_SUBSCRIBERS
    WRH$_RULE_SET
    WRI$_SCH_CONTROL
    WRI$_SCH_VOTES
    WRH$_RSRC_CONSUMER_GROUP
    WRH$_RSRC_PLAN
    WRH$_CLUSTER_INTERCON
    WRH$_IC_DEVICE_STATS
    WRH$_IC_CLIENT_STATS
    TABLE_NAME
    WRH$_MEM_DYNAMIC_COMP
    WRH$_INTERCONNECT_PINGS_BL
    WRH$_DISPATCHER
    WRH$_SHARED_SERVER_SUMMARY
    WRH$_DYN_REMASTER_STATS
    WRH$_PERSISTENT_QMN_CACHE
    WRM$_WR_USAGE
    WRM$_DATABASE_INSTANCE
    WRM$_SNAPSHOT
    WRM$_SNAPSHOT_DETAILS
    WRM$_SNAP_ERROR
    TABLE_NAME
    WRM$_BASELINE
    WRM$_COLORED_SQL
    WRM$_BASELINE_DETAILS
    WRM$_BASELINE_TEMPLATE
    WRM$_WR_CONTROL
    WRR$_FILTERS
    WRR$_CAPTURES
    WRR$_CAPTURE_STATS
    WRR$_CAPTURE_UC_GRAPH
    WRR$_REPLAYS
    WRR$_REPLAY_STATS
    TABLE_NAME
    WRR$_REPLAY_DIVERGENCE
    WRR$_REPLAY_UC_GRAPH
    WRR$_CONNECTION_MAP
    WRR$_REPLAY_SQL_TEXT
    WRR$_REPLAY_SQL_BINDS
    WRR$_SEQUENCE_EXCEPTIONS
    WRR$_REPLAY_CALL_FILTER
    WRR$_REPLAY_FILTER_SET
    WRR$_REPLAY_DEP_GRAPH
    WRR$_REPLAY_COMMITS
    WRR$_REPLAY_REFERENCES
    TABLE_NAME
    WRI$_ADV_SQLW_SUM
    WRI$_ADV_SQLW_STMTS
    WRI$_ADV_SQLW_TABLES
    WRI$_ADV_SQLW_TABVOL
    WRI$_ADV_SQLW_COLVOL
    WRI$_ADV_SQLA_MAP
    WRI$_ADV_SQLA_SUM
    WRI$_ADV_SQLA_STMTS
    WRI$_ADV_SQLA_TABLES
    WRI$_ADV_SQLA_TABVOL
    WRI$_ADV_SQLA_COLVOL
    TABLE_NAME
    WRI$_ADV_SQLA_TMP
    WRI$_ADV_SQLA_FAKE_REG
    DBMS_PARALLEL_EXECUTE_TASK$
    DBMS_PARALLEL_EXECUTE_CHUNKS$
    DBFS$_STORES
    DBFS$_MOUNTS
    DBFS$_STATS
    DBFS_SFS$_TAB
    DBFS_SFS$_VOL
    DBFS_SFS$_SNAP
    DBFS_SFS$_FS
    TABLE_NAME
    DBFS_SFS$_FST
    DBFS_SFS$_FSTP
    DBFS_SFS$_FSTO
    DBFS_HS$_FS
    DBFS_HS$_PROPERTY
    DBFS_HS$_SFLOCATORTABLE
    DBFS_HS$_BACKUPFILETABLE
    DBFS_HS$_CONTENTFNMAPTBL
    DBFS_HS$_STORECOMMANDS
    DBFS_HS$_STOREID2POLICYCTX
    DBFS_HS$_STOREPROPERTIES
    TABLE_NAME
    DBFS_HS$_STOREIDTABLE
    SQL_TK_COLL_CHK$
    SQL_TK_ROW_CHK$
    SQL_TK_REF_CHK$
    SQL_TK_TAB_DESC$
    WRI$_OPTSTAT_SYNOPSIS_PARTGRP
    WRI$_OPTSTAT_SYNOPSIS_HEAD$
    STREAMS$_APPLY_SPILL_MESSAGES
    STREAMS$_INTERNAL_TRANSFORM
    DBMS_LOCK_ALLOCATED
    DBMS_ALERT_INFO
    TABLE_NAME
    SCHEDULER$_EVENT_QTAB
    AQ$_SCHEDULER$_EVENT_QTAB_S
    AQ$_SCHEDULER$_EVENT_QTAB_L
    SYS_IOT_OVER_12473
    SCHEDULER$_REMDB_JOBQTAB
    AQ$_SCHEDULER$_REMDB_JOBQTAB_S
    AQ$_SCHEDULER$_REMDB_JOBQTAB_L
    SYS_IOT_OVER_12508
    SCHEDULER_FILEWATCHER_QT
    AQ$_SCHEDULER_FILEWATCHER_QT_S
    AQ$_SCHEDULER_FILEWATCHER_QT_L
    TABLE_NAME
    SYS_IOT_OVER_12538
    ALERT_QT
    AQ$_ALERT_QT_S
    AQ$_ALERT_QT_L
    SYS_IOT_OVER_12594
    HS$_FDS_CLASS
    HS$_FDS_INST
    HS$_BASE_CAPS
    HS$_CLASS_CAPS
    HS$_INST_CAPS
    HS$_BASE_DD
    TABLE_NAME
    HS$_CLASS_DD
    HS$_INST_DD
    HS$_CLASS_INIT
    HS$_INST_INIT
    HS$_FDS_CLASS_DATE
    HS_BULKLOAD_VIEW_OBJ
    HS_PARTITION_COL_NAME
    HS_PARTITION_COL_TYPE
    HS$_PARALLEL_METADATA
    HS$_PARALLEL_PARTITION_DATA
    HS$_PARALLEL_HISTOGRAM_DATA
    TABLE_NAME
    HS$_PARALLEL_SAMPLE_DATA
    AQ$_MEM_MC
    AQ$_AQ$_MEM_MC_S
    AQ$_AQ$_MEM_MC_L
    SYS_IOT_OVER_12797
    AQ_EVENT_TABLE
    AQ_PROP_TABLE
    AQ$_AQ_PROP_TABLE_S
    AQ$_AQ_PROP_TABLE_L
    SYS_IOT_OVER_12833
    KUPC$DATAPUMP_QUETAB
    TABLE_NAME
    AQ$_KUPC$DATAPUMP_QUETAB_S
    AQ$_KUPC$DATAPUMP_QUETAB_L
    SYS_IOT_OVER_13016
    SYS$SERVICE_METRICS_TAB
    AQ$_SYS$SERVICE_METRICS_TAB_S
    AQ$_SYS$SERVICE_METRICS_TAB_L
    SYS_IOT_OVER_13141
    ATEMPTAB$
    SQLLOG$
    SQLOBJ$
    SQLOBJ$DATA
    TABLE_NAME
    MAP_OBJECT
    CLUSTER_DATABASES
    CLUSTER_NODES
    CLUSTER_INSTANCES
    COL_GROUP_USAGE$
    FINALHIST$
    PSTUBTBL
    WRI$_ADV_ASA_RECO_DATA
    PLAN_TABLE$
    RULE_SET_PR$
    RULE_SET_IOT$
    TABLE_NAME
    RULE_SET_ROP$
    CHNF$_CLAUSES
    CHNF$_GROUP_FILTER_IOT
    CHNF$_QUERY_DELTAS
    RECENT_RESOURCE_INCARNATIONS$
    KU$NOEXP_TAB
    KU$_LIST_FILTER_TEMP
    KU$_LIST_FILTER_TEMP_2
    WRI$_SQLSET_PLANS_TOCAP
    WRI$_SQLSET_STS_TOPACK
    WRH$_FILESTATXS
    TABLE_NAME
    WRH$_SQLSTAT
    WRH$_SYSTEM_EVENT
    WRH$_WAITSTAT
    WRH$_LATCH
    WRH$_LATCH_CHILDREN
    WRH$_LATCH_PARENT
    WRH$_LATCH_MISSES_SUMMARY
    WRH$_EVENT_HISTOGRAM
    WRH$_DB_CACHE_ADVICE
    WRH$_ROWCACHE_SUMMARY
    WRH$_SGASTAT
    TABLE_NAME
    WRH$_SYSSTAT
    WRH$_SYS_TIME_MODEL
    WRH$_OSSTAT
    WRH$_PARAMETER
    WRH$_MVPARAMETER
    WRH$_SEG_STAT
    WRH$_DLM_MISC
    WRH$_INST_CACHE_TRANSFER
    WRH$_ACTIVE_SESSION_HISTORY
    WRH$_TABLESPACE_STAT
    WRH$_SERVICE_STAT
    TABLE_NAME
    WRH$_SERVICE_WAIT_CLASS
    WRH$_INTERCONNECT_PINGS
    WRR$_REPLAY_SCN_ORDER
    WRR$_REPLAY_SEQ_DATA
    WRR$_REPLAY_DATA
    WRR$_WORKLOAD_ATTRIBUTES
    ODCI_SECOBJ$
    ODCI_WARNINGS$
    ODCI_PMO_ROWIDS$
    TTS_TBS$
    TTS_USR$
    TABLE_NAME
    TTS_ERROR$
    WRI$_OPTSTAT_SYNOPSIS$
    STREAMS$_APPLY_SPILL_MSGS_PART
    STREAMS$_COMPONENT_IN
    STREAMS$_COMPONENT_LINK_IN
    STREAMS$_COMPONENT_PROP_IN
    STREAMS$_COMPONENT_STAT_IN
    STREAMS$_COMPONENT_EVENT_IN
    STREAMS$_LOCAL_FINDINGS_IN
    STREAMS$_LOCAL_RECS_IN
    STREAMS$_LOCAL_ACTIONS_IN
    TABLE_NAME
    STREAMS$_COMPONENT_STAT_OUT
    STREAMS$_PATH_STAT_OUT
    STREAMS$_PATH_BOTTLENECK_OUT
    AQ$_SCHEDULER$_EVENT_QTAB_T
    AQ$_SCHEDULER$_EVENT_QTAB_H
    AQ$_SCHEDULER$_EVENT_QTAB_G
    AQ$_SCHEDULER$_EVENT_QTAB_I
    AQ$_SCHEDULER$_REMDB_JOBQTAB_T
    AQ$_SCHEDULER$_REMDB_JOBQTAB_H
    AQ$_SCHEDULER$_REMDB_JOBQTAB_G
    AQ$_SCHEDULER$_REMDB_JOBQTAB_I
    TABLE_NAME
    AQ$_SCHEDULER_FILEWATCHER_QT_T
    AQ$_SCHEDULER_FILEWATCHER_QT_H
    AQ$_SCHEDULER_FILEWATCHER_QT_G
    AQ$_SCHEDULER_FILEWATCHER_QT_I
    AQ$_ALERT_QT_T
    AQ$_ALERT_QT_H
    AQ$_ALERT_QT_G
    AQ$_ALERT_QT_I
    AQ$_AQ$_MEM_MC_T
    AQ$_AQ$_MEM_MC_H
    AQ$_AQ$_MEM_MC_G
    TABLE_NAME
    AQ$_AQ$_MEM_MC_I
    AQ$_AQ_PROP_TABLE_T
    AQ$_AQ_PROP_TABLE_H
    AQ$_AQ_PROP_TABLE_G
    AQ$_AQ_PROP_TABLE_I
    IMPDP_STATS
    KU$_DATAPUMP_MASTER_11_2
    KU$_DATAPUMP_MASTER_11_1_0_7
    KU$_DATAPUMP_MASTER_11_1
    KU$_DATAPUMP_MASTER_10_1
    AQ$_KUPC$DATAPUMP_QUETAB_T
    TABLE_NAME
    AQ$_KUPC$DATAPUMP_QUETAB_H
    AQ$_KUPC$DATAPUMP_QUETAB_G
    AQ$_KUPC$DATAPUMP_QUETAB_I
    AQ$_SYS$SERVICE_METRICS_TAB_T
    AQ$_SYS$SERVICE_METRICS_TAB_H
    AQ$_SYS$SERVICE_METRICS_TAB_G
    AQ$_SYS$SERVICE_METRICS_TAB_I
    WRI$_ADV_OBJSPACE_TREND_DATA
    WRI$_ADV_OBJSPACE_CHROW_DATA
    *933 rows selected.*
    SQL>

  • Does plan_table cleared or purged automatically?

    what is the restriction or limitation of using plan_table? Any links would be appreciated too!
    I am referring to the default plan_table!
    Thanks

    As stated in the docs, the PLAN_TABLE is automatically created as a global temporary table, so as a consequence that data is lost when the session is ended as it was private to the session.
    [Plan Table Docs|http://www.oracle.com/pls/db112/to_URL?remark=ranked&urlname=http:%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FE11882_01%2Fserver.112%2Fe10821%2Fex_plan.htm%23PFGRF94674]
    Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0
    Connected as fsitja
    SQL> explain plan for select 1 from dual;
    Explained
    SQL> select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    Plan hash value: 1388734953
    | Id  | Operation        | Name | Rows  | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT |      |     1 |     2   (0)| 00:00:01 |
    |   1 |  FAST DUAL       |      |     1 |     2   (0)| 00:00:01 |
    8 rows selected
    SQL> disc
    Not logged on
    SQL> conn fsitja/xxxxxxxxx@ORCL
    Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0
    Connected as fsitja
    SQL> select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    Error: cannot fetch last explain plan from PLAN_TABLE
    SQL> select count(*) from plan_table;
      COUNT(*)
             0
    SQL>

  • "set autotrace on" error

    I got the following error while trying to set autotrace on. Does anybody know how to fix this? Thanks a lot.
    SQL> set autotrace on
    SP2-0613: Unable to verify PLAN_TABLE format or existence
    SP2-0611: Error enabling EXPLAIN report
    SQL>

    you must create a table (default name PLAN_TABLE) using the script
    ${ORACLE_HOME}/rdbms/admin/utlxplan.sql.
    This table is used to store the explain plan output before it is ready for display.

  • ORA-02402: PLAN_TABLE not found

    Hi,
    when I do this :
    explain plan for select * from scott.emp ;
    I have this :
    ERROR at line 1:
    ORA-02402: PLAN_TABLE not found
    Should I do something before ?
    DB version is 9.2.0
    Thank you very much.

    Hi,
    SQL> !oerr ora 02402
    02402, 00000, "PLAN_TABLE not found"
    // *Cause: The table used by EXPLAIN to store row source information does
    // not exist in the current schema.
    // *Action: Create a plan table in the current schema or use the INTO clause
    // of the statement to put the results of the explain command in an
    // existing plan table.
    SQL>
    I believe that you need to create the PLAN TABLE as following url:
    http://www.oracle-base.com/articles/8i/ExplainPlanUsage.php
    or
    http://www.idevelopment.info/data/Oracle/DBA_tips/Tuning/TUNING_13.shtml
    Cheers,
    Marcello M.

  • Error in starting Adobe Bridge in Photoshop CS2

    I've just installed Photoshop CS2, however upon opening Adobe Bridge this error message appears " The application has failed to start because libagluc28.dll was not found. Reinstalling to application may fix the problem"
    I have reinstalled and click repair but to no avail
    I followed Adobe Support Knowledgebase solution and run CMD and this appears:
    c:Documents and Settings/Jesus M Ferraris>
    then i entered the command
    cacls c:\windows\installer /T /E /C /G administrators:F
    but an error message appears - 'cacls' is not recognized as an internal or external command, operable program or bathc file
    I also entered the next command
    cacls "c:\documents and setting\all users" /Y /E /C /G administrators:F
    still the same error as above appears, Please help, have I miss something or was my procedure correct...
    P4, 512ram, WXP 80gHD

    Very useful.
    Good Luck.
    My
    Si
    tes

Maybe you are looking for

  • IPhone 3G OS 3.1.2 not connecting to Exchange 2003 consistently

    I have... iPhone 3G OS 3.1.2 Outlook 2007 Microsoft Exchange 2003 My problem is that I have successfully set up my exchange account on my phone and all of my folders show up, however 9 times out of 10 when I go into my inbox it will sit and think and

  • HT4528 has anyone been led into the middle of the woods by apple maps???

    we were moving cross country and were led off of the interstate into a wooded subdivision that had NO business having a 26' uhaul on their roads. Luckily a home owner came out to ask us what we were doing there. Told them we were lost and he led us t

  • Changing country/language settings in iTunes?

    Hi! I have just bought an iPod and installed iTunes with it. The problem is that there is no iTunes music store in New Zealand but I still want to browse music and podcasts. However, the main page of the iTunes Music store is set in either Korea/Japa

  • Querying on date range issue?

    Hi, I'm looking for a solution for this issue, In the DB Table there is a column of type TIMESTAMP. so when i query for date range using BETWEEN keyword it returns data inserted on next day at 12.00.00 AM example : Table A ColumnA_ data1 data2 data3

  • Is there any way to stop words via studio?

    for examle, we have the attribute named themesdata, it's multi-assign, the following is the original data: Themesdata: { Robust, Tannins, Firm }   {Money, Time, Firm}    { Oak, Robust  )  { Robust, Firm, Tannins } { Fresh,mark} Now we have a list of