FAILURE OF ORACLE IMPORT UTILITY

When i try running the oracle IMP utility(under the interactive mode) giving the user name,pwd and dump file the utility vanishes after a brief moment with out any interaction and the import process fails w/o any error message.The o/s is win 2k prof.and the import file
version is 8.1.7 and the target oracle version is also 8.1.7.Do suggest how this could be done successfully

Thanx for info provided.
My oracle server 8.1.7 is on win2k o/s .Do elaborate further how i could do this step by step .I would appreciate this greatly.
Currently i click on the IMP utility available in the bin folder.The DOS window opens indicating that the program is an import utility.It prompts me for the username/pwd and the file to be imported.After giving the details it fails to read the .dmp file /.txt file .The default is expdat.dmp which is on the prompt.
Will i be able to read a .txt import file or is it Mandatory that it should be .dmp file,pl do clarify this too.

Similar Messages

  • Oracle Import and Export Utility

    Hello All,
    Could someone please explain me Oracle Import and Export Utility. I've gone through the below link and it has been mentioned to use keyword 'exp' but I'm not getting any idea where to use it. So kindly explain how the util works.

    Hello;
    Export creates a logical backup its great for move tables, schemas etc.
    Import bring that data back in.
    You can use a parm file with either.
    Import example :
    imp parfile=in.parm
    in.parm ( contains )
    userid=system/<password>
    fromuser=scott
    touser=scott
    file=in.dmp
    log=in.logemp parfile=out.parm
    out.parm ( contains )
    userid=system/<password>
    owner=scott
    file=out.dmp
    log=out.dmp
    statistics=noneYou can use these commands at the OS level to get quick help.
    imp help=y
    enp help=yYou can export a subset of a table :
    exp scott/t<password> tables=emp query="where deptno=20"You can use options like :
    full=y
    BUFFER=2000000
    GRANTS=y
    COMPRESS=yThis utility is being replaced by data pump.
    Best Regards
    mseberg
    There's a short import and export examples here :
    http://www.oracle-dba-online.com/export_and_import.htm
    Edited by: mseberg on Sep 17, 2011 6:46 PM

  • Suggestion regarding Oracle import & export utility

    hi
    I am navneet,I want to give some suggestion on Oracle import & export utility to Oracle Corporation. can u tell me where to send these suggestions
    regards
    navneet

    It would seem to me that if they are enhancement requests, then the right way would be to file an enhancement request. If they are bugs, then file SRs so bugs can be entered.
    Dean

  • Import Utility Without Duplication

    I planning to export one Schema from an Oracle database (let say DB1) and I want to import it into another Oracle database (let say DB2). However, DB2 already has the exported Schema along with its contents (Tables and its data/records), but the data/records in the Tables is/are old. Therefore I want to import the data from DB1 into DB2 while ensuring that there will be no duplication in DB2, is that possible?
    The reason for that because the mentioned Schema contains more than 1000 tables and it will be a hassle for me clearing all corresponding tables in DB2 before using the import utility.
    I am running Oracle 9i R2 on Windows 2000 Server for both DBs.

    If data already exists at the target database, or at least the empty table, when you attempt to import to it you will receive duplicate rows since you must issue the import command with the IGNORE=Y clause.
    You should clear all 1000 tables prior to performing the import, this is not a big deal, you don't have to manually do it, you can create a sql script out of sql to perform the truncate table command prior to performing the import.
    One more option you have is to export with the query clause, if it is possible to find a key that let you find the subset of new rows at the source database, such as a primary key or an insert date column.
    If you have primary keys on all target tables, then you can issue the import with the IGNORE=Y option, there will be plenty of errors at the time you perform the import, but these errors can be ignored as long as they refer to duplicated rows rejected by the primary key enforcement.
    Another option is to evaluate using the merge command through db links.
    ~ Madrid

  • Syntax for datapump import utility (If data exists ignore table.)

    I am trying to import 2 DMP files of the same schema with different data in the tables. The first one has half the tables filled with data from one subject area and the other dmp files has data from another subject area. Is there a syntax in the import utility which if data exists in a table ignore or skip it?
    Thanks in advance.

    Hello,
    Is there a syntax in the import utility which if data exists in a table ignore or skip it?You have the Parameter TABLE_EXISTS_ACTION = SKIP :
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/dp_import.htm#SUTIL936
    But it let the Table as is. If a Table is empty it will stay empty.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Using the Import utility from other users and going to a different schema

    I has a user today with rights
    Insert into XXXX.TABLE values(); Works just fine for another schema's table which has select,insert,update,delete.
    We tried to utiile the import utility from OTHER USERS
    Insert failed ORA-00942
    Do you want ot ignore all errors
    Even though we have rights to the schema under OTHER USERS.
    When connected as the owner it works fine.

    I've be trying to find a work-around to this issue & found this old post -- I'm having the same problem.
    I'm using Oracle 11g and SD 2.1.1.64.
    I have user A with a table that grants select,insert,update, and delete privs to user B. Logging into user B I, of course, can do inserts, deletes, etc. on the the table in user A's schema.
    When I use the import data feature to load data from a CSV file I can't get it to work while logged into user B. It does work fine if logged into user A. It looks like the issue may be that it doesn't put the schema prefix of "A." on the insert statements.
    Has anyone found a way to get around this issue yet?

  • Is there a way to import data using oracle import...

    Is there a way I can import tables into my workspace from other schemas or from remote databases without having to create csv files of the data I want and loading it into html_db? I'd like to either just use a db link or something to report on data in a remote database or use Oracle's import utility to import a whole schema into my workspace. Is this possible?
    Thanks for any advice in advance
    Erik Snyder
    Oracle DBA
    SUNY ITEC
    Buffalo, NY

    Sure is. Your workspace has one or more schemas assigned to it. You can use any of those methods. If you need to import a whole schema, you will need to go into the HTML DB administration utility and associate the new schema with your workspace.
    Tyler

  • Move our Existing Database 8.1.7.3 into 10gR2 through Export Import Utility

    Hi,
    I want to move our Existing Database 8.1.7.3 into 10gR2 through Export Import Utility in Oracle EBS (FINANCILA) environment.
    My Current Setup:
    OS: SUN SPARC 8
    ORACLE APPS: 11.5.7
    DB Version: 8.1.7.3
    My New Setup:
    OS: SUN SPARC 10
    ORACLE APPS: R12
    DB Version: 10gR2
    I have successfully created Upgraded file R12 file system and installed R12 tech stack.
    Now we want to move data from Current to New Setup by using Export/Import utility.
    Please suggest me steps or meta link note .
    Thanks
    Anup

    What shoul be better for my case:
    Upgrade Paths :
    E-Business Suite Releases Available Paths
    11.5.8 with 9.2.0.x database Path A
    11.5.9 (base or CU1) with 9.2.0.x or 10.1.0.x database Path A
    11.5.9 CU2 with 9.2.0.x or 10.1.0.x database Path A or Path C
    11.5.9 CU2 with 10.2.0.2 database Path D
    11.5.9 CU2 with 10.2.0.3 database Path E
    11.5.9 CU2 with 10.2.0.4 database Path B
    11.5.10 (base or CU1) with 9.2.0.x or 10.1.0.x database Path A
    11.5.10.2 with 9.2.0.x or 10.1.0.x database Path A or Path C
    11.5.10.2 with 10.2.0.2 database Path D
    11.5.10.2 with 10.2.0.3 database Path E
    11.5.10.2 with 10.2.0.4 database Path B
    Regards
    Anup

  • Oracle.ldap.util - Add User to Group

    Hi,
    I am using the Subscriber to create a new User in the OID.
    ( User usr = subscriber.createUser(.....) )
    Also I am getting a reference to the main group of the application.
    Group appPublic = subscriber.getGroup(getCtx(), Util.IDTYPE_SIMPLE,"APP_PUBLIC" ,null);
    Now I need to make the User "usr"member of the Group appPublic.
    Can anyone help me find out how to do this?
    I have read the User a Group API Reference but I can't find how to do this.
    Any help would be really appreciated.

    I have solved this problem using the metalink Note:277775.1
    ------- cut here -------
    import oracle.ldap.util.*;
    import oracle.ldap.util.jndi.*;
    import javax.naming.NamingException;
    import javax.naming.directory.*;
    import java.io.*;
    import java.util.*;
    public class AddUserToGroup
    final static String ldapServerName = "mlc2.acme.org";
    final static String ldapServerPort = "3060";
    final static String rootdn = "cn=orcladmin";
    final static String rootpass = "welcome1";
    final static String user_name = "cn=john.doe,cn=users,dc=acme,dc=org";
    final static String group_name = "cn=mynewgroup,dc=acme,dc=org";
    public static void main(String argv[]) throws NamingException
    // Create the connectin to the ldap server
    InitialDirContext ctx = ConnectionUtil.getDefaultDirCtx(ldapServerName,
    ldapServerPort,
    rootdn,
    rootpass);
    // Add the user to the group
    try {
    Group mygroup = new Group(Util.IDTYPE_DN,group_name);;
    mygroup.addUniquemember(ctx, user_name);
    catch (UtilException e) {
    e.printStackTrace();
    ------- end cut --------

  • Using Java oracle.spatial.util.SampleShapefileToJGeomFeature : ESRI SHP

    Hi,
    I am trying to import an ESRI shapefile using the Java class oracle.spatial.util. I have to add a remark, that I have set the classpath with the command
    set classpath=.;%ORACLE_HOME%\jdbc\lib\ojdbc14.jar
    I am using Oracle 11g and I don't have this file in the LIB library, only
    ojdbc5.jar
    ojdbc5dms.jar
    ojdbc5dms_g.jar
    ojdbc5_g.jar
    ojdbc6.jar
    ojdbc6dms.jar
    ojdbc6dms_g.jar
    ojdbc6_g.jar
    set classpath=.;%ORACLE_HOME%\md\jlib\sdoapi.jar (file exists)
    set classpath=.;%ORACLE_HOME%\md\jlib\sdoutl.jar (file exists)
    set classpath=.;%ORACLE_HOME%\lib\xmlparserv2.jar (file exists)
    java oracle.spatial.util.SampleShapefileToJGeomFeature -h nt-topobase -p 1521 -s ORCL -u rlv -d admin -t dkn -f KO_shp - 5000000 -g geom
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/spatial/util/S
    ampleShapefileToJGeomFeature
    Caused by: java.lang.ClassNotFoundException: oracle.spatial.util.SampleShapefile
    ToJGeomFeature
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    I am not sure, why I am getting those errors.

    hi,
    I dont know how to use the SampleShapefileToJGeomFeature Java Class. I have tried 2 syntax
    oracle@oraclesig:/$ java -cp $clpath oracle.spatial.util.SampleShapefileToJGeomFeature -h http://localhost -p 1521 -s SIG -u my_user -d my_pass_word -t my_shape -f /home/oracle/perso/topo/my_shape -r 4326 -g geom
    Parameters:
    <Filename>: File name of an input Shapefile (without extension)
    <Table name>: Table name for the result
    \[SRID\]: Valid Oracle SRID for coordinate system; use 0 if unknown
    <ID Column name>: Column name for unique numeric ID; if required
    oracle@oraclesig:/$ java -cp $clpath oracle.spatial.util.SampleShapefileToJGeomFeature /home/oracle/perso/topo/ma_couche ma_couche 2154 id_com
    Connecting to DB...
    java.sql.SQLException: Exception d'E/S: The Network Adapter could not establish the connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:185)
    at oracle.spatial.util.SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:110)
    Dropping old table...
    Exception in thread "main" java.lang.NullPointerException
    at oracle.spatial.util.SampleShapefileToJGeomFeature.prepareTableForData(SampleShapefileToJGeomFeature.java:252)
    at oracle.spatial.util.SampleShapefileToJGeomFeature.main(SampleShapefileToJGeomFeature.java:129)
    Can you help me for the syntaxe oh the commande?
    Thanks! Regards.
    Ben.
    Edited by: user12240435 on Dec 15, 2009 12:59 AM

  • IMPORT UTILITY PROBLEMS

    Well hi my names is JinRaven and the last day I had to import a dmp to my database......I use TOAD to navigate trhough my BD . When I was importing this dmp....a message apear(With out a number) it just said that the import utility from oracle was not selected .so I would like some help here what I must do to correct this problem you can write me to [email protected] please i really need to know what to do.
    Thanks for anticipaited ok??
    Greetings,
    Jin

    Hi,
    FTP the dmp file to your server, login as the oracle user, set your environment and use the "imp" command to import the .dmp file.
    Gareth

  • Use of Oracle pump utility as equivalence of SQL bcp utility??

    can anyone throw any pointers to how to use Oracle pump utility as equivalence of SQL bcp utility??

    The equivalence of BCP is SQL*Loader. Data pump is used for export/import. During an import operation it can read just a file created by data pump export.

  • Use normal import utility or import datapump utility?

    Hi all !
    I have trouble with Spatial index when I import datafile into new database(11g ) : ORA-error Spatial Index cannot be created
    I'm trying to find solution in Pro Oracle Spatial (11g) but they use normal 'Import Utility ' to import datafile into database .
    So . I don't know if I can use ' import datapump utility ' to import Spatial index into new database ?
    Thanks and Regard .

    This post is canceled by owner

  • Java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug

    <2013-2-21 下午05时14分42秒 CST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1361438073387' for task '1'. Error is: 'java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug'
    java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    <2013-2-21 下午05时14分42秒 CST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'BpmComReceiveDocTaskflow [Version=V2.0]'.>
    <2013-2-21 下午05时14分42秒 CST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.wcps.util.debug.Debug
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         Truncated. see log file for complete stacktrace
    >
    [05:14:42 PM] #### Deployment incomplete. ####
    [05:14:42 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application BpmComReceiveDocTaskflow due to error deploying to IntegratedWebLogicServer.
    [Application BpmComReceiveDocTaskflow stopped and undeployed from Server Instance IntegratedWebLogicServer]
    Edited by: 989450 on 2013-2-21 上午1:34
    I don't know how to solve this problem , Can anyboy help me? Thanks
    Edited by: 989450 on 2013-2-21 下午4:51

    Please check if wcps-util.jar is present in your Framework jars. That should solve the problem.
    This jar you can find in your deployed jars wcps-util-app-lib folder at the following path
    in your local machine system folder for JDev : DefaultDomain\servers\DefaultServer\tmp\_WL_user

  • Export/import utility from within apex

    Hi Friends,
    With my knowledge in oracle forms the export/import utility can be called from within a form in runtime
    using a push button.But how can i achieve this using a similar button in the oracle apex.
    Pls give me a helping hand.Thanks.
    regards,
    kehinde

    Hello:
    The Oracle Data Pump utility is now the preferred tool to use to import and export data and metadata from an Oracle database. Oracle Data Pump provides capabilities that far exceed those provided by the older imp/exp programs. Further, in addition to command line invocation of the tool, Oracle Data Pump has a set of pl/sql APIs (DBMS_DATAPUMP) that will let you do import and exports from pl/sql. You can therefore easily set up an APEX page that will accept a bunch of parameters and execute the appropriate procedures within DBMS_DATAPUMP to do the export/import.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_api.htm#i1008009
    Varad

Maybe you are looking for

  • Stroke effects not exporting to PDF from CS3

    Hi, I'm using CS3 on Windows XP. My problem is that some stroke effects are not showing up in PDFs. On a two page document, the effects on page one do not show up on the PDF but the effects on page two show up perfect. I've tried multiple export pres

  • XML URL Links - Issue diff to pervious post!

    Please can someone help. I'm new to xml and flash and have worked through the following tutorial: http://www.kirupa.com/developer/actionscript/xmldataflash2.htm I now want to add a link so for example I want <name>Thomas Edison</name>  the name to be

  • Encoding Error caused by Adjustment Layers?

    Adjustment extremely are really useful, aren't they?  However today I have come across a problem. If I add a dissolve (or maybe any transition) between two adjustment layers on the same track, which is necessary if the effect is not keyframable (eg R

  • Creation of error message

    Hi All Validation rule for duplicate invoice check is done in OB28.In error message field we would like to display " document number with document type having same reference existed". For eg.document number 1000010 doc.type YI with reference no 12345

  • HT2404 is Mac O SX 10.6.8 the latest macbook air software version?

    i saw a 10.7 version available. My mac air will not update to this version