Export failed with error ORA-04063: package body "SYS.DBMS_CUBE_EXP" has er

Hi
We are having 11.2.0.2 database on Linux 5. From last two days the export backup is getting failed with the below error.
. exporting post-schema procedural objects and actions
EXP-00008: ORACLE error 4063 encountered
ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_CUBE_EXP.schema_i
. exporting statistics
Export terminated successfully with warnings.
When I checked the status of this package DBMS_CUBE_EXP its showing invalid. I tried to compile the body of the package. But it was throwing below error.
SQL> show errors
Errors for PACKAGE BODY DBMS_CUBE_EXP:
LINE/COL ERROR
53/5 PL/SQL: SQL Statement ignored
54/10 PL/SQL: ORA-04045: errors during recompilation/revalidation of
SYS.DBA_XDS_INSTANCE_SETS
ORA-01422: exact fetch returns more than requested number of rows
I tried to query this view or describe the above view. But it was throwing the same error.
ERROR at line 1:
ORA-04045: errors during recompilation/revalidation of
SYS.DBA_XDS_INSTANCE_SETS
ORA-01422: exact fetch returns more than requested number of rows
I couldnt get a proper solution from google regarding this view or to compile the above package.
Now we are stcuked without the backups. It would be great if you guys look into it.
Thanks
SHIYAS M

Yes I tried with take the export with SYS user. This time it thrown the error in the first and last too same as before.
About to export specified users ...
. exporting pre-schema procedural objects and actions
EXP-00008: ORACLE error 4063 encountered
ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
ORA-06512: at line 1
EXP-00083: The previous problem occurred when calling SYS.DBMS_CUBE_EXP.schema_info_exp
. exporting foreign function library names for user U_20102
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user U_20102
About to export U_20102's objects ...
I ran below scripts as per u provided the link
@$ORACLE_HOME/rdbms/admin/catdpb.sql and utlrp.sql
Still it didnt get compiled.
One more thing I tried running expdp. It totally got failed by throwing the similar error. It didnt even export the tables too.
===============================================================================
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
ORA-31642: the following SQL statement fails:
BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.00.00'); END;
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_METADATA", line 1245
ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 8353
----- PL/SQL Call Stack -----
object line object
handle number name
0x1a3257060 19208 package body SYS.KUPW$WORKER
0x1a3257060 8385 package body SYS.KUPW$WORKER
0x1a3257060 12748 package body SYS.KUPW$WORKER
0x1a3257060 2546 package body SYS.KUPW$WORKER
0x1a3257060 9054 package body SYS.KUPW$WORKER
0x1a3257060 1688 package body SYS.KUPW$WORKER
0x1a8bc1630 2 anonymous block
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
ORA-31642: the following SQL statement fails:
BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.00.00'); END;
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.DBMS_METADATA", line 1245
ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 8353
----- PL/SQL Call Stack -----
object line object
handle number name
0x1a3257060 19208 package body SYS.KUPW$WORKER
0x1a3257060 8385 package body SYS.KUPW$WORKER
0x1a3257060 12748 package body SYS.KUPW$WORKER
0x1a3257060 2546 package body SYS.KUPW$WORKER
0x1a3257060 9054 package body SYS.KUPW$WORKER
0x1a3257060 1688 package body SYS.KUPW$WORKER
0x1a8bc1630 2 anonymous block
Job "SYS"."SYS_EXPORT_SCHEMA_01" stopped due to fatal error at 17:58:34
=========================================================================

Similar Messages

  • Data Pump Error - ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has

    Hi All,
    I am getting the following errors when I am trying to connect with datapump.My db is 10g and os is linux.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-31626: job does not exist
    ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "SYS.DBMS_LOGSTDBY", line 24
    ORA-06512: at "SYS.KUPV$FT", line 676
    ORA-04063: package body "SYS.DBMS_INTERNAL_LOGSTDBY" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    When I tried to compile this package I am getting the following error
    SQL> alter package DBMS_INTERNAL_LOGSTDBY compile body;
    Warning: Package Body altered with compilation errors.
    SQL> show error
    Errors for PACKAGE BODY DBMS_INTERNAL_LOGSTDBY:
    LINE/COL ERROR
    1405/4 PL/SQL: SQL Statement ignored
    1412/38 PL/SQL: ORA-00904: "SQLTEXT": invalid identifier
    1486/4 PL/SQL: SQL Statement ignored
    1564/7 PL/SQL: ORA-00904: "DBID": invalid identifier
    1751/2 PL/SQL: SQL Statement ignored
    1870/7 PL/SQL: ORA-00904: "DBID": invalid identifier
    Can anyony suggest/guide me how to resolve the issue.
    Thanks in advance

    SQL> SELECT OBJECT_TYPE,OBJECT_NAME FROM DBA_OBJECTS
    2 WHERE OWNER='SYS' AND STATUS<>'VALID';
    OBJECT_TYPE OBJECT_NAME
    VIEW DBA_COMMON_AUDIT_TRAIL
    PACKAGE BODY DBMS_INTERNAL_LOGSTDBY
    PACKAGE BODY DBMS_REGISTRY_SYS
    Thanks

  • Expdp with ORA-04063: package body "SYS.DBMS_CUBE_EXP" error

    Hi,
    I try to use expdp to export all tables from schema BAW, but hit the following error. Oracle version is 11.2.0.2, and the package body "SYS.DBMS_CUBE_EXP" is invalid. Any idea to fix it?
    Starting "BAW"."SYS_EXPORT_SCHEMA_01": baw/******** directory=DATA_PUMP_DIR met
    rics=yes schemas=baw dumpfile=baw.dmp
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS [
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.02.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS [
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.02.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    7000004c9656fe0 19208 package body SYS.KUPW$WORKER
    7000004c9656fe0 8385 package body SYS.KUPW$WORKER
    7000004c9656fe0 12748 package body SYS.KUPW$WORKER
    7000004c9656fe0 2546 package body SYS.KUPW$WORKER
    7000004c9656fe0 9054 package body SYS.KUPW$WORKER
    7000004c9656fe0 1688 package body SYS.KUPW$WORKER
    7000004c9659720 2 anonymous block
    Job "BAW"."SYS_EXPORT_SCHEMA_01" stopped due to fatal error at 16:07:26
    e

    The simple solution to this problem is, and its working perfectly with me on 11gR2 resolving the subject error.
    To avoid this problem, perform relational exports excluding OLAP's Analytic Workspaces.
    1) Remove workspace package from export:
    a. Connect sys/password as sysdba
    b. create table sys.exppkgact$_backup as select * from sys.exppkgact$;
    (Backup package before deleting it)
    c. delete from sys.exppkgact$ where package = 'DBMS_CUBE_EXP' and schema= 'SYS';
    d. commit;
    4) Run the export.

  • ORA-04063: package body "SYS.INITJVMAUX" has errors

    Hi,
    I am upgrading the database from 9.2.0.1 to 9.2.0.6 on microsoft windows xp version 2002
    Following the readme of the patch 3948480 Oracle9i Patch Set Notes Release 2 (9.2.0.6.0) Patch Set 5 for Windows (32-Bit)
    When doing the Postinstallation Tasks step 8.2.2 Upgrade the Database step 6 running the catpatch.sql script getting the following error in the log file
    =====================================================
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY INITJVMAUX:
    LINE/COL ERROR
    23/1 PL/SQL: Statement ignored
    23/19 PLS-00201: identifier 'DBMS_ASSERT.NOOP' must be declared
    84/4 PL/SQL: Statement ignored
    84/22 PLS-00201: identifier 'DBMS_ASSERT.NOOP' must be declared
    call initjvmaux.drp('drop table java$rmjvm$aux')
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.INITJVMAUX" has errors
    ==========================================================
    Regards,

    Check out status of components from dba_registry. In case you are not using JVM in your database and only java component is invalid, then you can ignore the error. Else you will be required to load java manually. Check metalink for same,
    -Amit
    http://askoracledba.wordpress.com

  • ORA-04063: package body "SYS.DBMS_SQLTUNE" error while upgrading

    Hi,
    i am trying to upgrade oracle database 10.2.0.2 to 11.2.0.1 with dbua tool. While upgrading 'Oracle Server' ORA-04063: package body "SYS.DBMS_SQLTUNE" error has occured.
    In oracle server log :
    Rem Create the automatic SQL Tuning task
    Rem If the task already exists (catproc is being re-run), do not error.
    begin
    2 sys.dbms_sqltune_internal.i_create_auto_tuning_task;
    3 exception
    4 when others then
    5 if (sqlcode = -13607) then -- task already exists
    6 null;
    7 else
    8 raise;
    9 end if;
    10 end;
    11 /
    begin
    ERROR at line 1:
    ORA-04063: package body "SYS.DBMS_SQLTUNE" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SQLTUNE"
    ORA-06512: at line 8
    After unsuccesful upgrade i restore and recover the database. SYS.DBMS_SQLTUNE package and package body were valid. But when i compile them the package body becomes invalid.
    I search the error and reach 390221.1 metalink note:
    Solution
    - Drop synonyms
    drop public synonym existsnode;
    drop public synonym extract;
    But there are no synonyms that is mentioned in this note in my db.
    How can i resolve this problem? Thank you.

    Have you not read the note ORA-04063: package body "SYS.DBMS_SQLTUNE" has errors - Upgrade From 10G To 11G Fails On Dbms_sqltune ID 1271490.1+ ?
    Nicolas.

  • ORA-04063:package body "APPS.AP_UTILITIES_PKG" has errors

    Hi,
    AP_UTILITIES_PKG is showing invalid status.when i m trying to compile giving below error.
    SQL> show error
    Errors for PACKAGE BODY AP_UTILITIES_PKG:
    LINE/COL ERROR
    1033/9 PL/SQL: Statement ignored
    1033/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1046/9 PL/SQL: Statement ignored
    1046/22 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1059/9 PL/SQL: Statement ignored
    1059/22 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1421/9 PL/SQL: Statement ignored
    1421/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1434/9 PL/SQL: Statement ignored
    1434/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1447/9 PL/SQL: Statement ignored
    What i know there is a synonym FND_FLEX_VALUE_SET this synonym dropped After that many forms of the application is getting error.when i m trying to create as below it is saying "cannot create a synonym with same name as object"
    It is PRODUCTION issue kindly update me it would be appreciated
    Thanks
    Edited by: userpat on Jul 18, 2010 5:49 AM

    issue occured: EBS 12.0.3 AIX 5.3 DB 10.2.0.2
    select owner,object_name,object_type from dba_objects where object_name like 'FND_FLEX_VALUE_SET%'
    OWNER     OBJECT_NAME     OBJECT_TYPE
    APPLSYS     FND_FLEX_VALUE_SETS_S     SEQUENCE
    APPS     FND_FLEX_VALUE_SETS_S     SYNONYM
    APPLSYS     FND_FLEX_VALUE_SETS     TABLE
    APPLSYS     FND_FLEX_VALUE_SETS_U1     INDEX
    APPLSYS     FND_FLEX_VALUE_SETS_U2     INDEX
    FYI there are two test server for above because of power failure the system went down so i m not able to connect right now so find below output of other PRODUCTION instance that is 11.5.9 AIX 5.2 DB 9.2.0.4
    select owner,object_name,object_type from dba_objects where object_name like 'FND_FLEX_VALUE_SET%'
    OWNER     OBJECT_NAME     OBJECT_TYPE
    APPLSYS     FND_FLEX_VALUE_SETS     TABLE
    APPLSYS     FND_FLEX_VALUE_SETS_S     SEQUENCE
    APPLSYS     FND_FLEX_VALUE_SETS_U1     INDEX
    APPLSYS     FND_FLEX_VALUE_SETS_U2     INDEX
    APPS     FND_FLEX_VALUE_SETS     SYNONYM
    APPS     FND_FLEX_VALUE_SETS_S     SYNONYM
    Kindly update me

  • Package body "SYS.DBMS_SQLTUNE_INTERNAL" has errors after upgrade from standard to enterprise

    Hi
    I have upgraded my Oracle 11g 11.2.0.4  from standard to enterprise version.
    When I try to use the sqladvisor I recevie the error:
    There was a problem creating a SQL tuning task.
    ORA-04063: package body "SYS.DBMS_SQLTUNE_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SQLTUNE_INTERNAL"
    ORA-06512: at "SYS.PRVT_SQLADV_INFRA", line 245 ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 684 ORA-06512: at line 1
    Looking the status of the packages, the package appears like invalid, When i try to recompile it  fails with error:
    Body
    3233
    25
    PL/SQL:
    ORA-00904: "P"."MASKED_BINDS_FLAG": invalid identifier
    Anybody know how can i recompile it ?
    I have look for the error in metakink but i can't find nothing
    thanks

    Pl detail how you upgraded to EE version
    https://docs.oracle.com/cd/E11882_01/server.112/e23633/intro.htm#UPGRD12355

  • Package body "SYS.DBMS_REFRESH_EXP_LWM" has errors

    Hi,
    following Problem by exporting user tables:
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_REFRESH_EXP_LWM" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_REFRESH_EXP_LWM.schema_info_exp
    The package DBMS_REFRESH_EXP_LWM has status invalid, when i will compile this comes following error:
    Zeilen-# = 3 Spalten-# = 10 Fehlertext = PLS-00341: declaration of cursor 'C_REPAPI_LWM' is incomplete or malformed
    Zeilen-# = 4 Spalten-# = 3 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 5 Spalten-# = 8 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 26 Spalten-# = 19 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 26 Spalten-# = 7 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 33 Spalten-# = 16 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 33 Spalten-# = 9 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 47 Spalten-# = 14 Fehlertext = PL/SQL: Item ignored
    Zeilen-# = 64 Spalten-# = 29 Fehlertext = PLS-00320: the declaration of the type of this expression is incomplete or malformed
    Zeilen-# = 64 Spalten-# = 5 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 71 Spalten-# = 7 Fehlertext = PL/SQL: Statement ignored
    Zeilen-# = 74 Spalten-# = 36 Fehlertext = PLS-00320: the declaration of the type of this expression is incomplete or malformed
    I have rerun catexp.sql, but nothing has change. What can i do ?
    Thx
    Oliver

    My Oracle version is 9.2.0.1.0
    and when i compile the package ,the error is:
    PLS-00707 : unsupported construct or internal error [2603]

  • Package body "SYS.PRVT_HDM" has errors

    Hello.
    Each hour, i have this message in my alert log:
    "~Errors in file d:\oracle\admin\lgyp\bdump\lgyp_m001_7968.trc:~ORA-00604: error occurred at recursive SQL level 1~ORA-04063: package body "SYS.PRVT_HDM" has errors~ORA-06508: PL/SQL: could not find program unit being called: "SYS.PRVT_HDM"~ORA-06512: at line 1~"
    Could somebody help me?

    Thanks for your help
    After execution of prvthdm.plb:
    Erreurs pour PACKAGE BODY PRVT_HDM :
    LINE/COL ERROR
    95/7 PL/SQL: Statement ignored
    95/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    99/7 PL/SQL: Statement ignored
    99/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    100/7 PL/SQL: Statement ignored
    100/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    101/7 PL/SQL: Statement ignored
    101/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    103/7 PL/SQL: Statement ignored
    103/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    106/7 PL/SQL: Statement ignored
    106/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    112/11 PL/SQL: Statement ignored
    112/25 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    458/5 PL/SQL: SQL Statement ignored
    460/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    464/5 PL/SQL: SQL Statement ignored
    466/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    470/5 PL/SQL: SQL Statement ignored
    472/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    Avertissement : Corps de type créé avec erreurs de compilation.

  • Getting the error pop up ORA-04063: package body "APPS.PA_FAXFACE"

    Hi All,
    When I try to open the 'Capital Projects' screen (Capitalization -> Capital Projects) I get an error pop up with the error message "ORA-04063: package body "APPS.PA_FAXFACE"". I choose to close the error pop up, it shows me the Capital Projects window where I tried to search for my capital project. Just when I hit the Find button it throws me away and closes my forms session.
    I checked the status of the package PA_FAXFACE which was INVALID (obviously, because it says the package has errors). I tried to recompile the package body with alter package command but that failed and it didn't show any error messages.
    So, I understand that there are some errors in the package PA_FAXFACE. I am not sure why the errors are there and what might have caused the errors.
    Any pointers to resolve the above issue or any light towards resolving the issue would be of great help.
    Thanks in Advance !!
    Lalitha.

    Tom,
    modified the file $APPL_TOP/admin/adconfig.txt
    replace the old node to new node in this file and run adautocfg.shAre you referring to APPL_TOP_NAME?
    but after successful autoconfig and check the name in adconfig.txt it changed back the really old name.
    Please advise where it picked up that name from.From the context file, so verify all parameters in the application context file which still points to the old server and replace it with the new one then run AutoConfig again. For APPL_TOP_NAME, it is "<APPL_TOP_NAME oa_var="s_atName">NODE NAME</APPL_TOP_NAME>".
    Regards,
    Hussein

  • Standard Data Collection Failing with Error ORA-04054: database link  does not exist.

    Hi Gurus,
    When I am running Standard Data Collection in ASCP(APS) instance R12.1.3, its failing with error : ORA-04054: database link  does not exist.
    There is no such Database link exits which is showing in above error.
    Also the database link name in the above error is not profile values in the database.
    I think, concurrent might be fetching this database link name  from some tables related to plan.
    I am not having much knowledge about how this ASCP/APS works.
    Need your help to resolve this issue.
    Thanks,

    Hi,
    ASCP Collections looks at the dblink from instances definitions from.
    1. Responsibility: Advanced Planning Administrator
    2. Navigation: Admin > Instances
    You may review the note in support.oracle.com - Understanding DB Links Setup for APS Applications - ASCP and ATP Functionality (Doc ID 813231.1)

  • CDC Failed with Error ORA-01438: value larger than specified precision

    Hi,
    I have created Asynchronous Distributed Change Data Capture Set-up as per the Guildines from Oracle.
    Now My Change Set has become Invalid with error: ORA-01438: value larger than specified precision allowed for this column.
    I Compared Change Table Structures with Source Table on Source Database and the structure is matching.
    Now I am trying to Run below script:
    Begin
    dbms_cdc_publish.alter_change_set (Change_Set_name =><<Change Set Name>>,
    recover_after_error => 'Y'
    End;
    I am getting the below error:
    ORA-01438: value larger than specified precision allowed for this column
    ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 147
    ORA-06512: at "SYS.DBMS_APPLY_ERROR", line 301
    ORA-06512: at "SYS.DBMS_APPLY_ADM", line 490
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 580
    ORA-06512: at line 2
    Still the error is existing, I couldn't find any issues with Change Table structure as it is in Line with Source Table Structure.
    Can anyone please help me on this.
    Staging Database details:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    TNS for Linux: Version 10.2.0.4.0 - Production
    Source Database details:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    TNS for HPUX: Version 10.2.0.4.0 - Production
    Also Can anyone let me know if it is possible to run CDC Set-up without DBA Privileges. i,e once the CDC Set-up is done, if we revoke the DBA Privilege will the Capture work properly. I know that for creating Change Table, Set and Source we require DBA Access. But once the set-up is done, do we really require DBA Privileges?
    Thanks,
    Shashi
    Edited by: user8254952 on 09-Mar-2010 05:57
    Edited by: user8254952 on 09-Mar-2010 06:00

    Hi Shashi,
    As CDC is built on top of Oracle streams framework, for better responses you can post this ques under {forum:id=70} category.
    "ORA-01438: value larger than specified precision allowed for this column" is usually encountered for NUMBER datatype columns. At what level did you check the datatypes? Please confirm if the precision(for NUMBER datatype) are also similar.
    Please attach output for the following queries:
    select error_message from dba_capture;
    select error_number, error_message from dba_apply_error;Please re-validate the data types and then run the same API with remove_ddl = 'Y' option, like this:
    exec DBMS_CDC_PUBLISH.ALTER_CHANGE_SET(change_set_name=>'CHANGE_SET_NAME' , recover_after_error=>'Y' , remove_ddl=>'Y');
    Hope it helps!
    Cheers,
    AA

  • Package compile faile with error ORA-03113: end-of-file on communication..

    Hi There,
    We're trying to compile a package and we're getting this error that we're not sure how to debug and/or tackle. Your assistance is highly appreciated.
    create or replace
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 4252
    Session ID: 1149 Serial number: 5910
    The package use to compile without any issues; also we have it working in other environments. We can't see any differences at this stage.
    Oracle Version:11.2.0.1 x64
    OS: Windows 2008 Server R2
    Thanks in advance for your help.
    Thanks

    I have tried dropping the package and re-compiling it but to no avail. I can compile other packages/procedures/functions without any issues.
    Also, trying to run either EXEC UTL_RECOMP.recomp_parallel(4, 'SCHEMA_NAME'); or @?/rdbms/admin/UTLRP.SQL gives the following erros:
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 7040
    Session ID: 388 Serial number: 9039
    ERROR:
    ORA-03114: not connected to ORACLE
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    ERROR:
    ORA-03114: not connected to ORACLE
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE

  • Expdp fails with error ORA-39006: internal error writing on a windows share

    Hi!
    I need to get the following configuration working:
    Linux Server (CentOS 5 32 bits) with Oracle 11.2.0.1.0
    Windows Server 2003 SP2 32 bits.
    On the windows server I have created a user called oracle, who is member of oinstall and dba groups. (On Linux username, and group membership is the same).
    After that, I share a directory on D:\data_pump (I gave the full control of directory to oracle user). I mount the windows share on my linux as follows:
    mount -t cifs //winserver/data_pump /u04/oradata/data_pump -o user=oracle,password="pass",uid=oracle,gid=oinstall
    As the linux oracle user I'm capable of create and edit files, but:
    I connect to my database, create the directory called DATA_PUMP pointing to my cifs mount point, and, after that, I issue the following expdp sentence:
    expdp system DIRECTORY=DATA_PUMP DUMPFILE=test4.dmp LOGFILE=test4.log FULL=yes
    And I get the following error:
    ORA-39006: internal error
    Looking at expdp log I found the following information:
    ORA-39097: Data Pump job encountered unexpected error -31643
    ORA-39065: unexpected master process exception in FILE
    ORA-31643: unable to close dump file "/u04/oradata/data_pump/gaston4.dmp"
    ORA-19510: failed to set size of 1 blocks for file "/u04/oradata/data_pump/gaston4.dmp" (block size=4096)
    ORA-27045: unable to close the file
    Linux Error: 5: Input/output error
    Additional information: 4
    Do you have any suggestions?
    Thanks in advance.

    Hi, see metalink:
    Bug 8313127: EXPDP EXPORT TO CIFS MOUNT ON WINDOWS FROM LINUX FAILS
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=923398

  • Backup job failing with error ORA-12546: TNS:permission denied

    Hi All
    This is regarding one backup job running on windows server 2003 failing with below error.. when we are running this job manually that is running fine.. but not running from windows scheduler.
    its 9.2.0.1 and the 32 bit... windows 2003 64 bit
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12546: TNS:permission denied
    Please help.
    Edited by: 811427 on Sep 6, 2011 12:36 AM

    I assume you installed Oracle as "Administrator" user. If so, make sure you are running the job from the same user. Optionally open "services.msc" and go to the "ORCL Service" or whatever it may and check "Log on" tab. It should be "logon as" value should be "Local system". If you are using a domain then give credentials accordingly. Make sure you are part of "DBA" group.
    The ORA-12546 TNS:permission denied points to "Insufficient permissions to trace/log files" - check the trace/log destination is writable and requisite permissions are given.

Maybe you are looking for

  • Wont capture

    I have 300 GB available on my scratch disk. The easy setup is correct for the material I have, HDV-1080i60, and the camera, a Sony HDR1. The camera is showing ok in Log and Capture, and when I click Now, it shows that it's capturing. But when it stop

  • Moving columns?

    Why can I not re-arrange the columns in List View so that Artist appears first rather than the track name? I would like to do away with the image column on the left side entirely, but I can only "hide it". Any help would be appreciated.

  • In nokia C7 integrated GPS option not found in pos...

    In nokia C7 integrated GPS option not found in positioning method Attachments: Scr000001.jpg ‏14 KB

  • How to install guest OS on Oracle VM???

    Hello, can anybody teach me how to install the guest OS on the Oracle VM? currently i installed the Oracle VM server 2.1.5 Then i need to install Windows XP as the guest os on my machine.. So, can any expert teach me step by step to install Linux on

  • RSH To AIX

    Hi Attempting to perform a rsh to a aix box, but get the following error "Host name for your address unkown", command being issued is 'rsh host -l userid "ls"' If i drop the ls cmd i get a passwd prompt, yet the userid i am rshing with is in the .rho