ORA-39127 on expdp

I'm trying to make EXPDP on system with Oracle 10.1.0.2.0.
Memory sizings are:
200M for PGA, 150M for Java pool
sga memory is
Total System Global Area  369098752 bytes
Fixed Size                   788952 bytes
Variable Size             249820712 bytes
Database Buffers          113246208 bytes
Redo Buffers                5242880 bytesThis is a small system, and when I invoke expdp, I receive an error:
ORA-39127: unexpected error from call to status := SYS.DBMS_JAVA.START_EXPORT('Class1','TXV',0,29,...)
ORA-01031: insufficient privileges
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_METADATA", line 5339I checked it on Oracle support, but I didn't found a solution (I found some advices about sizing java_pool to 150Mb)..
what could cause this error?

846417 wrote:
I'm trying to make EXPDP on system with Oracle 10.1.0.2.0.
Memory sizings are:
200M for PGA, 150M for Java pool
sga memory is
Total System Global Area  369098752 bytes
Fixed Size                   788952 bytes
Variable Size             249820712 bytes
Database Buffers          113246208 bytes
Redo Buffers                5242880 bytesThis is a small system, and when I invoke expdp, I receive an error:
ORA-39127: unexpected error from call to status := SYS.DBMS_JAVA.START_EXPORT('Class1','TXV',0,29,...)
ORA-01031: insufficient privileges
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_METADATA", line 5339I checked it on Oracle support, but I didn't found a solution (I found some advices about sizing java_pool to 150Mb)..
what could cause this error?
ORA-01031: insufficient privileges

Similar Messages

  • Need Help in expdp for resolving ORA-39127: unexpected error from call

    Hi All,
    My Environment is -------> Oracle 11g Database Release 1 On Windows 2003 Server SP2
    Requirement is ------------> Data Pump Jobs to be completed without any error message.
    I am tryring to take export data pump of a schema
    Command Used --> expdp schemas=scott directory=data_pump_dir dumpfile=scorr.dmp version=11.1.0.6.0
    Export Log Show this details its completed with 2 error messages
    Export: Release 11.1.0.6.0 - Production on Saturday, 23 April, 2011 13:31:10
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the OLAP option
    FLASHBACK automatically enabled to preserve database integrity.
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01": system/******** schemas=scott directory=data_pump_dir dumpfile=scorr.dmp version=11.1.0.6.0
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 192 KB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_CUBE_EXP.schema_info_exp('SCOTT',0,1,'11.01.00.06.00',newblock)
    ORA-37111: Unable to load the OLAP API sharable library: (The specified module could not be found.
    ORA-06512: at "SYS.DBMS_CUBE_EXP", line 205
    ORA-06512: at "SYS.DBMS_CUBE_EXP", line 280
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 5980Processing 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/STATISTICS/TABLE_STATISTICS
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_CUBE_EXP.schema_info_exp('SCOTT',1,1,'11.01.00.06.00',newblock)
    ORA-37111: Unable to load the OLAP API sharable library: (The specified module could not be found.
    ORA-06512: at "SYS.DBMS_CUBE_EXP", line 205
    ORA-06512: at "SYS.DBMS_CUBE_EXP", line 280
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 5980
    . . exported "SCOTT"."DEPT" 5.945 KB 4 rows
    . . exported "SCOTT"."EMP" 8.585 KB 14 rows
    . . exported "SCOTT"."SALGRADE" 5.875 KB 5 rows
    . . exported "SCOTT"."ACCTYPE_GL_MAS" 0 KB 0 rows
    . . exported "SCOTT"."BONUS" 0 KB 0 rows
    Master table "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_01 is:
    D:\APP\ADMINISTRATOR\ADMIN\SIPDB\DPDUMP\SCORR.DMP
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" completed with 2 error(s) at 13:40:08
    Please help me to resolve this issue.
    Thank you,
    Shan

    Hi Shan,
    I am getting very similar to yours
    "ORA-37111: Unable to load the OLAP API sharable library: (The specified module could not be found."
    error message while creating OLAP Analytic Workspace with AWM.
    I am creating workspace for the first time, actually following some tutorial to get some knowledge about OLAP)
    I see you managed to solve you problem.
    I wonder how I can get this MOS DOC 852794.1 - is it possible to get it without going to Metalink?
    Thanks in advance for any help.
    Regards,
    SC

  • ORA-39127 error on using EXPDP

    I created a brand new 10.1.0.2 database. When I go to do an export, I keep seeing these two errors oin the log. The rest of the export entries looked OK.
    Is this a serious problem? I need to make sure I can re-import the file.
    Thanks,
    Processing object type DATABASE_EXPORT/SCHEMA/TYPE/GRANT/OBJECT_GRANT
    ORA-39127: unexpected error from call to export_string :=SYS.LT_EXPORT_PKG.system_info_exp(0,dynconnect,10.01.00.02.00',newblock)
    ORA-06537: OUT bind variable bound to an IN position
    ORA-06512: at "SYS.DBMS_METADATA", line 5107
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_PRE_SYSTEM_ACTION
    S/PROCACT_SYSTEM
    ORA-39127: unexpected error from call to export_string :=SYS.LT_EXPORT_PKG.syste
    m_info_exp(1,dynconnect,10.01.00.02.00',newblock)
    ORA-06537: OUT bind variable bound to an IN position
    ORA-06512: at "SYS.DBMS_METADATA", line 5107
    Processing object type DATABASE_EXPORT/DE_SYSTEM_PROCOBJACT/DE_POST_SYSTEM_ACTIO

    First consideration is that 10.1.0.2 needs to be patched.
    Second consideration is that we have no idea what you were trying to do (no code) logged on as what user.
    Please also post back the result of this query:
    SELECT owner, COUNT(*)
    FROM dba_objects
    WHERE status = 'INVALID'
    GROUP BY owner;

  • ORA-39127: unexpected error from call to

    Hi ALL.
    11.2.0.3
    Is this a bug?
    I got error when running expdp system/manager full=yes
    ORA-39127: unexpected error from call to "SYS"."DBMS_JVM_EXP_PERMS"."GRANT_SYSPRIVS_EXP"But it works fine on 11.2.0.1
    Any ideas and solutions please.....
    Thanks a lot,

    hello,
    You may look into the following My Oracle Support Document: DataPump Export (EXPDP) Failed On Identifier SYS.DBMS_JVM_EXP_PERMS Must Be Declared [ID 1095533.1]
    According to the document the versions affected are 10gR2 and 11gR1, but, the workaround may solve your issue.
    Hope it helps.

  • ORA-39127: unexpected error from call to export_string :=SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP

    Hi,
    I am trying to export a Schema from 11.2.0.2 and getting the below error on export
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12425,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string :=
    SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12424,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12423,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string := SYS.DBMS_SCHED_JOB_EXPORT.GRANT_EXP(2003412,1,...)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 2296
    ORA-06512: at "SYS.DBMS_SCHED_JOB_EXPORT", line 52
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    I  have searched the forum and found similar errors, but I am struggling to understand the cause and solution.
    Forums seem to indicate it may be related to bug 4358907, Re: Datapump export/import object grants given by another user but not sure it is relevant as I can see a ORA-01031: insufficient privileges in this log.
    Can you please advise?
    Thanks

    Please show your export command  and read MOS ID: ORA-39127 using datapump exp [ID 451987.1 ]
    and check below forms discussion:
    https://forums.oracle.com/message/10237007

  • ORA-39127: unexpected error from call to export_string := SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12425,1,...)

    Hi all,
    I am getting this erro on a Datapump Schema export on 11.2.0.2:
    ORA-39127: unexpected error from call to export_string := SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12425,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string := SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12424,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string := SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP(12423,1,...)
    ORA-06502: PL/SQL: numeric or value error: NULL index table key value
    ORA-06512: at "SYS.DBMS_RMGR_GROUP_EXPORT", line 154
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    ORA-39127: unexpected error from call to export_string := SYS.DBMS_SCHED_JOB_EXPORT.GRANT_EXP(2003412,1,...)
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_SCHED_MAIN_EXPORT", line 2296
    ORA-06512: at "SYS.DBMS_SCHED_JOB_EXPORT", line 52
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7049
    I believe it requires some specific privileges on DBMS_RMGR_GROUP_EXPORT.
    I have found this below explanation Kevin's Blog: SYS.DBMS_RMGR_GROUP_EXPORT.GRANT_EXP but I am not a DBA, so I am not sure what grant needs to be modified.
    It also complains of unsufficient privileges on DBMS_SCHED_JOB_EXPORT.GRANT_EXP, but I am not sure who needs what grant.
    Could you please advise on how to resolve the issue?
    Thanks

    Hi,
    Can anyone help if possible please?
    Thanks

  • Oracle error ORA-39127 unexpected error from call to export_string

    Hi
    The export for an database encounters the following error .Can someone take a look at the cause please.
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
    ORA-39127: unexpected error from call to export_string :=SYS.DBMS_SERVER_ALERT_EXPORT.SYSTEM_INFO_EXP(1,dynconnect,'11.02.00.02.00',newblock)
    ORA-13914: Threshold notification failed.
    ORA-06512: at "SYS.DBMS_SERVER_ALERT", line 187
    ORA-06512: at "SYS.DBMS_SERVER_ALERT_EXPORT", line 132
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 7418
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/PRE_TABLE_ACTION
    Regards

    There are a lot of similar errors on MOS, perhaps you should search through them and see if any apply to you.
    What version/patch level are you on? Have you made any grid control threshold modifications? Are you using procobol in an upgraded database?
    You might want to go through support for this one.

  • ORA-39165: During Expdp Strange Issue

    Hi All,
    DB -- 11.1.0.6.0
    OS --HPUX Itanium.
    Today , I came across with one strange issue , where EXPDP tells us the scehma does not exist. we then tried to look into this this particular schema into the database and discovered it's does exist there. One wearied thing is that , all the tables inside this schema are of same size and have bit strange naming convention.I also discovered the same issue with one more database on the same host.
    CPMDVFDM> Total estimation using BLOCKS method: 0 KB
    ORA-39165: Schema WMSYS was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "SYS"."SYS_EXPORT_SCHEMA_01" completed with 2 error(s) at 11:02:43
    [1] +  Done(5)                    expdp  \'/ as sysdba\' directory=data_pump_dir1 logfile=wmsys.log schemas=wmsys &
    SQL> select table_name from dba_tables where owner='WMSYS';
    TABLE_NAME
    WM$RIC_TABLE
    WM$RIC_TRIGGERS_TABLE
    WM$INSTEADOF_TRIGS_TABLE
    WM$WORKSPACES_TABLE
    WM$VERSION_TABLE
    WM$NEXTVER_TABLE
    WM$VERSION_HIERARCHY_TABLE
    WM$VERSIONED_TABLES
    MAX(BYTES) SEGMENT_NAME
         65536 WM$RIC_TRIGGERS_TABLE
         65536 WM$WORKSPACES_TABLE
         65536 WM$MODIFIED_TABLES
         65536 WM$NEXTVER_TABLE
         65536 WM$CONS_COLUMNS
         65536 WM$MP_PARENT_WORKSPACES_TABLE
         65536 WM$LOG_TABLE
         65536 WM$ADT_FUNC_TABLE
         65536 WM$UDTRIG_INFO
         65536 WM$VT_ERRORS_TABLE
         65536 WM$NESTED_COLUMNS_TABLE
    MAX(BYTES) SEGMENT_NAME
         65536 WM$VERSIONED_TABLES
         65536 WM$RESOLVE_WORKSPACES_TABLE
         65536 WM$LOCKROWS_INFO
         65536 WM$MP_GRAPH_WORKSPACES_TABLE
         65536 WM$BATCH_COMPRESSIBLE_TABLES
         65536 WM$TMP_DBA_CONSTRAINTS
         65536 WM$RIC_LOCKING_TABLE
         65536 AQ$_WM$EVENT_QUEUE_TABLE_S
         65536 WM$INSTEADOF_TRIGS_TABLE
         65536 WM$VERSION_TABLE
         65536 WM$VERSION_HIERARCHY_TABLE
    MAX(BYTES) SEGMENT_NAME
         65536 WM$WORKSPACE_PRIV_TABLE
         65536 WM$WORKSPACE_SAVEPOINTS_TABLE
         65536 WM$UDTRIG_DISPATCH_PROCS
         65536 WM$REPLICATION_TABLE
         65536 WM$CONSTRAINTS_TABLE
         65536 WM$EVENTS_INFO
         65536 WM$LOG_TABLE_ERRORS
         65536 WM$REMOVED_WORKSPACES_TABLE
         65536 WM$HINT_TABLE
         65536 WM$RIC_TABLE
         65536 WM$ENV_VARS
    MAX(BYTES) SEGMENT_NAME
         65536 WM$SYSPARAM_ALL_VALUES
         65536 WM$EVENT_QUEUE_TABLE
         65536 SYS_IOT_OVER_12359
         65536 WM$REPLICATION_DETAILS_TABLERegards

    This is not true, there is a set of schemas that Data Pump knows are really not user schemas and therefore are not exported. Most contain sys, but they don't have to.
    If you created a schema called sysxyz, it would be exported.
    Dean

  • ORA-39124 with expdp when attaching timestamp to dumpfile name

    Hi all,
    I want to attach a timestamp to dumpfiles produced by expdp. So I did:
    DUMPFILE=SCOTT_`date '+%d_%m_%y_%H:%M:%S'`.dmp.
    I tried the command line, I tried a parfile all with the same result "ORA-39124: dump file name "SCOTT_"'`date '+%d_%m_%y_%H%M%S'`'".dmp" contains an invalid substitution variable" (same with logfile).
    No matter what I escaped and where I did use whatever quotation marks it always stayed the same (frustrating).
    I did it with renameing the files (e.g. SCOTT.dmp) with os means after exporting.
    What must be done (if at all possible) to have expdp and impdp create/accept dumpfiles of the sort mentioned above?
    Any help appreciated.
    FJH

    Hi Srini,
    you are almost right. The problem is the colon (probably because expdp uses colons in its command line syntax).
    If you leave out the colons it is ok.
    "expdp DUMPFILE=dumpfile_`date '+%d_%m_%y_%H_%M_%S'`.datapump" works fine.
    FJH

  • How to desactivate error ORA-39181 during expdp schema export.

    Hi all,
    Is it possible to NOT have ORA-39181 in log file during expdp export?
    In my case, I have a lot of ORA-39181 errors, and these errors can easily mask other errors...
    Tahnsk for your help,
    Regards,
    Elodie

    From oerr:
    $ oerr ora 39181
    39181, 0000, "Only partial table data may be exported due to fine grain access control on %s"
    // *Cause:  An unprivileged user has tried to export a table that has fine
    //          grain access control. The table owner is subjected to access
    //          control and may not be able to export all rows in the table.
    //          Only the rows that can be seen by that user will be exported. In
    //          order to preserve integrity of the table, the user importing the
    //          table should have enough privilege to recreate the table with the
    //          security policies at import time.
    // *Action: It is strongly recommended that the database administrator handle
    //          exporting of this table.HTH
    Amardeep Sidhu
    http://amardeepsidhu.com/blog

  • ORA-02983 during expdp

    Hi All,
    I have one query related to expdp using shared path for directory.
    I have 2 machine, I dont have enough space from where I run the EXPDP command, so I want to move my DMP files from machien 1 to machine 2.
    from machine 1 : I have create one shared directory in G drive as below: \\machine1\G\TEST
    from machine 2: I have run the "create directory command and give read,write privleges to system user as below"
    Create or replace directory test as '\\machine1\G\TEST';
    grant read,write on directory test to system;
    and from machine 2: run the expdp cmd as below:
    expdp system/<pwd>@<sid> schemas=scott directory=test dumpfile=test.dmp logfile=test.log
    and I am getting below error:
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log f
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line
    ORA-29283: invalid file operation
    can any one suggest me what are the alternatives for this?
    Thanks...

    Data Pump does not support network share paths. Even mapped network drives wont work.
    From my point of view you have the follwoing alternatives:
    - add more LOCAL disk space (e.g. an usb hard disk)
    - use iSCSI to present storage from remote servers to your database server
    - if you´d be on UNIX you could use NFS - but as far as i can see you´re on windows
    Ronny Egner
    My blog: http://blog.ronnyegner-consulting.de

  • ORA-31687 in  expdp

    Getting below error in Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    ORA-31626: job does not exist
    ORA-31687: error creating worker process  with worker id 1
    ORA-31687: error creating worker process  with worker id 1
    ORA-31688: Worker process  failed during startup.

    user576747 wrote:
    it is set to 1
    Remove AQ_TM_PROCESSES init.ora parameter (AQ_TM_PROCESSES=0) from the init.ora.

  • Problem Faced While Using The Expdp Utility in Oracle 10g

    We are getting the following error while exporting the tables of a schema.
    ORA-39127: unexpected error from call to export_string :=DMSYS.DBMS_DM_MODEL_EXP
    .instance_info_exp('DM$P_MODEL_EXPIMP_TEMP','YEARLID',1,1,'10.01.00.03.00',newbl
    ock)
    ORA-06503: PL/SQL: Function returned without value
    ORA-06512: at "DMSYS.DBMS_DM_MODEL_EXP", line 1061
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 4995
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while ca
    lling DBMS_METADATA.FETCH_XML_CLOB [TABLE:"YEARLID"."CONTACTS_PGRANT_NOV22"]ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22
    275
    The table CONTACTS_PGRANT_NOV22 has got a column of type CLOB. We are exporting in the metadata only mode. Interestingly when we are exporting only this table individually, we are not getting any problem. Please suggest at the earliest.

    Hi,
    I need to take full export of the database with out data and for all schemas. Can you tell is below syntax correct or not:
    expdp system directory=DATA_PUMP dumpfile=FullDB1_Jan25_08.dmp job_name=test3 logfile=FullDB1_Jan25_08_EXPDP.log CONTENT=METADATA_ONLY full=y
    if I use above syntax I am not seeing all schema names in log file during expdp as we see in exp option.
    Please let me know correct syntax.

  • Query in expdp with case-sensitive table and columnname

    Hi,
    I've got a problem with exporting some specific rows of a table.
    The problem is a case-sensitive table and column name. I've tried this in a parfile:
    dumpfile=dpumpdir1:test.dmp
    logfile=dpumpdir1:test.log
    tables="Data"
    query="Data":'"where "DataID" = 11"'
    but it ended like this:
    ORA-31693: Table data object "Data" failed to load/unload and is being skipped due to error:
    ORA-06502: PL/SQL: numeric or value error
    ORA-31605: the following was returned from LpxXSLSetTextVar in routine kuxslSetParam:
    LPX-314: an internal failure occurred
    Edited by: [Logik on 18.04.2013 01:18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I've tried to make a function with this. I think you used some Oracle 11 parameters. reusefile for example.
    However I've managed to compile the function without error:
    CREATE OR REPLACE FUNCTION EXPDP RETURN NUMBER IS
      h1 number;
      v_job_state       varchar2(4000);
    BEGIN
      h1 := dbms_datapump.open(operation=>'EXPORT',job_mode=>'TABLE',job_name=>'HARRY10');
      dbms_datapump.add_file(h1,'example1.dmp','DPUMPDIR1');
      dbms_datapump.add_file(h1,'example1.log','DPUMPDIR1',filetype => dbms_datapump.ku$_file_type_log_file);
      dbms_datapump.metadata_filter(handle => h1,name => 'NAME_EXPR',value => 'IN (''Data'')',object_type => 'TABLE');
      dbms_datapump.data_filter(handle => h1,name => 'SUBQUERY',value => 'WHERE "DataID" = 1');
      dbms_datapump.start_job(h1);
      DBMS_DATAPUMP.WAIT_FOR_JOB (h1,v_job_state);
      DBMS_OUTPUT.PUT_LINE(v_job_state);
      RETURN NULL;
    END EXPDP;But when I execute I get:
    ORA-31626: job does not exist
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 79
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 938
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 4592
    ORA-06512: at EXPDP", line 5
    ORA-06512: at line 5
    Probably not my day :(
    By the way... how can I Format the text as a script?
    Edited by: [Logik on 19.04.2013 11:01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • We have received this report from os where running expdp of Oracle 11.2.0.3 on Oracle Linux 6.3, how to solve?

    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#6 stuck for 23s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:12:41 PM BRT
    sosreport.tar.xz: Binary file, 1700364 bytes
    backtrace:
    :BUG: soft lockup - CPU#6 stuck for 23s! [oracle:4522]
    :Modules linked in: ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 6
    :Modules linked in: ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008b4700e>]  [<0000000008b4700e>] 0x8b4700d
    :RSP: 002b:00007fffae56e9f0  EFLAGS: 00000246
    :RAX: 0000000000000000 RBX: ffffffff8150ddb4 RCX: 0000000000000005
    :RDX: 00007f151ab69720 RSI: 0000000000000000 RDI: 00007f151ab69710
    :RBP: 00007fffae56eaa0 R08: 0000000000000000 R09: 0000000000000000
    :R10: 00007f151ab69690 R11: 0000000000000000 R12: ffffffff8150e66e
    :R13: 0000000000000049 R14: 000000000b1da3b8 R15: 0000000000000002
    :FS:  00007f151b130700(0000) GS:ffff880c2f2c0000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 000000085f4c4fb8 CR3: 00000002d6f03000 CR4: 00000000000406e0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:13:30 PM BRT
    sosreport.tar.xz: Binary file, 1707048 bytes
    backtrace:
    :BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 0
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000002d45cc5>]  [<0000000002d45cc5>] 0x2d45cc4
    :RSP: 002b:00007fffae56c480  EFLAGS: 00000246
    :RAX: 0000000000000000 RBX: ffffffff8150ddb4 RCX: 00007f1518d7192d
    :RDX: 0000000000000000 RSI: 00007f1518d7192d RDI: 00007fffae56c55c
    :RBP: 00007fffae56c4f0 R08: 0000000000000001 R09: 0000000000000007
    :R10: 000000000000001c R11: 00007fffae56c4e8 R12: ffffffff8150e66e
    :R13: 0000000000000013 R14: 000000000b1da3b8 R15: 0000000000000000
    :FS:  00007f151b130700(0000) GS:ffff880c2f200000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 000000085e7c5b00 CR3: 00000002d6f03000 CR4: 00000000000406f0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel:         2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:13:57 PM BRT
    sosreport.tar.xz: Binary file, 1707592 bytes
    backtrace:
    :BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 0
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008a30b2a>]  [<0000000008a30b2a>] 0x8a30b29
    :RSP: 002b:00007fffae559a30  EFLAGS: 00000246
    :RAX: 0000000363da0000 RBX: ffffffff8150ddb4 RCX: 0000000000000006
    :RDX: 00007f151abefec0 RSI: 0000000000000005 RDI: 000000000897d4e2
    :RBP: 00007fffae559cd0 R08: 0000000000002000 R09: 0000000009935ec0
    :R10: 0000000000000000 R11: 000000000b1f56b0 R12: ffffffff8150e66e
    :R13: 0000000000000008 R14: 000000000000000b R15: 0000000000000000
    :FS:  00007f151b130700(0000) GS:ffff880c2f200000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 0000000849f03bc8 CR3: 00000002d6f03000 CR4: 00000000000406f0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#0 stuck for 23s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:14:29 PM BRT
    sosreport.tar.xz: Binary file, 1708032 bytes
    backtrace:
    :BUG: soft lockup - CPU#0 stuck for 23s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 0
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008bf88d3>]  [<0000000008bf88d3>] 0x8bf88d2
    :RSP: 002b:00007fffae570250  EFLAGS: 00000206
    :RAX: 000000000b1f2990 RBX: 000000039be97838 RCX: 0000000000001618
    :RDX: 0000000008d42580 RSI: 000000084cdc0020 RDI: 000000085a29a5c0
    :RBP: 00007fffae570280 R08: 0000000000000000 R09: 00000007b3c401e8
    :R10: 00000007b3c401e8 R11: 0000000000000002 R12: ffffffff8150e66e
    :R13: 0000000000000004 R14: 0000000000000003 R15: 0000000001443f07
    :FS:  00007f151b130700(0000) GS:ffff880c2f200000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 000000084041f218 CR3: 00000002d6f03000 CR4: 00000000000406f0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#6 stuck for 22s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:28:37 PM BRT
    sosreport.tar.xz: Binary file, 1703644 bytes
    backtrace:
    :BUG: soft lockup - CPU#6 stuck for 22s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 6
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008bfb4d9>]  [<0000000008bfb4d9>] 0x8bfb4d8
    :RSP: 002b:00007fffae56fad0  EFLAGS: 00000206
    :RAX: 0000000000000000 RBX: ffffffff8150ddb4 RCX: 000000000000008a
    :RDX: 000000000000003f RSI: 0000000000000001 RDI: 00007f1518e9d080
    :RBP: 00007fffae56fb50 R08: 41119c2cd3ccff3f R09: 00007f151ab37788
    :R10: 000000074d08ca50 R11: 00007f151abe41c8 R12: ffffffff8150e66e
    :R13: 0000000000000049 R14: 000000000b1da3b8 R15: 0000000000000002
    :FS:  00007f151b130700(0000) GS:ffff880c2f2c0000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 00000007c8801a48 CR3: 00000002d6f03000 CR4: 00000000000406e0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:29:29 PM BRT
    sosreport.tar.xz: Binary file, 1708708 bytes
    backtrace:
    :BUG: soft lockup - CPU#0 stuck for 22s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 0
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008b58b46>]  [<0000000008b58b46>] 0x8b58b45
    :RSP: 002b:00007fffae56ff60  EFLAGS: 00000246
    :RAX: 0000000008d36b00 RBX: ffffffff8150ddb4 RCX: 0000000000000078
    :RDX: 00007f1519f33858 RSI: 0000000000000000 RDI: 000000000b1d5f40
    :RBP: 00007fffae56ff90 R08: 00007fffae5703cc R09: 0000000000007fff
    :R10: 00007f1519f33858 R11: 00007fffae5703d0 R12: ffffffff8150e66e
    :R13: 0000000000000172 R14: 000000000b1da3b8 R15: 0000000000000000
    :FS:  00007f151b130700(0000) GS:ffff880c2f200000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 00007f86e0904448 CR3: 00000002d6f03000 CR4: 00000000000406f0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================
    abrt_version:   2.0.8
    cmdline:        ro root=UUID=a18bc0dc-d89f-43e5-9f7c-6a6b2e272d5f rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16   KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet
    kernel: 2.6.39-200.24.1.el6uek.x86_64
    reason:         BUG: soft lockup - CPU#6 stuck for 23s! [oracle:4522]
    time:           Thu 04 Sep 2014 12:30:53 PM BRT
    sosreport.tar.xz: Binary file, 1711176 bytes
    backtrace:
    :BUG: soft lockup - CPU#6 stuck for 23s! [oracle:4522]
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :CPU 6
    :Modules linked in: bridge stp llc ipmi_si mpt2sas scsi_transport_sas raid_class mptctl mptbase ipmi_devintf ipmi_msghandler dell_rbu autofs4 ipv6 ext3 jbd uinput ses enclosure shpchp tg3 sg dcdbas microcode pcspkr ghes hed iTCO_wdt iTCO_vendor_support ext4 mbcache jbd2 sr_mod cdrom sd_mod crc_t10dif ahci libahci megaraid_sas wmi dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ipmi_si]
    :Pid: 4522, comm: oracle Not tainted 2.6.39-200.24.1.el6uek.x86_64 #1 Dell Inc. PowerEdge R620/0KCKR5
    :RIP: 0033:[<0000000008bfb4d9>]  [<0000000008bfb4d9>] 0x8bfb4d8
    :RSP: 002b:00007fffae56fad0  EFLAGS: 00000202
    :RAX: 0000000000000003 RBX: ffffffff8150ddb4 RCX: 000000000000008a
    :RDX: 0000000000000020 RSI: 0000000000000001 RDI: 00007f151905f6f0
    :RBP: 00007fffae56fb50 R08: 950b8489a6422120 R09: 00007f151ab40d08
    :R10: 000000074d08ca50 R11: 00007f151abe41c8 R12: ffffffff8150e66e
    :R13: 0000000000000049 R14: 000000000b1da3b8 R15: 0000000000000002
    :FS:  00007f151b130700(0000) GS:ffff880c2f2c0000(0000) knlGS:0000000000000000
    :CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    :CR2: 0000000850e79e30 CR3: 00000002d6f03000 CR4: 00000000000406e0
    :DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    :DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    :Process oracle (pid: 4522, threadinfo ffff880287d4e000, task ffff880287e8e440)
    :Call Trace:
    ===============================================================================
    ===============================================================================

    Good morning Dude!, this is i found when the error occurs.
    We supposed this is a hardware problem!
    Thanks for your reply!
    ============
    The time is the time when crontab runs the script with the expdp command.
    grep "soft lockup" messages
    Sep  7 12:10:57 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 23s! [oracle:14101]
    Sep  7 12:12:21 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 22s! [oracle:14101]
    Sep  7 12:14:25 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 22s! [oracle:14101]
    Sep  7 12:25:01 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 23s! [oracle:14101]
    Sep  7 12:29:25 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 23s! [oracle:14101]
    Sep  8 12:10:59 oraubc kernel: BUG: soft lockup - CPU#6 stuck for 22s! [oracle:2938]
    [root@oraubc scripts]# grep "expdp" dpdia
      "$ORACLE_HOME/bin/expdp" "$BKP_OWNER/$BKP_PASS" job_name=BACKUP_DMPDIA full=y \
      test $E -eq 0 || echo "BKP-999:ORA-999:ERROR: expdp process EXITED with ERROR $E"
        echo "BKP-999:ORA-999:ERROR: expdp encountered ERRORS OR WARNINGS"
    [root@oraubc scripts]#

Maybe you are looking for