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

Similar Messages

  • 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-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-39126 during an export of a partition via dbms_datapump

    Hi ,
    i did export using datapump in command line everything went fine but while exporting via dbms_datapump i got this:
    ORA-39126 during an export of a partition via dbms_datapump
    ORA-00920
    'SELECT FROM DUAL WHERE :1' P20060401
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6228
    the procedure is:
    PROCEDURE pr_depura_bitacora
    IS
    l_job_handle NUMBER;
    l_job_state VARCHAR2(30);
    l_partition VARCHAR2(30);
    v_sql VARCHAR2(2000);
    BEGIN
    -- Create a user-named Data Pump job to do a "table:partition-level" export
    -- Local
    select 'P'|| to_char((select min(STP_LOG_DATE) from SAI_AUDITBITACORA),'YYYYMM')||'01'
    into l_partition
    from user_tab_partitions
    where table_name = 'SAI_AUDITBITACORA'
    and rownum = 1;
    l_partition := rtrim (l_partition,' ');
    l_job_handle:= DBMS_DATAPUMP.OPEN
    operation=>'EXPORT',
    job_mode =>'TABLE',
    job_name =>'EXPORT_ORACLENSSA'
    -- Schema filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'SCHEMA_EXPR',
    value => 'IN (''ORACLENSSA'')'
    DBMS_OUTPUT.PUT_LINE('Added filter for schema list');
    -- Table filter
    DBMS_DATAPUMP.METADATA_FILTER
    handle => l_job_handle,
    name => 'NAME_EXPR',
    value => '=''SAI_AUDITBITACORA'''
    DBMS_OUTPUT.PUT_LINE('Added filter for table expression');
    -- Partition filter
    DBMS_DATAPUMP.DATA_FILTER
    handle => l_job_handle,
    name => 'PARTITION_EXPR',
    value => l_partition,
    table_name => 'SAI_AUDITBITACORA'
    DBMS_OUTPUT.PUT_LINE('Partition filter for schema list');
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.DMP',
    directory => 'EXP_DATA_PUMP',
    filetype => 1
    DBMS_DATAPUMP.ADD_FILE
    handle => l_job_handle,
    filename => 'EXP'||l_partition||'.LOG',
    directory => 'EXP_DATA_PUMP',
    filetype => 3
    DBMS_DATAPUMP.START_JOB
    handle => l_job_handle,
    skip_current => 0
    DBMS_DATAPUMP.WAIT_FOR_JOB
    handle => l_job_handle,
    job_state => l_job_state
    DBMS_OUTPUT.PUT_LINE('Job completed - job state = '||l_job_state);
    DBMS_DATAPUMP.DETACH(handle=>l_job_handle);
    END;
    I've already drop and recreate the directory, granted read, write to public and to user, grant create session, create table, create procedure, exp_full_database to user, restart the database and the listener with the var LD_LIBRARY pointing first to $ORACLE_HOME/lib, and add more space to temporary tablespace.

    The basic problem is:
    Error: ORA 920
    Text: invalid relational operator
    Cause: A search condition was entered with an invalid or missing relational
    operator.
    Action: Include a valid relational operator such as =, !=, ^=, <>, >, <, >=, <=
    , ALL, ANY, [NOT] BETWEEN, EXISTS, [NOT] IN, IS [NOT] NULL, or [NOT]
    LIKE in the condition.
    Obviously this refers to the invalid statement 'SELECT FROM DUAL ...'. I also recommend, you should contact Oracle Support, because it happens inside an Oracle provided package.
    Werner

  • Encountered ora-29701 during Sun Cluster for Oracle RAC 9.2.0.7 startup (UR

    Hi all,
    Need some help from all out there
    In our Sun Cluster 3.1 Data Service for Oracle RAC 9.2.0.7 (Solaris 9) configuration, my team had encountered
    ora-29701 *Unable to connect to Cluster Manager*
    during the startup of the Oracle RAC database instances on the Oracle RAC Server resources.
    We tried the attached workaround by Oracle. This workaround works well for the 1^st time but it doesn’t work anymore when the server is rebooted.
    Kindly help me to check whether anyone encounter the same problem as the above and able to resolve. Thanks.
    Bug No. 4262155
    Filed 25-MAR-2005 Updated 11-APR-2005
    Product Oracle Server - Enterprise Edition Product Version 9.2.0.6.0
    Platform Linux x86
    Platform Version 2.4.21-9.0.1
    Database Version 9.2.0.6.0
    Affects Platforms Port-Specific
    Severity Severe Loss of Service
    Status Not a Bug. To Filer
    Base Bug N/A
    Fixed in Product Version No Data
    Problem statement:
    ORA-29701 DURING DATABASE CREATION AFTER APPLYING 9.2.0.6 PATCHSET
    *** 03/25/05 07:32 am ***
    TAR:
    PROBLEM:
    Customer applied 9.2.0.6 patchset over 9.2.0.4 patchset.
    While creating the database, customer receives following error:
         ORA-29701: unable to connect to Cluster Manager
    However, if customer goes from 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the problem does not occur.
    DIAGNOSTIC ANALYSIS:
    It seems that the problem is with libskgxn9.so shared library.
    For 9.2.0.4 -> 9.2.0.5 -> 9.2.0.6, the install log shows the following:
    installActions2005-03-22_03-44-42PM.log:,
    [libskgxn9.so->%ORACLE_HOME%/lib/libskgxn9.so 7933 plats=1=>[46]langs=1=> en,fr,ar,bn,pt_BR,bg,fr_CA,ca,hr,cs,da,nl,ar_EG,en_GB,et,fi,de,el,iw,hu,is,in, it,ja,ko,es,lv,lt,ms,es_MX,no,pl,pt,ro,ru,zh_CN,sk,sl,es_ES,sv,th,zh_TW, tr,uk,vi]]
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]]
    For 9.2.0.4 -> 9.2.0.6, install log shows:
    installActions2005-03-22_04-13-03PM.log:, [libcmdll.so ->%ORACLE_HOME%/lib/libskgxn9.so 64274 plats=1=>[46] langs=-554696704=>[en]] does not exist.
    This means that while patching from 9.2.0.4 -> 9.2.0.5, Installer copies the libcmdll.so library into libskgxn9.so, while patching from 9.2.0.4 -> 9.2.0.6 does not.
    ORACM is located in /app/oracle/ORACM which is different than ORACLE_HOME in customer's environment.
    WORKAROUND:
    Customer is using the following workaround:
    cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk rac_on ioracle ipc_udp
    RELATED BUGS:
    Bug 4169291

    Check if following MOS note helps.
    Series of ORA-7445 Errors After Applying 9.2.0.7.0 Patchset to 9.2.0.6.0 Database (Doc ID 373375.1)

  • ORA-04031 during export on CTX-index

    Hi !
    I get ORA-04031 during export when an interMedia CTX-Index should get exported. The exact error message is:
    unable to allocate 4072 bytes of shared memory ("shared pool", "DBMS_SYS_SQL", "PL/SQL MPCODE", "BAMIMA: BAM Buffer")
    followed by
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: in "SYS.DBMS_SQL", line 9
    ORA-06512: in "SYS.DBMS_EXPORT_EXTENSION", line 244
    Any hints for me what I could do?
    TIA,
    Stefan

    Interesting.  You should open a  thread with a more relevant title about views with pk / fk constraints.
    I don't have a way to solve your problem --- to identify such views.
    Hemant K Chitale

  • ORA-26667 during checkpoint retention check

    HI Guys
    I have an environment which is being replicated in 2 ways (DML,DDL ) RDBMS 10.2.0.4 , each RDBMS is running in RAC (3 nodes one RDBMS) and another running (2 nodes RAC) everything was running without problems for the last 3 months however last weekend I got
    Sat Feb 14 23:18:41 2009
    STREAMS Warning: ORA-26667 during checkpoint retention check <= this message is the first kind of message that we got
    Sun Feb 15 05:18:43 2009
    STREAMS Capture C 1: first scn changed.
    scn: 0x0009.79468518
    However I took a look that day and I dint find any issue I looked for that problem in metalink but I didn't find any problem , this message came out when the checkpoint retention time moved
    the checkpoint retention time in streams is a number of days that the capture process retains checkpoints before purging them automatically . A capture process periodically computes the age of a checkpoint by subtracting the next_time of the archived redo log that corresponds to the checkpoint from dba_capture.first_time of the archived redo log file containing the required checkpoint scn
    if the resulting value is grater than the checkpoint retention time then the capture process automatically purges the checkpoint by advancing the dba_capture.first_scn value all the archived retained by the dba_caprure process can be seen using dba_registered_archived_log view
    the default retention time is 60 days
    i didnt find any error in the RDBMS therefore I didnt do anything but on Monday morning I got a lot of replication errors caused by
    ORA-01403 , after fixing all those errors I changes of the database that I got that error were not replicated across the other database , it could explain why many tables got out of sync , seems the reason was the propagation process was hanging , I stopped and restarted no changes were received in the other database , as a workaround I recreate it and the problem was fixed . Have you had a problem like this before ?
    Rgds

    browsing on Metalink seems the way to trace the root cause of this kind of problem is running the Oracle Streams Healtcheck right away after we got this kind of problem , seems the error that I got was just a coincidence because there is nothing related

  • ORA-29540 during full database export

    Hi,
    Anyone encounter this error ORA-29540 during full database export. Have check out the web site for solution. Have check that the init file compatible is set to 8.1.0, the public synonym dba_java is been removed. However after the above remedies, the problem still occured. My database version is 8.1.5. Please let me know if there is other solution to this problem.
    Thank You ...
    regards,
    lbs

    Hi,
    Thanks...Any idea how to check whether the installation for the initjvm.sql is successful. cos I just took over from the previous DBA and he too have no idea...
    Thank You..

  • During EXPDP .flb (Flashback logs) generation is very High

    hi,
    my database is in flashback log mode and i created a gurented restore point to take back my DB to restore point..in this status i start logical backup by EXPDP of a schema and during expdp lot of .flb logs were generated..
    what is the concern of this EXPDP with the huge generation of .flb log ...plz guide
    DB Version is 10g(10.2.0.4)
    regards,

    Hi,
    As per my undestanding,
    1) Datapump uses "flashback query."
    2)Flashback query does not use flashback logs. It uses UNDO.
    3)Flashback Query uses Oracle's multiversion read-consistency capabilities to restore data by applying undo as needed. Oracle Database 10g automatically tunes a parameter called the undo retention period. The undo retention period indicates the amount of time that must pass before old undo information—that is, undo information for committed transactions—can be overwritten. The database collects usage statistics and tunes the undo retention period based on these statistics and on undo tablespace size
    Your expdp job has nothing to do with flashback log.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

  • ORA-39779 during import of types

    Hi ,
    I have executed an export with the following parameters:
    DIRECTORY=DATAPUMP_DIR
    DUMPFILE=exportdp_FULL_%U.dmp
    LOGFILE=exportdp_FULL.log
    FLASHBACK_SCN=6070655498233
    FULL=yes
    CONTENT=ALL
    FILESIZE=2G
    PARALLEL=2
    The source database is of release 10.2.0.4.0 and installed on a HP-UX (HP-UX 11.23) environment.
    The target database is of release 10.2.0.5.0 and installed on Red Hat Linux (Red Hat Enterprise Linux Server release 5.8 ) environment.
    The parameterfile for the import has the following parameters:
    DUMPFILE=exportdp_FULL_%U.dmp
    LOGFILE=importdp_FULL.log
    SCHEMAS=schema_a, schema_b, schema_c, schema_d
    REMAP_TABLESPACE=DEFAULTUSER:DEFAULT_USER
    PARALLEL=4
    METRICS=yes
    During the import the following errors get raised:
    ORA-31693: Table data object "SCHEMA_A"."TEST" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    ORA-39779: type "SCHEMA_A"."OT_TEST" not found or conversion to latest version is not possible
    Going through MOS and several forums none of the offered solutions (e.g. TRANSFORM=oid:n) solved this issue.
    Currently I really don't have idea how to solve this issue - it's not clear to me what causes the problem. Running the query
    SELECT o.oid$
    , t.hashcode
    , o.name
    FROM sys.obj$ o
    , sys.user$ u
    , sys.type$ t
    WHERE o.owner# = u.user#
    AND o.oid$ = t.toid
    AND o.name = 'OT_TEST';
    gives different results on source- and target-database (oid and hashcode do both differ).
    Any help will truly appreciated.
    Rgds
    Jan

    Hi ,
    expdp command:
    expdp sys_admin parfile=exportdp_FULL.param;
    first 15 lines of exportdp_FULL.log:
    Export: Release 10.2.0.4.0 - 64bit Production on Mittwoch, 06 Februar, 2013 7:35:52
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYS_ADMIN"."SYS_EXPORT_FULL_01": sys_admin/******** parfile=exportdp_FULL.param
    Estimate in progress using BLOCKS method...
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 199.2 GB
    Processing object type DATABASE_EXPORT/TABLESPACE
    Processing object type DATABASE_EXPORT/PROFILE
    Processing object type DATABASE_EXPORT/SYS_USER/USER
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    Processing object type DATABASE_EXPORT/ROLE
    Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA
    impdp command:
    impdp sys_admin parfile=importdp_FULL.param;
    first 15 lines of importdp_FULL.log:
    Import: Release 10.2.0.5.0 - 64bit Production on Thursday, 07 February, 2013 12:53:58
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    Master table "SYS_ADMIN"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
    Starting "SYS_ADMIN"."SYS_IMPORT_SCHEMA_02": sys_admin/******** parfile=importdp_FULL.param
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    Failing sql is:
    CREATE USER "SCHEMA_A" IDENTIFIED BY VALUES 'A3E66F1F8E9EFE4E' DEFAULT TABLESPACE "DATA" TEMPORARY TABLESPACE "TEMP" PROFILE "SCHEMA_OWNER"
    ORA-31684: Object type USER:"SCHEMA_A" already exists
    ORA-31684: Object type USER:"SCHEMA_B" already exists
    ORA-39083: Object type USER failed to create with error:
    ORA-02380: profile TECHNICAL_USER does not exist
    The errors of the import are due to the fact that I have created all users before...
    Rgds
    Jan

  • How to stop DML during expdp

    Hi,
    I am using rman routine to export user schema. now I am having problem that during import i receive "ORA-39083: Object type REF_CONSTRAINT failed to create with error:". My database is OLTP and i feel that during export some DML performed that is not fully reflected in import.
    I want to know that is there any way to either pause dml during export or I expdp may set some index so that only concrete rows may export?
    regards,
    Tanveer

    Hello,
    You may use the parameter FLASHBACK_TIME so as to get a consistent image of the Data:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_import.htm#sthref298
    Hope this help.
    Best regards,
    Jean-Valentin

  • Changing object names during expdp or impdp

    I'm curious to know if expdp or impdp is able to change object names during the process. What I mean by this is... can I export out procedures:
    procedure1
    procedure2
    procedure3
    Then import them like this:
    test_procedure1
    test_procedure2
    test_procedure3
    I'm not sure the expdp or impdp has that ability, but I could have missed it. I know how to remap a schema, but that only changes the schema name.

    You can refer below link for example
    http://www.dba-oracle.com/t_data_pump_sqlfile_parameter.htm
    http://www.iselfschooling.com/board/index.php?topic=355.0
    Regards,
    http://www.oracleracexpert.com
    Oracle Premier, Extended and Sustaining Support Info
    http://www.oracleracexpert.com/2013/02/oracle-premier-extended-and-sustaining.html
    ORA-07445 exception encountered, ORA-04030 out of processes memrory
    http://www.oracleracexpert.com/2013/02/ora-07445-exception-encountered-ora.html

  • ORA-01006 during report from SQL Query

    We are running WebDB 2.2 against a 7.3.4.4 database. I have a report created from a SQL query which references 4 bind variables. During execution I receive the following, Failed to bind - :periodyr&#0124; &#0124;' with
    ORA-01006: bind variable does not exist.
    Anyone have any idea what causes this error, could it be because I reference a bind variable (:periodyr) more than once in the query? Is there a work around?
    I have included the where clause as reference:
    WHERE gcc.code_combination_id = gb.code_combination_id
    AND gb.code_combination_id = gjl.code_combination_id
    AND gjl.je_header_id = gjh.je_header_id
    AND gb.budget_version_id =
    (select budget_version_id
    from gl.gl_budget_versions
    where budget_name = :periodyr&#0124; &#0124;' OPERATING')
    AND gjh.actual_flag = 'B'
    AND gb.actual_flag = 'B'
    AND gb.period_name = gjl.period_name
    AND gb.period_year = nvl(:periodyr,gb.period_year)
    and gcc.segment2 = nvl(:cstctr,gcc.segment2)
    and ffvobj.attribute10 = nvl(:ctrlgrp,ffvobj.attribute10)
    and gcc.segment3 = nvl(:objcode,gcc.segment3)
    Thanks
    Mark

    I think there is a bug in the procedure which picks up the bind variables from a SQL.
    Workground: put a space between variable :periodyr and operator &#0124; &#0124; as:
    where budget_name = :periodyr &#0124; &#0124;' OPERATING')
    Hope this will work
    null

  • Impdp fails with ORA-01427 during full import of 10.2 db into 11.2

    Hello all,
    I'm running a full import from a dump file taken from our production db (10.2.0.4.0) on RHEL4 into a test db (11.2.0.3.0) on RHEL6.  I've done something very similar before with no errors but this time it returns the following in the output at the end of the partially successful import:
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [TABLE_STATISTICS]
    ORA-06502: PL/SQL: numeric or value error
    LPX-00225: end-element tag "COL_STATS_ITEM" does not match start-element tag "HIVAL"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 9001
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    0x1ea3a92c8     20462  package body SYS.KUPW$WORKER
    0x1ea3a92c8      9028  package body SYS.KUPW$WORKER
    0x1ea3a92c8     16665  package body SYS.KUPW$WORKER
    0x1ea3a92c8      3956  package body SYS.KUPW$WORKER
    0x1ea3a92c8      9725  package body SYS.KUPW$WORKER
    0x1ea3a92c8      1775  package body SYS.KUPW$WORKER
    0x1e9ec90f8         2  anonymous block
    ORA-39097: Data Pump job encountered unexpected error -1427
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-01427: single-row subquery returns more than one row
    Job "SYSTEM"."SYS_IMPORT_FULL_02" stopped due to fatal error at 13:32:00
    The import is into a database that has had all the application users dropped (only Oracle-defined users still existing) but with table_exists_action set to skip (the default).  Several user objects from the source db are missing from the target.
    I've run this twice with the same results.  I can imagine that there is a problem with the master table and/or the data dictionary but it gives no indication of the deeper cause.
    Any ideas, anyone?
    Regards, Keith.

    Pl post the complete expdp and impdp commands used.
    Retry expdp or impdp with the EXCLUDE=STATISTICS option.
    MOS Doc 878626.1
    HTH
    Srini

  • ORA - 01012 during the install of 8.1.5 on solaris 2.6

    Hi There,
    I am trying to install oracle 8i on Sun Solaris 2.6 system using
    OUI. During the installation and while creating the database
    using DB configuration assistant, i am getting error ora -01012
    Oracle not logged on, i have selected ignore and completed
    installation. While using SVRMGRL again it is giving ORA -01012
    Not Logged on error message . Can someone help me out.. Thanks.

    Hi all,
    I hope I am not alone in facing this problem.
    Would greatly appreciate any suggestions from you.
    Thanks,
    Raghu.

Maybe you are looking for

  • Adobe Cloud installation problem

    Hi guys, I just did a sytem restore, and Adobe illustrator is no longer in my computer... when I tried to get it again...upsss the Adobe Cloud said that I have already AI on my system. I am not able to install it again, any idea? I am desperate... th

  • Mac OS X 10.6.8 and HP Officejet 8500 A910 offline on Mac but prints fine from iPhone.

    Printer works fine when plugged in by USB printer cable.  Unable to get the Mac to recognize the HP Officjet 8500 A910 online.  I would assume it is not on the network but I am able to detect the printer on my network and have no problem printing wir

  • How apex generate LOV values for Interactive report

    Scott, For interactive report, does APEX full table/index scan to generate the LOV drop down list every time user click the column header? If I set max row count to 100, does LOV values only derived from the first 100 rows that apex hits? If I enter

  • Webshpere Studio Site Developer 5.1.1

    We have added the Kodo plug-in as instructed into the C:\Program Files\IBM\WebSphere Studio\Site Developer\v5.1.1\eclipse\plugins\ directory. When you select package.jdo in your project and then "Ehance Metadata" menu item of the Kodo menu we get the

  • Problem syncing my iPhone

    iTunes will not recognise my iPhone any more, i have removed , re-installed, configured, tried different USB cables and ports, if i try to run the diagnostic for iTunes the program goes into meltdown and has to be closed? i have tied several of the f