11.2.0.3 Oracle EXPDP

Hello Experts,

I'm trying to export a database using expdp come from a basic oracle 11.2.0.3 that runs on a Unix SunOS server so that I can import it into another database on our test network (his is going to be a windows server, which tells me is possible).

I log on the application server that runs on Windows and connect to the database through which. The steps I do in sqlplus are:

sqlplus sys/*password*@*instance* as sysdba

CREATE the DIRECTORY Oracle_Export AS "C:\Export"                              The directory already exists on the C drive.

GRANT read, write ON DIRECTORY Oracle_Export * username *;

GRANT datapump_exp_full_database to * username *;

I then run the following cmd:

expdp *username*/*password*@*instance* DIRECTORY = Oracle_Export DUMPFILE = export.dmp LOGFILE = export.log

Then, I get the following error message:

Export: Release 11.1.0.7.0 - 64 bit Production on Thursday, June 25, 2015 09:40:09

Copyright (c) 2003, 2007, Oracle.  All rights reserved.

Connected to: Oracle Database 11 g Release 11.2.0.3.0 - 64 bit Production

ORA-39002: invalid operation

ORA-39070: unable to open the log file.

ORA-29283: invalid file operation

ORA-06512: at "SYS." UTL_FILE", line 536

ORA-29283: invalid file operation

Any ideas? Must this be run on the Unix server rather than on the windows application server?

See you soon

Hello

For datapump (unlike the old exp/imp), the directory is always one that must exist on the database server (this is part of why datapump is fast - it is a process aside server).

Your steps air property other than the directory must be on the unix server.

Once completed, you will need to copy the file into a directory on the windows server and create a "directory" in the windows db pointing to that.

The alternative is to not have a dumpfile at all and extract the data via a db connection using the NETWORK_LINK parameter.

See you soon,.

Rich

Tags: Database

Similar Questions

  • 12.1.0.2.0 Oracle expdp with %U.dmp is not resolved

    Hello

    I have a problem with Oracle 12.1.0.2.0 when using expdp with %U in the name of dumpfile the %U won't solve a certain number and decided instead of the letter U, see below, for example.

    Schemas EXPDP = SCHEMA_NAME dumpfile=LOADING_DIR:DMP_%U.dmp logfile = LOG.txt filesize = 100 M

    The output is a dumpfile called 'DMP_U.dmp', errors of export with ORA-39095: dump file space is exhausted.

    Thanks a lot for your help.

    Windows uses % as a special symbol for the expansion of environment variables. Either put the arguments in a file parameter as already suggested or discover escape the % character in command of Windows scripts. It may just be a case of double the % or it could be something else entirely.

    John Brady

  • ORA-04031 - 11.2.0.1.0 Oracle expdp

    Hello

    After a big back my database with EdStevens - I tried now to do an export with expdp

    I used:

    expdp user/pw schemas=myschema directory=myschemadir dumpfile=mydumpfile.dmp logfile=mylogfile.log
    

    in the end, I got this errors.

    UDE-04031: Vorgang hat ORACLE-Fehler generiert 4031  
    ORA-04031: 16 Byte des Shared Memorys konnten nicht zugewiesen werden ("shared p  
    ool","SELECT job_id FROM v$datapum...","SQLA","tmp")  
    ORA-06512: in "SYS.KUPV$FT_INT", Zeile 2904  
    ORA-06512: in "SYS.KUPC$QUE_INT", Zeile 572  
    ORA-25254: Timeout in LISTEN beim Warten auf eine Nachricht  
    ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 3263  
    ORA-06512: in "SYS.DBMS_DATAPUMP", Zeile 4488  
    ORA-06512: in Zeile 1 
    
    

    What can I do this error ORA-04031? I think it's the main reason, or?

    Thanks a lot for the help again

    I fixed it myself...

    I've added to my startup file:

    *.sga_target=3059744768
    

    I stopped my DB, I started and now I can export my database

    Thank you to all assistants in particular EdStevens , I learned a lot from you!

    ARO

    Tim

  • Oracle EXPDP question. /

    Hi guys,.

    I use the following command to export the employees of the source database table

    expdp DIRECTORY = dpumpdir DUMPFILE = NOLOGFILE TABLES employees = test.dmp

    I mean by default when I use the above statement, all optimizer statistics table, * trigggers defined on the table *, the index also will be exported to the right.

    Thank you

    vishnusivathej wrote:
    Hi guys,.

    I use the following command to export the employees of the source database table

    expdp DIRECTORY = dpumpdir DUMPFILE = NOLOGFILE TABLES employees = test.dmp

    I mean by default when I use the above statement, all optimizer statistics table, * trigggers defined on the table *, the index also will be exported to the right.

    Thank you

    Hmm, what is actually running the command and see the output of it?

    Aman...

  • Database 11g expdp, impdp in a 10g database for

    Hello

    I would like to export an Oracle 11 g server to import it into an oracle database 10 g, which method is correct:

    1 - expdp (binary 10g)

    2 - expdp (binary 11 g) using the VERSION = 10.2 setting

    Thank you

    second method, you must specify the parameter version = 10.2 while using the commands the expdp and impdp.

    Please refer to this nice blog post: http://dbaoracledba.blogspot.com/2012/07/version-parameter-in-oracle-expdp-and.html

    Kind regards

  • expdp tablespace

    Hello

    We have database development 11R1...


    I wanted to perform an export level tablespace...


    When I give the follwing command.

    It gives an error...
    expdp db/****@orcl 
    directory=smf dumpfile=tablesonly.dmp logfile=tablesonly.log  tablespaces=users;
    
    Export: Release 11.1.0.6.0 - Production on Tuesday, 22 March, 2011 16:06:15
    
    Copyright (c) 2003, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "DBO_CIMS_2010_LATEST"."SYS_EXPORT_TABLESPACE_01":  dbo_cims_2010_lates
    t/********@orcl directory=smf dumpfile=tablesonly.dmp logfile=tablesonly.log tab
    lespaces=users;
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 0 KB
    ORA-31655: no data or metadata objects selected for job
    Job "db"."SYS_EXPORT_TABLESPACE_01" completed with 1 error(s)
    at 16:06:17
    What is the problem here
    What else should I include...?

    Thanks guys...

    That explains the error,

    [oracle@edhdr2p16-orcl admin]$ oerr ora 31655
    31655, 00000, "no data or metadata objects selected for job"
    // *Cause:  After the job parameters and filters were applied,
    //          the job specified by the user did not reference any objects.
    // *Action: Verify that the mode of the job specified objects to be moved.
    //          For command line clients, verify that the INCLUDE, EXCLUDE and
    //          CONTENT parameters were correctly set.  For DBMS_DATAPUMP API
    //          users, verify that the metadata filters, data filters, and
    //          parameters that were supplied on the job were correctly set.
    [oracle@edhdr2p16-orcl admin]$ 
    

    And it worked for me without errors,

    [oracle@edhdr2p16-orcl admin]$ expdp aman/aman directory=dir1 dumpfile=expdp.dmp tablespaces=EXAMPLE
    
    Export: Release 11.2.0.1.0 - Production on Tue Mar 22 16:16:31 2011
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    Starting "AMAN"."SYS_EXPORT_TABLESPACE_01":  aman/******** directory=dir1 dumpfile=expdp.dmp tablespaces=EXAMPLE
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 50.68 MB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/COMMENT
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/TRIGGER
    Processing object type TABLE_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMAP/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/INDEX/DOMAIN_INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCACT_INSTANCE
    Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCDEPOBJ
    . . exported "SH"."CUSTOMERS"                            9.853 MB   55500 rows
    . . exported "PM"."ONLINE_MEDIA"                         7.854 MB       9 rows
    . . exported "SH"."SUPPLEMENTARY_DEMOGRAPHICS"           697.3 KB    4500 rows
    . . exported "OE"."PRODUCT_DESCRIPTIONS"                 2.379 MB    8640 rows
    . . exported "SH"."SALES":"SALES_Q4_2001"                2.257 MB   69749 rows
    . . exported "SH"."SALES":"SALES_Q1_1999"                2.071 MB   64186 rows
    . . exported "SH"."SALES":"SALES_Q3_2001"                2.130 MB   65769 rows
    . . exported "SH"."SALES":"SALES_Q1_2000"                2.012 MB   62197 rows
    . . exported "SH"."SALES":"SALES_Q1_2001"                1.965 MB   60608 rows
    . . exported "SH"."SALES":"SALES_Q2_2001"                2.051 MB   63292 rows
    . . exported "SH"."SALES":"SALES_Q3_1999"                2.166 MB   67138 rows
    . . exported "SH"."SALES":"SALES_Q4_1999"                2.014 MB   62388 rows
    . . exported "SH"."SALES":"SALES_Q2_2000"                1.802 MB   55515 rows
    . . exported "SH"."SALES":"SALES_Q3_2000"                1.909 MB   58950 rows
    . . exported "SH"."SALES":"SALES_Q4_1998"                1.581 MB   48874 rows
    . . exported "SH"."SALES":"SALES_Q4_2000"                1.814 MB   55984 rows
    . . exported "SH"."SALES":"SALES_Q2_1999"                1.754 MB   54233 rows
    . . exported "SH"."SALES":"SALES_Q1_1998"                1.412 MB   43687 rows
    . . exported "SH"."SALES":"SALES_Q3_1998"                1.633 MB   50515 rows
    . . exported "PM"."PRINT_MEDIA"                          190.2 KB       4 rows
    . . exported "SH"."SALES":"SALES_Q2_1998"                1.160 MB   35758 rows
    . . exported "SH"."FWEEK_PSCAT_SALES_MV"                 419.8 KB   11266 rows
    . . exported "SH"."PROMOTIONS"                           58.89 KB     503 rows
    . . exported "SH"."TIMES"                                380.8 KB    1826 rows
    . . exported "OE"."CUSTOMERS"                            77.98 KB     319 rows
    . . exported "OE"."WAREHOUSES"                           13.42 KB       9 rows
    . . exported "SH"."COSTS":"COSTS_Q4_2001"                278.4 KB    9011 rows
    . . exported "PM"."TEXTDOCS_NESTEDTAB"                   87.73 KB      12 rows
    . . exported "SH"."COSTS":"COSTS_Q1_1999"                183.5 KB    5884 rows
    . . exported "SH"."COSTS":"COSTS_Q1_2001"                227.8 KB    7328 rows
    . . exported "SH"."COSTS":"COSTS_Q2_2001"                184.5 KB    5882 rows
    . . exported "SH"."COSTS":"COSTS_Q3_2001"                234.4 KB    7545 rows
    . . exported "OE"."PRODUCT_INFORMATION"                  72.77 KB     288 rows
    . . exported "SH"."COSTS":"COSTS_Q1_1998"                139.5 KB    4411 rows
    . . exported "SH"."COSTS":"COSTS_Q1_2000"                120.6 KB    3772 rows
    . . exported "SH"."COSTS":"COSTS_Q2_1998"                79.52 KB    2397 rows
    . . exported "SH"."COSTS":"COSTS_Q2_1999"                132.5 KB    4179 rows
    . . exported "SH"."COSTS":"COSTS_Q2_2000"                119.0 KB    3715 rows
    . . exported "SH"."COSTS":"COSTS_Q3_1998"                131.1 KB    4129 rows
    . . exported "SH"."COSTS":"COSTS_Q3_1999"                137.3 KB    4336 rows
    . . exported "SH"."COSTS":"COSTS_Q3_2000"                151.4 KB    4798 rows
    . . exported "SH"."COSTS":"COSTS_Q4_1998"                144.7 KB    4577 rows
    . . exported "SH"."COSTS":"COSTS_Q4_1999"                159.0 KB    5060 rows
    . . exported "SH"."COSTS":"COSTS_Q4_2000"                160.2 KB    5088 rows
    . . exported "HR"."COUNTRIES"                            6.367 KB      25 rows
    . . exported "HR"."DEPARTMENTS"                          7.007 KB      27 rows
    . . exported "HR"."EMPLOYEES"                            16.81 KB     107 rows
    . . exported "HR"."JOBS"                                 6.992 KB      19 rows
    . . exported "HR"."JOB_HISTORY"                          7.054 KB      10 rows
    . . exported "HR"."LOCATIONS"                            8.273 KB      23 rows
    . . exported "HR"."REGIONS"                              5.476 KB       4 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_S"              10.91 KB       4 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_S"            11.17 KB       1 rows
    . . exported "OE"."INVENTORIES"                          21.67 KB    1112 rows
    . . exported "OE"."ORDERS"                               12.39 KB     105 rows
    . . exported "OE"."ORDER_ITEMS"                          20.88 KB     665 rows
    . . exported "OE"."PROMOTIONS"                             5.5 KB       2 rows
    . . exported "SH"."CAL_MONTH_SALES_MV"                   6.312 KB      48 rows
    . . exported "SH"."CHANNELS"                              7.25 KB       5 rows
    . . exported "SH"."COUNTRIES"                            10.20 KB      23 rows
    . . exported "SH"."PRODUCTS"                             26.18 KB      72 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_G"                  0 KB       0 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_H"                  0 KB       0 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_I"                  0 KB       0 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_L"                  0 KB       0 rows
    . . exported "IX"."AQ$_ORDERS_QUEUETABLE_T"                  0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_C"                0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_G"                0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_H"                0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_I"                0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_L"                0 KB       0 rows
    . . exported "IX"."AQ$_STREAMS_QUEUE_TABLE_T"                0 KB       0 rows
    . . exported "IX"."ORDERS_QUEUETABLE"                        0 KB       0 rows
    . . exported "IX"."STREAMS_QUEUE_TABLE"                      0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_1995"                       0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_1996"                       0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_H1_1997"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_H2_1997"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q1_2002"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q1_2003"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q2_2002"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q2_2003"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q3_2002"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q3_2003"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q4_2002"                    0 KB       0 rows
    . . exported "SH"."COSTS":"COSTS_Q4_2003"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_1995"                       0 KB       0 rows
    . . exported "SH"."SALES":"SALES_1996"                       0 KB       0 rows
    . . exported "SH"."SALES":"SALES_H1_1997"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_H2_1997"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q1_2002"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q1_2003"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q2_2002"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q2_2003"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q3_2002"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q3_2003"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q4_2002"                    0 KB       0 rows
    . . exported "SH"."SALES":"SALES_Q4_2003"                    0 KB       0 rows
    Master table "AMAN"."SYS_EXPORT_TABLESPACE_01" successfully loaded/unloaded
    ******************************************************************************
    Dump file set for AMAN.SYS_EXPORT_TABLESPACE_01 is:
      /u01/app/oracle/expdp.dmp
    Job "AMAN"."SYS_EXPORT_TABLESPACE_01" successfully completed at 16:18:41
    

    HTH
    Aman...

  • logfile expdp

    Using expdp I'm tyring to export a schema.

    I did the following:

    grant create any directory system;

    create the directory rman_dumps as ' / home/oracle/expdp;

    Grant read, write on directory rman_dumps to the system;

    In a shell script, I use the below command:

    system/ora123@uat2 = directory = rman_ds dumpfile RMAN expdp schemas = rman.dmp logfile = rman.log

    If ['cat /home/oracle/expdp/rman.log | grep 'Success' | wc-l '! = 0]; then

    But the script does not reach this statement with this message:

    Name of the logfile = /home/oracle/expdp/rman.log
    grep: cannot open rman.log


    Can not open the file created in the directory rman_dumps? How to read the logfile created in the directory?

    Hello

    You need to double check the directory that you created and use in the script.

    Name of the created directory is "rman_dumps".
    But you are using in the script is "" directory = rman_ds ".

    Big difference is there. Modify the script and try it.

    -Pavan Kumar N

  • Question of the ownership of Data_pump_dir

    Hi all

    11.2.0.1cho

    AIX 6.1


    I'm still cannot solve the problem of permission of dir EXPDP datapump. Help Pleaseeee.


    I have an aix 'occurs' user who is not a dba. I created a new BATCHPROD_DIR as/u01/occurs. In order for users 'occurs' and 'oracle' to write in this directory I have chmod 777. During the execution of 'occurs' program expdp, it will create the output "expdat.dmp" in that directory, but the owner is "oracle.dba" being an oracle expdp owned exe. So what happened is "occurs" cannot access to its own production. Can you share me what things did you do for this problem? What should I include "occurs" as a dba which depletes the purpose of security not being able to connect / as sys?


    Thank you very much


    zxy



    I solved my problem by asking the system admin of chown oracle.dba /u08 r. I therefore conclude tha all dba directories must be owned by the oracle of power so that he works and can be owned by other users.

    So I need batchuat user membership in the dba group to access the dumpfile that it exported. It does not out made safety rule when the user batchuat as group dba

    connect / as sysdba?

  • EXPDB

    Hello

    Where goes the EXPDP exit so I don't create any directory?

    I am running this commnad expdp in OracleHome 10 g client and connect to the database of GR 11, 2. Why is that I have no error?
    I thought that EXPDP is very strict in compatibility version db?
    [@mla /export/home/oracle]$ expdp system/[email protected]:1521/PCOD
    
    Export: Release 10.2.0.1.0 - 64bit Production on Thursday, 12 May, 2011 12:49:05
    
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01":  system/********@********/PCOD
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 320 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
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYM
    Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/PRE_TABLE_ACTION
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/VIEW/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/POST_TABLE_ACTION
    Processing object type SCHEMA_EXPORT/POST_SCHEMA/PROCACT_SCHEMA
    . . exported "SYSTEM"."REPCAT$_AUDIT_ATTRIBUTE"          6.398 KB       2 rows
    . . exported "SYSTEM"."REPCAT$_OBJECT_TYPES"             6.890 KB      28 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION_METHOD"        5.875 KB      19 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_STATUS"          5.492 KB       3 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_TYPES"           6.296 KB       2 rows
    . . exported "SYSTEM"."DEF$_AQCALL"                          0 KB       0 rows
    . . exported "SYSTEM"."DEF$_AQERROR"                         0 KB       0 rows
    . . exported "SYSTEM"."DEF$_CALLDEST"                        0 KB       0 rows
    . . exported "SYSTEM"."DEF$_DEFAULTDEST"                     0 KB       0 rows
    . . exported "SYSTEM"."DEF$_DESTINATION"                     0 KB       0 rows
    . . exported "SYSTEM"."DEF$_ERROR"                           0 KB       0 rows
    . . exported "SYSTEM"."DEF$_LOB"                             0 KB       0 rows
    . . exported "SYSTEM"."DEF$_ORIGIN"                          0 KB       0 rows
    . . exported "SYSTEM"."DEF$_PROPAGATOR"                      0 KB       0 rows
    . . exported "SYSTEM"."DEF$_PUSHED_TRANSACTIONS"             0 KB       0 rows
    . . exported "SYSTEM"."MVIEW$_ADV_INDEX"                     0 KB       0 rows
    . . exported "SYSTEM"."MVIEW$_ADV_PARTITION"                 0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_AUDIT_COLUMN"                 0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_COLUMN_GROUP"                 0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_CONFLICT"                     0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_DDL"                          0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_EXCEPTIONS"                   0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_EXTENSION"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_FLAVORS"                      0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_FLAVOR_OBJECTS"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_GENERATED"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_GROUPED_COLUMN"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_INSTANTIATION_DDL"            0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_KEY_COLUMNS"                  0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_OBJECT_PARMS"                 0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_PARAMETER_COLUMN"             0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_PRIORITY"                     0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_PRIORITY_GROUP"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REFRESH_TEMPLATES"            0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPCAT"                       0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPCATLOG"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPCOLUMN"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPGROUP_PRIVS"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPOBJECT"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPPROP"                      0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_REPSCHEMA"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION"                   0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_RESOLUTION_STATISTICS"        0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_RESOL_STATS_CONTROL"          0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_RUNTIME_PARMS"                0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_SITES_NEW"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_SITE_OBJECTS"                 0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_SNAPGROUP"                    0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_OBJECTS"             0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_PARMS"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_REFGROUPS"           0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_SITES"               0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_TEMPLATE_TARGETS"             0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_USER_AUTHORIZATIONS"          0 KB       0 rows
    . . exported "SYSTEM"."REPCAT$_USER_PARM_VALUES"             0 KB       0 rows
    . . exported "SYSTEM"."SQLPLUS_PRODUCT_PROFILE"              0 KB       0 rows
    Master table "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    ******************************************************************************
    Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_01 is:
      /u01/app/oracle/admin/PEPCODV/dpdump/expdat.dmp
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully completed at 12:36:36
    Help, please...

    Thank you

    expdp uses server-side processes to create the dump file. Therefore, the destination directory must be accessible by the process on the database server. (And Oracle directories managed through DBA_DIRECTORIES are always on the server side).

    You could set up another server as a NFS server, a directory of export of this server and the NFS mount on the database server. Then use CREATE a DIRECTORY to create a directory in Oracle to use instead of DATA_PUMP_DIR (remember: the underlying operating system directory must already exist).

    Hemant K Collette

  • Import export in detail

    Hello
    I would like to know what is happening behind the scenes of an oracle expdp and impdp. Behind the scenes mean how the dumpfile is created, which happens at the db level and this kind of things, even is requires for impdp also. Good links or a PDF document will be useful. Please don't get angry at me if my question is stupid, etc. without relevance. Please help if possible.

    You can also read the data pump process flow...

    http://Oracle-Dox.NET/Sams-Oracle.database.10G.insid/0672327910/ch19lev1sec1.html#ch19fig01

  • expdp with the Oracle Wallet closed?

    Can you expdp with the Oracle Wallet closed without receiving an error ORA... I guess not, because I can NOT FIGURE IT OUT...

    Hey Joe,

    Not possible AFAIK. The encryption associated with command line switches all wear them on encrypting the dump files and nothing else. The only way for datapump to read the data of transparent data encryption is if the portfolio of database level is open. This is possible at the level of the database with an alter database command.

    I think you're out of luck, you'd have to somehow coordinate when you extract with when the team opens the wallet.

    See you soon,.

    Rich

  • Oracle 11 g 2 expdp Exclude problem!

    Dear Experts,

    Oracle11g R2, I want to export a schema using datapump to EXCLUDE the keyword, but I face the slot problem:


    -----
    [oracle@rac2 ~] $ expdp directory system/sys123 = test_dir dumpfile = scott.dmp schemas = scott EXCLUDE = TABLE:------"IN ('EMP', 'Department') \" "

    -bash: near syntax error unexpected token ' (')
    -------
    -------
    [oracle@rac2 ~] $ expdp directory system/sys123 = test_dir dumpfile = scott.dmp schemas = scott EXCLUDE = TABLE: ""EMP","Department"

    Export: Release 11.2.0.1.0 - Production Fri Jan 13 19:26:40 2012

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.
    Options of Data Mining and Real Application Testing
    ORA-39001: invalid argument value
    ORA-39071: value for EXCLUDE is ill-formed.
    ORA-00920: invalid relational operator
    ------
    ------
    [oracle@rac2 ~] $ expdp directory system/sys123 = test_dir dumpfile = scott.dmp schemas = scott EXCLUDE = TABLE:------"IN ('EMP', 'Department') \" "
    -bash: near syntax error unexpected token ' (')
    ------
    ------
    [oracle@rac2 ~] $ expdp system/sys123 directory = test_dir dumpfile = scott.dmp schemas = scott EXCLUDE = INDEX:------"" PK_EMP","PK_DEPT"\"

    Export: Release 11.2.0.1.0 - Production Fri Jan 13 19:30:07 2012

    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.
    Options of Data Mining and Real Application Testing
    ORA-39001: invalid argument value
    ORA-39071: value for EXCLUDE is ill-formed.
    ORA-00920: invalid relational operator
    ------


    But when I run the command above in oracle10g and GR 11, 1 material, his work. Is that everyone has the idea on this...

    Please help me.....

    [oracle@rac2 ~] $ expdp directory system/sys123 = test_dir dumpfile = scott.dmp schemas = scott EXCLUDE = INDEX:------"IN ('PK_EMP', 'PK_DEPT') \" "
    -bash: near syntax error unexpected token ' (')

    Edited by: shipon_97 January 13, 2012 19:15

    Exclude = table: "in('EMP'\,'DEPT') '"

    must be done...

  • expdp diractory in oracle 10g

    Hi master,

    I use oracle 10g on RHEL5. I just tried to export the schema with expdp rather than traditional exporting.

    to do this, I created a directory exp_dir in "u01/app/oracle/oradata', grant create any user directory that you wish to export. Directory created as "sys as sysdba.

    grant read, write to the user on the directory.

    taken the export with expdep...

    but in this whole process, I never see a directory created at the specified folder.is, the directory is virtual? the dumpster exported said

    Empty the file system set. SYS_EXPORT_SCHEMA_01 is:
    /U01/app/Oracle/oradata/user.dmp
    Work 'SYSTEM '. "" SYS_EXPORT_SCHEMA_01 "conducted at 14:56:37

    where is the directory created?

    Thanks and greetings
    VD

    In my view, it is an extra step in security.
    You must have the right to create a directory in the DB AND the level of the BONE.
    Think that companies, including a separation of functions is considered strictly.

    What if someone entitled to create directories in the comic book, doing so would crush the existing OS files for example
    expdp reuse_dumpfiles = y dumpfile =system.dbf

  • Error in expdp in oracle 11g R2

    Hello

    I use the Oracle 11 g R2 database. I tried the command for the full database export to export. The process starts well but ends with 1 error.

    ORA-39181: only partial table data can be exported due to the control of access to grain on "OE". "" PURCHASEORDER ", so I have issued the command
    SQL > grant POLICE TAX-FREE ACCESS OE; But even once, I got the same error. Someone help me.


    Have you checked if there is political EVP can be disabled?

    checked the ORA-39181: only partial data table exported Due To Fine Grain control of access (Doc ID 422480.1)?

  • How to export a direct particular schema for Oracle 10 g DB primary to another DB using expdp?

    I tried Googling the steps, but do not get enough clarity on them as many blogs have different and confusing steps. Any help?

    You will find different stages because there are different ways of using expdp for different purposes.

    I prefer the utilities guide, because it helps you understand what combination of expdp and impdp to adapt to your needs and details all the options available.

    Part I

Maybe you are looking for