Regarding IMPDP command in oracle10g 10.2.0.4.0

Hi
I am trying importing the dump file into my local system database.
While i try to issue impdp scott/owb directory=test_dir dumpfile=mca.dmp logfile=impdpmca.log
i am getting following errors and window is getting closed.
ORA-39002 Invalid operation
ORA-39070-Unable to open file
ORA-29283-Invalid file operation
ORA-06512-at "SYS.UTL_FILE"
ORA-29283 Invalid File Operation
can any one help me here ...
Regards
Rajesh

Rajesh,
Do you have permission to open file in that directory as an oracle user? It's say unable to open file, so verify directory permission. ANd if possible, please post your exact code enclosed between tag \ to preserve formatting.
\Your code
\Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Getting Errors while using IMPDP command in UNIX

    Hi All,
    My work involves Refreshing of DB with latest Data. For this i am using IMPDP command to import the data. But Every time during refresh i will get errors saying like "oracle Generated Errors Oracle Not available".
    I don't know what is the reason for getting this error, and that too my db goes down after this error. Again i will startup the db , and i will try my luck to complete the process.
    so please tell me what are the actual problems that might cause the IMPDP to be failed.
    with one advise , i have stopped my listener and done the importing, Interestingly this time IMPDP works without errors. But this is also not always working.
    But i feel that every time starting and stopping the listener is not the correct solution.
    so please help me in this regard.
    Regards
    Naveen R.

    The error i am getting is...
    UDI-03113: operation generated ORACLE error 3113
    ORA-03113: end-of-file on communication channel
    Process ID: 6208
    Session ID: 346 Serial number: 298
    UDI-03114: operation generated ORACLE error 3114
    ORA-03114: not connected to ORACLE
    [user1@node1 cpt]$
    DB version is 11.1.0.6.0
    os is.. Red Hat Linux

  • Impdp command returning errors in oracle xe

    Hi All
    I am using a CentOS server with Oracle express edition installed on it .
    I tried to import a dump file with the impdp command and got following list of errors .
    ORA-39002:
    ORA-31694:
    ORA-02354:
    ORA-39776:
    ORA-12952:
    What could be the possible cause for the errors ? Any help will be appreciated .
    Regards
    V.T.

    Hi
    The errors that came were because of the exceeded size limit that is 4 GB ... The dump file is a valid data pump file and i tried importing partial dump .
    Now , i am using the following import command and am still getting some errors :
    impdp SYSTEM/oracle123456@XE DIRECTORY=dmpdir DUMPFILE=20070201.dmp LOGFILE=200702013.log EXCLUDE=STATISTICS TABLE_EXISTS_ACTION=REPLACE CONTENT=METADATA_ONLY
    Error : ORA-39083: MATERIALIZED_VIEW
    ORA-00600: [kkqfca:invalid input],[],[],[],[],[],[],[]
    CREATE MATERIALIZED VIEW "XYZ"."V_XYZ" USING ("V_XYZ", (5, 'TEST', 1, 0, "XYZ", "X_TABLE", '2007-02-01:07:00:06', 8, 55404, '2007-02-01:07:00:06', '', 1, '560001', 503331866, 0, NULL), 2101313, 7, ('1950-01-01:12:00:00', 461, 0, 0, 503331866, 0,
    what could be the cause of this error ?
    I think it is because of ORA-13011 (Perhaps some value is out of range ).
    Can't resolve this error .
    Waiting for an early response .
    Regards
    V.T.

  • Errors in impdp command on oracle 10g database

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    NAME TYPE VALUE
    streams_pool_size big integer 0
    sga_target big integer 200M
    what could be the value for avoiding errors! thanks in advance

  • Errors in impdp command on oracle 10g database-urget help needed

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    Can you check Metalink Note 376022.1? Your STREAMS_POOL_SIZE parameter may be too small.
    If you don't have Metalink access, try this :
    sql> alter system set STREAMS_POOL_SIZE=100M scope=spfile;
    sql> shutdown immediate
    sql> startup
    Note : the Portal Applications forum may not be the appropriate forum for this datapump issue. Try one of the database forums as you'll have a wider audience there.

  • Error when using IMPDP command on import

    I'm following an Oracle document guiding me thru the creation of schemas and importing of data for a Sample OBIEE App. But I'm getting an error using the IMPDP command. The command I'm issuing at the Command Prompt is as follows:
    impdp sys/password@Eagle as sysdba directory=datapumpdir dumpfile=SASchemas.dmp version=11.2.0.0.0 schemas=BISAMPLE,OBIEE_NAVTEQ,BIFOD,BIBPM,DEV_ODI_REPO,ODI_STAGING LOGFILE=SASchemas_imp.log
    (Note that I'm using my actual password in place of 'password')
    Unfortunately, I keep getting the error: unknown command beginning "impdp sys/..." rest of line ignored'
    Why is this not working? I've checked the syntax very carefully.
    Thanks, John

    Thanks for the replies. Yep it's a duplicate post, which I rarely do, but the subject matter related more to the database than OBIEE and I got no response in the OBIEE forum.
    Yes, this is a single machine installation so I am running the command on the machine where the database is up and running. I tried leaving version= 11.2.0.0 out of the command as Fiedi Z suggested, but I still get the same error. I'm scratching my head as to why the error handler doesn't even recognize that I'm using the IMPDP command. Any other ideas?
    Thanks, John

  • Error when importing Sample OBIEE Files using the IMPDP command

    I'm trying to follow the lengthy directions to create the Sample App, and I'm on page 7 of this installation guide:
    http://www.oracle.com/technetwork/middleware/bi-foundation/downloads/sampleapp107-deploymentguide-435786.pdf]description
    I've successfully completed the first 3 bullets on the page and I'm at the step of using the 'impdp' command to import data from the dmp file. The customized command I'm using is as follows:
    impdp sys/password@Eagle as sysdba directory=datapumpdir dumpfile=SASchemas.dmp version=11.2.0.0.0 schemas=BISAMPLE,OBIEE_NAVTEQ,BIFOD,BIBPM,DEV_ODI_REPO,ODI_STAGING LOGFILE=SASchemas_imp.log
    (Note that I'm using my actual password in place of 'password')
    Unfortunately, I keep getting the error: unknown command beginning "impdp sys/..." rest of line ignored'
    Why is this not working? I've checked the syntax very carefully.
    Thanks, John

    Whoops I was running this from the SQL Prompt and not the Dos Prompt... Never mind.

  • Query regarding OS Command in Receiver Communication Channel

    Hi All,
    Consider the following  :
    1. Sender communication channel picks up file <abc.txt> from /files/in directory. The CC is configured to archive the file in the location /files/archive.
    2. Resulting Message is processed successfully in integration engine.
    3. Receiver communication channel is configured to place the file in target directory /files/out, and the Run OS command after message processing is set as : "/scripts/FTP_SCRIPT.pl %F".
    The above scenario works fine, but I do not understand why it works. :).
    I can see (by looking at logs maintained by the script FTP_SCRIPT.pl) that in step 3 %F passes "/files/in/abc.txt" as a parameter.
    I believe that the file should not be available in the "in" folder because the sender communication channel would have already archived it. Why is it available?
    In what order is XI processing steps 1-3 in the background?

    Hello,
    If you have selected Adaper Specific message attributes in both the adapters(File sender/Receiver), the same file name which is currently being used will be passed to the place holder '%F' .
    and you might have selected RUN OS command before message processing.
    Just confirm.
    Regards,
    Sreenivas.

  • Regarding event & command in smartforms

    i have an assignment like this,i need to develop an smartforms in which
    employees details will come page wise means for first employee the details will come
    in the first page for second employee the details will come in the second page
    like this i need the outptut ,here i need to use templates plz let me know how will
    i proceed in smartforms as well as in the driver programs....
    if possible plz send ur codes as i m new to smartforms.
    FOR THIS i already post the maater and got this answer,
    write the driver program in se38 ......with taking an internal table with the details of all
    employees for your selection.......
    in the driver program itself call ssf_function_module ........and pass the internl atable to
    this FM .......sort the table by employee number
    now create a smartform ......with one page...desgin the page as per your requirement.....
    in the mail window create a loop (assgin the tAable ....to it which has been passed from driver program....)
    inside the loop create at new (down you will see ) and put the employee number field.....
    next inside the loop create a command ...and put a new page(call) ...
    new page will trigger automatically for each employeee.
    and i did as per the answer but i m not getting here in my smartforms i m using
    table under this i have sorted pernr in the data tab and under this event i m
    putting command in this command i m using go to new page,as per this scenario
    i m getting my output but one blank page is also coming in the output ,
    how to remove this page plz help me i also tried in the condition not on first page but it is not coming.
    plz help me

    Hi,
    Uncheck the goto new page command and put the condition pernr not equal to prevevious pernr in the conditions tab of the new command.
    This can be done as follows.
    with in loop and endloop at the end of the loop create text node(cretae a var called W_prev_pernr and then w_prev_pernr = itab-pernr.) which stores the current pernr.at in the conditions tab of the new command(Create>Flow Logic>Command) put the condition like : pernr NE w_prev_pernr.
    Hope this helps you.
    Regards,
    Rama.P.

  • Not able to import(getting error on impdp command)

    hi,
    i have taken the export of my database db6 using below command
    expdp system/password@db6 SCHEMAS=(CODASYL,DNET,FINANCE,BILLPAY) DUMPFILE=qr_bkp_9nov.dmp DIRECTORY=qr_bkp LOGFILE=qr_bkp_9nov.log PARALLEL=4
    the dump was created success fully(i have also created the directory n given permission before executing the above command).
    now on a different server i have created the directory as below
    CREATE OR REPLACE DIRECTORY qr_bkp AS '/opt/quikremit';
    GRANT READ, WRITE ON DIRECTORY qr_bkp to HR;
    and when executing the command for import i am getting the below error.
    bash-3.00$ impdp SCHEMAS=(CODASYL,DNET,FINANCE,BILLPAY) DIRECTORY=qr_bkp DUMPFILE=qr_bkp_9nov.dmp LOGFILE=qr_bkp_9nov1.LOG PARALLEL=4
    Import: Release 10.2.0.1.0 - 64bit Production on Thursday, 10 November, 2011 13:47:37
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Username: HR
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 475
    ORA-29283: invalid file operation
    some one plz help????

    bash-3.00$ ls -la /opt/quikremit/
    total 2997776
    drwxrwxr-x 15 pqapp other 512 Nov 10 13:44 .
    drwxr-xr-x 15 root sys 512 Oct 24 13:18 ..
    drwxrwxr-x 13 pqapp other 1024 Nov 3 11:32 adodb
    drwxrwxr-x 17 pqapp other 512 Nov 3 12:16 apache2
    drwxrwxr-x 3 pqapp other 512 Nov 3 12:02 batch
    -rwxrwxr-x 1 pqapp other 451 Nov 3 18:21 conntest.php
    drwxrwxr-x 3 pqapp other 512 Nov 3 10:35 dev_envs
    drwxrwxr-x 12 pqapp other 1024 Oct 27 07:17 httpd-2.2.9
    drwxrwxr-x 2 pqapp other 512 Nov 3 10:20 logs
    drwxrwxr-x 2 pqapp other 512 Nov 3 10:26 mail_logs
    drwxrwxr-x 13 pqapp other 512 Oct 27 08:56 mysql-5.5.17-solaris10-sparc-64bit
    -rwxrwxr-x 1 pqapp other 1534005760 Oct 27 08:51 mysql-5.5.17-solaris10-sparc-64bit.tar
    drwxrwxr-x 3 pqapp other 512 Oct 27 09:12 mysql5.5.17
    drwxrwxr-x 23 pqapp other 2560 Nov 3 10:33 php
    drwxr-xr-x 2 pqapp other 512 Nov 10 13:44 qr_bkp
    -rw-r--r-- 1 pqapp other 66007 Nov 9 15:38 qr_bkp_9nov.log
    -rwxrwxrwx 1 pqapp other 134 Nov 10 11:46 qr_impdp.sh
    drwxrwxr-x 4 pqapp other 512 Nov 3 11:41 smarty_temp
    -rw-r--r-- 1 pqapp other 4003 Nov 10 13:32 sqlnet.log
    drwxrwxr-x 3 pqapp other 512 Nov 3 12:03 tmp

  • Regarding srvctl  command

    Hi All,
    i am using 11g R1 RAC with ASM. i have seen one strange issue, on one node when i executed srvctl command to know the status of asm , it hanged. i executed srvctl status asm -n <nodename>. i tried srvctl command so many times , every time it got hanged. finally i rebooted the node and now srvctl command is working fine.
    i just thought to check with you. do you have any idea , why it happened. It is very important for me to know the cause and rectify it because i am writing a script and there i am using srvctl command. i am worried , if it will hang some time then my script will also hang.
    Thanks for your help.

    Hi buddy,
    i just thought to check with you. do you have any idea , why it happened. It is very important for me to know the > cause and rectify it because i am writing a script and there i am using srvctl command. i am worried , if it will hang some time then my script will also hang.I guess You have to debug it. You can set the environment variable SRVM_TRACE to TRUE and then execute the srvctl status asm -n <nodename>, probably You'll get some helpful information with debug option.
    Also you can take a look at crsd.log, ocssd.log and $ASM_HOME/log/<nodename>/racg , in order to see if there is any helpful information in those logs.
    Regards,
    Cerreia

  • IMPDP command

    Hello,
    Let me describe my situation here, one of my users had asked me to refresh a database with the following dumpfile bob_schema.dmp
    The command he used to export the database was
    expdp bob dumpfile=DATPMP1:bob_schema.dmp schemas=bob
    I'm trying to import the database he provided with the command
    impdp phil/password@SERVER dumpfile=bob.dmp logfile=log.txt
    These are the problems I am experiencing.
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31619: invalid dump file "E:localapps\oracle\app\administrator\admin\SERVER\dpdump\bob.dmp
    In this case, whenever an expdp command is used, does the impd command have to be similar?
    Also, since he is specifying DATPMP1 as the directory do I need to create and specify the same name on my end? I had placed bob.dmp in the directory shown above, because any database I import is always placed within the oracle directory of dpdump. The user and I are both on oracle 11g.
    Thanks,
    What are your thoughts and suggestions about this problem I am encountering?

    SYS
    ORACLE_OCM_CONFIG_DIR
    E:\localapps\oracle\app\administrator\product\11.2.0\dbhome_1/ccr/state
    SYS
    DATA_PUMP_DIR
    E:\localapps\oracle\app\administrator\admin\SERVER\dpdump
    SYS
    XMLDIR
    E:\localapps\oracle\app\administrator\product\11.2.0\dbhome_1\rdbms\xml
    SYS
    MY_DATA_PUMP_DIR
    E:\localapps\oracle\app\administrator\admin\SERVER\dpdump
    Problem still exists when I am specifying the MY_DATA_PUMP_DIR as a directory.

  • Regarding user command

    hi,
    how to write the user command on alv report and the output should ne upload into va02,
    My requirement is i have developed a alv report,in that the requiremnt is one pushbutton they want,when they clicked it the output should be upload into va02 transaction.
    Thanks and Regards,

    Hi Ali,
    For user command in alv,
    First set the PF Status of that ALV,
    and in the FM Reuse_alv_grid_display pass the subroutine name fr user command,
    in its parameter  -->      i_callback_user_command           = 'COMM'
    Then to catch the function module you have to write like for eg,
    FORM comm USING ucomm LIKE sy-ucomm selfield TYPE slis_selfield.
      DATA: okcode TYPE sy-ucomm.
      okcode = ucomm.
      CASE okcode.
        WHEN 'REF'.
        CALL FUNCTION 'POPUP_TO_INFORM'
          EXPORTING
            titel         = 'MANSI'
            txt1          = 'CREATED BY'
            txt2          = SY-UNAME
          TXT3          = ' '
          TXT4          = ' '
    That is on that buttons click you can use set parameter id statement to move your
    control from this screen to the required screen.
    Hope it helps you
    Regrds
    Mansi

  • Regarding impdp(urgent)

    Hi all,
    can anyone tell appox how long will it take to import a table of 3433459 rows...
    because i have started impdp b4 2 hours ...and it is still running .......

    Hi all,
    can anyone tell appox how long will it take to import
    a table of 3433459 rows...
    because i have started impdp b4 2 hours ...and it is
    still running .......Well that really depends. I guess no one can give that magic number of how long it should take.
    At least you can monitor the progress and see how many rows already got in. Do a select count on target table for example.
    Maybe it's good idea to do an estimate next time for such job. Use impdp ESTIMATE parameter.
    3.5 million is not huge number for Oracle, you need to find out which step the import is at. eg. importing data, build index or collect stats.

  • Problem regarding STYLE Command in SapScript-form

    Hello together,
    i have a problem with an self-created STYLE with transaction SE72! How can i include this new style to a sap-script-form?
    i have tried to include it with an addition in main-window like:
    "/: STYLE stylename"! But after the check-form-option, it tells me that the specific paragraph and character forms were not found.
    How can i bind the new style to a sap-script-form?
    Thanks in advance,
    Marcel

    Hi ,
    Instead of defining like that just go to any editor and select the following ,menu path
    Format-> Change style
    and select your style from the list of styles,.
    Hopee it helps you
    Regards,
    Nageswar

Maybe you are looking for

  • File Formats - Digitizing LPs

    Hi I've been digitizing my LP collection using the AIFF file format. Most songs are in the 30-40MB range and my 320 GB HD is filling up fast. My plan is to get Apple TV, play them over my home theater speakers and get rid of the LPs when I'm done. I

  • Unable to charge ipod shuffle

    I am unable to charge my ipod shuffle. It will not show in itunes or on my computer.

  • RFC Cache Refresh

    Hi, I am working on JDBC to RFC scenario. As there were some new changes done on RFC i have re-imported the new structure into XI and activated. Now when i run the scenario it is still taking the old structure and it is failing in sxmb_moni. I tried

  • Cannot change filename extensions any longer

    Hi, this morning I encountered a strange problem: In Finder, I cannot change the file name extensions any longer. When I hit enter and change e.g. Example.txt to Example.taskpapertheme, it will automatically be renamed to Example.taskpapertheme.txt a

  • After Effects 1080P Render Issues

    I am having a heck of a time RAM Previewing 1080P projects. They stop previewing after so many frames. I set the preview to half, instead of full and it worked. But when I rendered the project, play back was in slow motion. For a 10 second clip, the