Impdp deliver oracle 10g express - ORA-39002, 39070 29283, 06512 29283

Dear all,

I have the following problem, try to import a dump:

D:\COSMOS_BATCH_RUNNER\Automation_oracle\Scripts\IMPORT DMP > impdp ses17/ses17 di
rectory = DMPDIR dumpfile = ses17.dmp

Import: Release 10.2.0.1.0 - Production on Friday, November 26, 2010 09:45:10

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

ConnectΘ α: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production

ORA-39002: invalid opΘration-> invalid operation
ORA-39070: opening of the impossible logfile-> could not open the log file
ORA-29283: invalid opΘration on the file-> invalid operation on file
ORA-06512: Α 'SYS. UTL_FILE", line 475
ORA-29283: invalid opΘration on the file

I created a DMPDIR and issued read and write right to ses17 of the user before importing the dump.
When I have a look at the security of the folder referenced by DMPDIR, I must also have read and write access to it. (in windows when I right click on the folder-> properties-> Security (reading and writing are crossed).)

No idea how to import the dump file?

Thanks in advance,
Thomas

Are what OS you on.

On Windows server, it may be that the user cannot write to this directory because of the restrictions of the user.
The error is generated because he wants to write a log file to the location of the DIRECTORY.

Check also if UTL_FILE_DIR includes the directory entry (post its value here)

Workaround solution:

-Move the file to another directory and work from there

Tags: Database

Similar Questions

  • connect the form builder to oracle 10g express?

    Hello

    How to connect the 10 form builder to oracle 10g express?

    Developer suite Home use Net Configuration Assistant to create an alias TNS (tnsnames.ora entry).

  • Oracle 10G EXPRESS EDITION for windows7

    Hi all
    can you guys please give me the link to download oracle 10g express edition for windows7
    I had already downloaded one for windows7, but when I go to install, I can't able to execute it, and that the file downloaded, said the PUBLISHER OF THIS PROGRAM could not BE VERIFIED.

    SO CAN U PLZ GIVE ME LINK AS SOON AS POSSIBLE.
    THANKS IN ADVACE.

    Hello

    Have you checked the installation manual?

    Windows 7 is not supported and you should go with a certified operating system.

    Thank you
    Hussein

  • Cannot uninstall or reinstall oracle 10g express edition w/Server 2003

    Hello

    I need help from you all, I have installed oracle 10g express edition in
    Windows 2003 server in the drive d but I can't delete because the oracle not in
    Add Remove program so I download the windows install clean up to remove
    but after deletion, always in the program all I still can start and stop the
    database but cannot go to the homepage of database. The error message (installation
    cannot proceed as service OracleServiceXE is present on the system. Remove the
    service, restart the translated retry installation) can someone guide me to use
    command prompt to remove.
    My email address [email protected]

    Thank you

    GoTo D:\oraclexe\app\oracle\product\10.2.0\server\BIN
    and clik cleanup.bat. This should eliminate OracleXE service

    then re - install XE (or) delete oraclexe folder and oracle logs and try to install.

  • Oracle 10g Express on Ubuntu problems [sqlplus ORA-01034, ORA-27101]

    Hello!

    Trying to correctly install and configure 10g Express version on Ubuntu Linux 8.04 Server without success. I'm a noob Linux and Oracle and tries to install the database under the Project.net service.

    I followed installation guide of Oracle Database Express Edition for linux I got from Oracle's Web site.

    I installed the deb package with gdebi.. .deb (and later reinstalled with dpkg - i .deb..) as described in the guide. Go 'by the book' I ran /etc/init.d/oracle-xe set up and confirmed the default values. I put the password for the SYS and SYSTEM account. The value DB autostart. I also ran the /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.shand added this line to the file .bashrc. Then, still in the following installation guide, I wanted to make available for remote clients DB and tried to connect to DB at the local level, using the sqlplus command line. Here, the problems begin:
    ----
    SQL * more: Release 10.2.0.1.0 - Production on MON 20 Oct 11:47:23 2008

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Enter the user name: System
    Enter the password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux error: 2: no such file or directory
    ----

    I tried all combinations of upper/lower case, sys and system - unable to connect account. Was the normal user, root or oracle user - does not work.

    I searched this forum and google for the answer, but none works for me. There have been responses suggesting to change the environment variable ORACLE_SID, logon with the sysdba account, which gives the following:
    ---
    root@TestSrv:/# sqlplus/nolog

    SQL * more: Release 10.2.0.1.0 - Production on MON 20 Oct 12:06:04 2008

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    SQL > connect system / [passwd] as sysdba
    ERROR:
    ORA-01031: insufficient privileges
    ---

    I really want to do this, so any help would be greatly appreciated. Please note that I am very green in Linux and a complete noob in Oracle.

    TNX!

    He has to work.
    But next time, do not forget the password that you type ;-)

  • Impdp errors 39002-39070 - 29283-06512

    Hello world

    I am an intern and I never work on DB before. I tried a lot of time on the internet but I have not found a solution that works for the moment.

    I am running Windows XP 32 bit, Oracle 11 g (11.2.0.1.0)

    I'm actually trying to import schemas with datapump on my local DB .dmp file. My boss gives me a .dmp file from her computer and I put it in a folder (C:\datapump) on my computer.

    I have already created "user" on my DB and a record "datapump" on my DB to.

    I tried: impdp username/password SCHEMA schema_name DIRECTORY = datapump DUMPFILE = ext_file.dmp =

    And I have this error:

    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

    What stage have I missed? A I forgot something to do before the import?

    I do not know if I give you all the information on my application so tell me if I forgot something.

    Thanks and sorry if I made some mistakes in English!

    Do something like this:

    SQL > select * from dba_directories;

    SQL > CREATE DIRECTORY dpump_dir1 AS "d:\". » ;

    SQL > GRANT READ, WRITE ON DIRECTORY FOR system dpump_dir1;

    SQL > select * from dba_directories;

    Set DPUMP_DIR1 = DATA_PUMP_DIR

    Set ORACLE_SID =

    Impdp system / ^.

    METRICS = y ^

    logfile = % ORACLE_SID %. Impdp.%tables%.%D ate:~10,4%%date:~7,2%%date:~4,2%.log ^

    dumpfile = ext_file.dmp

  • VIRTUALBOX/Oracle 11g Express: ORA-12505

    I'm setting up Oracle Express 11g for the first time...

    By running as a guest in Virtualbox/Win7/Centos 6.4.

    The problem is, 11g is initially installed and configured automatically, the listener knows nothing about the additional host 192.168.56.101 which is necessary for the guest chef communication address. So, I'm trying to solve this problem.

    I can telnet to win7 for CentOS OK,

    sqlplus works well, I can connect sys/pass as sysdba.

    Select v wire running instance $;

    gives XE

    tnsping XE in CentOS gives:

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.56.101)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))

    OK (0 msec)

    I changed the listener.ora and tnsname.ora than they were after the installation to HOST = 192.168.56.101 instead of localhost.localdomain here:

    Listener.ora is:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = PLSExtProc)

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/xe)

    (= Extproc PROGRAM)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.56.101)(PORT = 1521))

    )

    )

    TNSNAME.ora is:

    XE =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.56.101)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = XE)

    )

    )

    EXTPROC_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC_FOR_XE))

    )

    (CONNECT_DATA =

    (SID = PLSExtProc)

    (PRESENTATION = RO)

    )

    )

    DEFAULT_SERVICE_LISTENER = (XE)

    / etc/hosts in CentOS is:

    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4

    : 1 localhost localhost.localdomain localhost6 localhost6.localdomain6

    192.168.56.101 loc

    Execution of SQL Developer is in Win7 where there is no installed Oracle.

    Connection settings are:

    User name: sys

    HostName: 192.168.56.101

    Port: 1521

    SID: XE

    Getting ORA-12505...

    ---------------------------------------------------------------

    The problem has been resolved by disabling listener.ora and put the correct host tnsnames.ora to address

    sb92075: it is necessary to build the Virtualbox VM: http://www.oracle.com/technetwork/community/developer-vm/index.html#dbapp I could not do their work VM, so I installed 11 G in CentOS VM. The idea to disable listener.ora proved to be excellent. I used the tnsnames.ora as follows: XE = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = 92.168.56.101)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE))) EXTPROC_CONNECTION_DATA = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))) (CONNECT_DATA = (SID = PLSExtProc) (PRESENTATION = RO))) and after the reboot, the connection is OK. Thank you

  • Creating Partitions in Oracle 10G Express Edition

    Can I create partitions in oracle 10 g express edition?

    See for yourself:

    http://download.Oracle.com/docs/CD/B25329_01/doc/license.102/b25456/TOC.htm#BABJIJCJ

  • Oracle 10G Express Edition on Linux

    Hello

    I am trying to install this edition on Linux Mandriva. However, I get the message which I believe is trying to install Oracle on the root disk. Is it possible to load the installation package on the drive of the party that has 19 GB free space?

    Error message is,
    [root@mandriva-vm downloads] # rpm - ivh oracle-xe - 10.2.0.1 - 1.0.i386.rpm
    Preparing... ########################################### [100%]
    install the package oracle-xe - 10.2.0.1 - 1.0.i386 needs 397 MB on the / file system

    It comes to my records.
    [root@mandriva-vm downloads] # df h
    Size of filesystem used Avail use % mounted on
    / dev/sda1 G 4.1 3.9 G 9,5 M 100%.
    / dev/sda6 3.4 G 215 M 3.2 G 7% / Home
    / dev/sdb1 384M 19 G 20G 3% do you

    Hello

    I confirmed our Linux expert. It is not possible to change the path during the installation of package as its already defined in the RPM,.

    So only solution for you is the increase in size of the root directory.

    Concerning
    Rajesh

  • How to operate the same instance of oracle 10g on another computer

    Hello all, sorry for my ignorance. I downloaded oracle 10g express edition on 2 computers but when I login using sql developer I get two different instances of oracle databases. This file should I change on one of the computers so that when I connect through sql developer im always on the same database. Is there is tns.ora of files that I have to do the same thing on my other machine? Any help would be appreciated.

    user633029 wrote:
    I downloaded oracle 10g express edition on 2 computers but when I login using sql developer I get two different instances of oracle databases. This file should I change on one of the computers so that when I connect through sql developer im always on the same database.

    Hello!

    I don't know I understand your condition?

    But, if so:

    You have 2 computers and the two you want to access a single Oracle database.

    If this fix then you should only on a single machine to install server XE and another machine THAT XE Client.

    After that, you have to copy the file tnsnames.ora to computer where XE server resides at according to the directory where client XE.

    HTH

  • conflict between 10g and 10g express edition

    Hello guys... I got in my system oracle 10g Enterprise edition and then I installed oracle 10g express edition... and the problem is that if m trying to connect via the sys account then he gets login in the express edition of 10g and m not able to access my 10g database... Enterprise edition so

    My question is how should I get login in my enterprise edition 10g using the sys... account so please help me out

    Thanks in advance

    How do you try to connect from the command prompt? I do not use XE, but if you try the command prompt, what happens when you issue.

    c:\set oracle_sid=
    

    After that, try to make the connection and post your comments.

    HTH
    Aman...

  • Info on Earphone for oracle 10g and 11g installed on systm unique

    Hello

    I installed oracle 10g n 11g on my system. I have question regarding oracle listening port.

    Oracle 10g, Listener.ora

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = kankala.kalyan) (PORT = 1521))
    )
    )


    Oracle 11g, Listener.ora

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1522))
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = kankala.kalyan))
    )
    )

    My question is why the names of the listener are same even if your are on different ports?

    and for disturbing people, why I installed 10 n 11 is
    Initially only oracle 11g has been installed on my system. Later, I learned for the first time forms and I have to connect to the database frm developer suite 10 g. so I installed oracle 10 g database.

    The names are the same, because this is the way which you created them.

    If you want to make a change to use NETCA to delete and recreate one of them.

    Just make sure that you have set ORACLE_HOME properly until you do.

  • limitation of client for oracle 10g XE

    Hello world

    just need an info on the clinets number which can be connected to oracle 10g Express edition

    I know that DB dimensions should not exceed more than 4 GB, more there should be a single processor and not more than 1 GB of memory

    is there a limitation on the number of users too?

    is there a limitation on the number of users too?

    I find it on users numbers (session) limited on the XE database?

    Anyway he is limited to 1 G memory.

    Example:

    Suppose->
    Need of SGA = 500M
    Thus, PGA about 500 M
    the PGA, the background process using 100M

    400 M for all user sessions
    If 1 session to use 4 M... You can have 100 users...

    .
    ..

  • ORA - 39002 on ImpDp

    Hello

    I try to import a dump of a database of newly created on Red Hat Enterprise Linux AS release 4 (Nahant Update 3) Operating System
    where an oracle 10G (10.2.0.1.0) is installed.

    Database is fully operational, but impdp does not work:

    Generated error is the following:
    ORA-39002: invalid operation
    ORA-39070: unable to open the log file.
    ORA-39145: Directory object parameter must be specified and no zero

    ImpDp command:
    Impdp microwave/wavemark remap_tablespace = user: WMRK_DATA DUMPFILE = expdp_ProdDB_2_LOCALDB.dmp impdp_ProdDB_2_LOCALDB_rows_UWAVE.log = LOGFILE PARFILE = impdp_ProdDB_2_LOCALDB_rows_UWAVE.par

    I am located in the following directory:
    / Home/Oracle/Backup/Import/Data

    By files and Dump are in the same directory where I'm calling from the impdp.

    I did my homework and studied the error and included the directory in the command:
    Then I moved parfile it to the import directory
    And I'm calling impdp to import as well
    and my new command line

    Impdp microwave/wavemark remap_tablespace = the users rΘpertoire: WMRK_DATA = DUMPFILE = expdp_ProdDB_2_LOCALDB.dmp impdp_ProdDB_2_LOCALDB_rows_UWAVE.log = LOGFILE PARFILE = data impdp_ProdDB_2_LOCALDB_rows_UWAVE.par

    but I got this error
    With partitioning, OLAP and Data Mining options
    ORA-39002: invalid operation
    ORA-39070: unable to open the log file.
    ORA-39087: directory name DATA is not valid

    Directory data are valid. (I put t know why oracle has shown is that caps in the error message)
    and what about log file?

    Any input would be much appreciated

    HI Charlov,

    It does not appear that you have created a 'directory' in the database.

    Must also have the operator you use of the read/write permissions on the directory (given in the Oracle database).

    Example:

    SQL > create data directory under ' / data/oraback ';

    Created directory.

    SQL > grant read, write on directory microwave data;

    Grant succeeded.

    Hope that answers your question. Now you should be able to run your import by using the directory.

    Ji li

  • Oracle Database 10g Express Edition

    Oracle Database 10g Express Edition doesn't allow multiple databases to create? If Yes, then how can I create additional databases?

    That a single database by computer is allowed.
    Read about the limitations of XE here

Maybe you are looking for

  • Firefox is possible to follow a Windows theme?

    Greetings, Following recent problems with IE, we were advised to try a different Web browser. Firefox has been chosen. I've done the migration pretty flawless. My friend who is visually impaired has not. It uses a schema of particular colours (white

  • How to install a memory expansion in a Satellite 2450?

    I have a toshiba 2450 and want to install an extra 512 MB of memory. I can't find where to put it. There is nothing on the bottom so I suspect that it is under the keyboard. I can't get off the keyboard.All the screws came out on the bottom. It peels

  • Lenovo a7000-a

    Please uninstall that Lenovo A7000 demand suite phone system: Google Drive, Gmail, Google + Hangouts, games, Google Play Music, Google Calendar, Google play play kiosk, Google Book search play, Google maps, talkback, YouTube and Google keyboard, Shar

  • Vista Guardian disorders

    Hello - I have tried SpyBot, SuperSpyBot and Malwarebytes without success.  Whenever I tried to load them onto my laptop, they fail to launch.  I even tried loading them on my zip drive and then run them on my laptop.  When I do that, I get the messa

  • Help with customer 501 pix for the configuration of a site...

    Hello everyone, I am trying to set up a customer vpn site and after a few days I'm at the end of the roll. I'd appreciate ANY help or trick here. I tried to set up the config via CLI and PDM, all to nothing does not. Although the VPN client log shows