Problem in imp

hello gurus this is zia and I have a some problem in my imp(when I importing the .dmp file).The problem is that I have created the db using database configuration asst. and also make a user named ibts with password xyz123 and also created the directory name test_dir in C:\oracle\product\10.2.0\oradata.When I issue the command on the command prompt.
impdp ibts/ibts@v8b full=y directory=test_dir dumpfile=C:/ibts.dmp.
It gives the error cannot the connect idenifier
When I remove the @v8b(which is my db),it gives
operation generated oracle error 1017
logon denied.
Can some guru help me to reslove that issue.How I solve this.What is the problem,is there a problem in making db or in the imp command.

Hello,
I want that I created a new database in oracle and by making a new user in it.I want to import my data in itTo Create a new Database you may use DBCA as follow:
http://download.oracle.com/docs/cd/E11882_01/server.112/e10897/install.htm#BABEIAID
Then, you can Create a User on this Database, this demo may help you in this task:
http://st-curriculum.oracle.com/obe/db/11g/r2/2day_dba/users/users.htm
Afterwards, to export/import a whole Schema to it, you may have a look to the links belows which give some examples about the use of the Datapump utility:
http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
http://download.oracle.com/docs/cd/E11882_01/server.112/e16536/part_dp.htm#i436481
Hope this help.
Best regards,
Jean-Valentin

Similar Messages

  • Problem with imp

    HI All,
    We are facing some problem with imp. What we are trying to do is to import one table from full exp backup.
    Below is my exp script:
    compress </nhi3/export/epipe > /nhi3/export/exp-nov.dmp.Z &
    exp holland/kangra file=/nhi3/export/epipe full=y compress=n buffer=250000 log=/nhi3/export/exp.log
    Now iam trying to import one table from full exp backup using the below script.
    P6DB NODE>uncompress < /rmanbkp/backup/export0402/export/exp-nov.dmp.Z > /nhi3/export/epipe &
    [1] 3190958
    P6DB NODE>imp holland/kangra file=/nhi3/export/epipe fromuser=baan touser=baan tables='TTIPSL042100' ignore=n log=/rmanbkp/backup/export0402/export/ttipsl042100.log indexes=n full=n
    After firing this command there is no response from the terminal and nothing is showing in the imp logfile.
    Only response i can see is:
    P6DB NODE>imp holland/kangra file=/nhi3/export/epipe fromuser=baan touser=baan tables='TTIPSL042100' ignore=n log=/rmanbkp/backup/export0402/export/ttipsl042100.log indexes=n full=n
    Import: Release 10.2.0.4.0 - Production on Mon Apr 2 12:42:28 2012
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    Need Help
    Thanks,
    Sandy

    Hi,
    Just to start eliminating potential error sources, what if you do the uncompress to file, and then try to import using that file?
    Also, since you do a full export, it might take a while for the uncompress to reach the schema and table you're trying to import.
    HtH
    Johan

  • Problem With Imp/Exp

    I have exported a database schema containing spatial data using exp and Imported it into a new database using imp. It seems to be dropping rows from the user_sdo_geom_metadata table in the new database.
    Has anyone else seen this problem and is there a solution to the problem?

    Oracle Spatial will only carry rows from the user_sdo_geom_metadata view for tables that have spatial indexes. You could choose to export the contents of the view by doing something like this:
    create table my_sdo_geom_metadata as select * from user_sdo_geom_metadata;Export the my_sdo_geom_metadata table, then after the import
    insert into user_sdo_geom_metadata
      (select *
       from my_sdo_geom_metadata
       where table_name not in
          (select table_name from user_sdo_geom_metadata);

  • Java ME SDK 3.4 problem running IMP-NG Midlets

    Hello!
    I downloaded and installed the Java ME SDK 3.4 and I'm having trouble running a IMP-NG JAD. I don't know if it's a environment problem or a SDK bug...
    If I make a JAD IMP-NG, I get a IllegalArgumentException when launching, even if we run using the Device Selector window, right-click on IMPNGDevice1. If I make it a IMP-1.0, it runs on simulator, but doesn't show in right-click on IMPNGDevice1... It seems to be checking the version (IMP-NG is 2.0, and simulator is 1.0?) but I don't see what's wrong.
    Thanks for any help!
    Stacktrace:
    Installing suite from: file:///C:/devel/ecl_ng2/workspace/Hello1/.mtj.tmp/emulation/Hello1.jad
    TRACE: <at java.lang.IllegalArgumentException>,
    java.lang.IllegalArgumentException
    - com.sun.midp.installer.Version.initFromComponents(), bci=149
    - com.sun.midp.installer.Version.<init>(), bci=22
    - com.sun.midp.installer.Version.createFromString(), bci=33
    - com.sun.midp.installer.Version.compare(), bci=6
    - com.sun.midp.installer.Installer.matchVersion(), bci=81
    - com.sun.midp.installer.Installer.isSupportedProfile(), bci=23
    - com.sun.midp.installer.Installer.matchProfile(), bci=212
    - com.sun.midp.installer.Installer.installStep10(), bci=19
    - com.sun.midp.installer.Installer.performInstall(), bci=188
    - com.sun.midp.installer.Installer.resumeInstallation(), bci=7
    - com.sun.midp.installer.MidpInstaller$StartAction.run(), bci=10
    - com.sun.j2me.security.AccessController.doPrivileged(), bci=12
    - com.sun.midp.installer.MidpInstaller$InstallThread.run(), bci=9
    - java.lang.Thread.run(), bci=5
    JAD
    MIDlet-Version: 1.0.0
    MIDlet-Vendor: MIDlet Suite Vendor
    MIDlet-Jar-URL: Hello1.jar
    MicroEdition-Configuration: CLDC-1.1
    MIDlet-1: Hello1,,mobi.v2com.zion.test.Hello1
    MicroEdition-Profile: IMP-NG-2.0
    MIDlet-Name: Hello MIDlet Suite
    Midlet
    package mobi.v2com.zion.test;
    import javax.microedition.midlet.MIDlet;
    import javax.microedition.midlet.MIDletStateChangeException;
    import com.oracle.util.logging.Level;
    import com.oracle.util.logging.Logger;
    public class Hello1 extends MIDlet {
      private Logger logger = Logger.getLogger(getClass().getName());
      public Hello1() {
      // TODO Auto-generated constructor stub
      protected void destroyApp(boolean arg0) throws MIDletStateChangeException {
      // TODO Auto-generated method stub
      protected void pauseApp() {
      // TODO Auto-generated method stub
      protected void startApp() throws MIDletStateChangeException {
      logger.log(Level.INFO, "Hello1");
      System.out.println("Hello!");

    I had the same problem and I got it to work by removing the "-2.0" in MicroEdition-Profile line in JAD file "by hand":
    MicroEdition-Profile: IMP-NG
    But it's not possible to achieve this using the combo box to select the Microedition Profile. Only changing the file in text mode.

  • Problem with imp in 10g, imp

    Hi,
    We are trying to restore a schema by running >imp. We are pretty sure that the dump file is ok.
    We get the error
    IMP-00>01: dump file "path/expdat.dmp" may be an Data Pump export dump file <imp-0000: Import terminated unsuccessfully
    Any ideas?
    Many thanks
    Camilla

    Dear Camilla,
    Please check if you user impdp instead of imp command!
    Regards,
    Reza

  • Problems with imp

    I have expdat.dmp full-export file from 9i database
    I want to import this into 10g database, but .............
    D:\>imp
    Import: Release 10.2.0.1.0 - Production on Wed Jul 30 11:18:34 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    Production
    With the Partitioning, OLAP and Data Mining options
    Import file: EXPDAT.DMP >
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in CL8MSWIN1251 character set and AL16UTF16 NCHAR character set
    List contents of import file only (yes/no): no >
    Ignore create error due to object existence (yes/no): no > yes
    Import grants (yes/no): yes >
    Import table data (yes/no): yes >
    Import entire export file (yes/no): no > yes
    . importing SYS's objects into SYS
    . importing A's objects into A
    "ALTER SESSION SET CURRENT_SCHEMA= "A""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    Thanks )

    As per Sybrand, looks like your export dump is not a FULL export dump.
    Perform the hint given him.
    Moreover, if the export was done in FULL mode, no need to create the users in advance on the target database. And also, no need to create the tablespaces on target system in advance as long as the source and target data files location same. If they are different, then you will have to create the tablespaces in advance on Target database.
    Regards,
    Sabdar Syed.

  • Problem while imp utility

    HI,
    I am very new to this group. I am trying to use imp to import a exportdump.dmp.
    I have the export dump in the same loacation from i am trying to do the import.
    I get the following error.
    I am using
    imp username/pwd@db parfile=<exportdump.dmp>
    IMP00002: failed to open c:\documents.DMP for read.
    COuld you please help on this.
    Cheers,

    user1000979 wrote:
    HI,
    I am very new to this group. I am trying to use imp to import a exportdump.dmp.
    I have the export dump in the same loacation from i am trying to do the import.
    I get the following error.
    I am using
    imp username/pwd@db parfile=<exportdump.dmp>
    IMP00002: failed to open c:\documents.DMP for read.
    Just use file in the case of IMPORT. Parfile is the parameter file which is supposed to contain all the parameter s that you otherwise would put on the command line. Use the similar switches I have used below and show us the output,
    [oracle@edhdr1p0-orcl ~]$ exp scott/tiger file=/home/oracle/exp1.dmp tables=emp
    Export: Release 11.1.0.6.0 - Production on Mon Jul 6 16:53:14 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table                            EMP          0 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    [oracle@edhdr1p0-orcl ~]$ imp scott/tiger file=/home/oracle/exp1.dmp tables=emp ignore=y
    Import: Release 11.1.0.6.0 - Production on Mon Jul 6 16:53:37 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining
    and Real Application Testing options
    Export file created by EXPORT:V11.01.00 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    . importing SCOTT's objects into SCOTT
    . importing SCOTT's objects into SCOTT
    . . importing table                          "EMP"          0 rows imported
    About to enable constraints...
    Import terminated successfully without warnings.
    [oracle@edhdr1p0-orcl ~]$HTH
    Aman....

  • Import error IMP-00017 and ORA-01950 no privileges on tablespace

    Hi,
    I am trying to do a full import into a 10.2.0.4 database from a 9.2.0.6 export dumpfile. The tablespaces have already been pre-created. I got this error on one tablespace, and I can't figure out why because I was using SYS to do import, how come SYS doesn`t have this privilege. All objects in other tablespaces were created without this problem.
    - IMP-00017: following statement failed with ORACLE error 1950:
         "CREATE TABLE "FYAERLG" ...
    - ORA-01950: no privileges on tablespace 'INFOTABLES'
    Please help.
    Thanks
    -lixidon

    Who is the owner of "FYAERLG" ?
    Try granting the owner of the table, quota on INFOTABLES tablespace.
    **Added**
    Note [95554.1|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=95554.1] explains a scenario,which could be the reason for this failure.
    Edited by: Bobcatalog on Jan 8, 2009 12:49 PM

  • Use of imp/exp to restore a database will fail ??

    I have a database that uses mdsys and other user-defined objects. This week I've had the "pleasure" to try to restore a database from scratch using imp, but had to abandon because imp refuses to create tables if they refer to objects, that upon export had a different id than the database being imported to.
    Since mdsys for instance, is always excluded from exports (like sys and system) when you create a new database, the spatial objects are created with a different ID than the original database. Hence, every table you have with spatial data will not be imported.
    So imp only works if the internal object ids match.
    What would be the "imp/exp" procedure to do a full db restore that bypasses the above problem? Has datadump solved this issue?

    Correct - all schemas considered part of the dictinary are excluded (why has things become so complicated- in the old days we had ONE place where everything dictionary went).
    That's the problem. I have tables in my export that depends on MDSYS objects. In other words, spatial data. So, to re-create my database I must first create a database and ADD a MDSYS schema. So yes, I created the schema prior to import. The problem is, that the MDSYS objects then do not get the same object-ids. And there lies the problem. IMP will not import my tables with spatial data in them because the reference to the MDSYS objects do not match the object ID that was used during export. Why this rule is applied is the mystery.
    In addition, which I rote in the spatial forum, anything related to the mapviewer application is also placed in the MDSYS schema, excluding them from export; regardless that the data related to mapviewer is not related to database objects. The result is, that your Oracle Mapviewer application data is lost. The "official workaround" is to run pre-scripts that copy the dictionary views to fixed tables, then run your export. And on import you run a post-script to copy it back. Rather silly and inflexible.

  • Urgent Help me out

    Hi friends,
    I exported a user from IBM RS6000 Aix 4.3.3 and imported in same machine on another database,there is no problem with import.
    But i tryed with same export file in HP unix
    IT IS GIVE ERROR FOR TWO BIG TABLE HAVING SIZE 278MB (record 737000),it is showing
    table1 0 rows imported
    table2
    partial import rollbacking 2295 rows
    error IMP 00009
    followed By IMP 00028.
    import tarminated sucsessfully with warning
    I had taken export:-
    1)startup restrict open
    exp
    -----system/manager
    -----default
    type-user
    -----compress=N
    ------saprerana
    exported sucsessfully without warning
    Import:------
    imp system/manager file=abc.dmp ignore='Y' fromuser=saprerana touser=saabd
    2)exp with Consistent=Y
    imp system/manager file=abc.dmp ignore='Y' fromuser=saprerana touser=saabd
    I am able to user both export file in RS6000 AIX 4.3.3 ORACLE 8.1.6
    BUT
    I am not able to use that export file in Hp unix Oracle 8.1.6.
    (Import of data from one database to another within HP unix to HP unix is working that means its not problem with Imp exe)
    Please Help me Out.
    Raj
    null

    Hi Raj,
    You can try using commit=Y in the imp command.
    Your error messsage seems related to a rollback Issue,Since you have around 7mill rows good to use this flag.
    or
    Offline all the rollbacks.create one big rollback with slightly more than the size of your biggest table then start the import.
    The chances of file being corupt b'cos it's from a different platform are to my knowledge not fact.Dump files are generic.
    Good Luck.
    null

  • Insufficient privileges error

    Hi,
    I have some problem with imp on logical standby database. I have this posted on IMP & EXP errors. Kindly have a look and suggest.
    ORA-01031: Insufficient privileges
    Thanks,
    Aswin.

    Hi Aswin,
    I have gone through the link, I say try to connect as testuser and then peform the creation of object, i doubt it there exist some Issue the way you create table from superuser. Kindly check the all_objects view the status of the object and access grants
    Try create user
    logon with user
    create the table
    disconnect
    then exp and imp
    the above steps would work with out any Issues, try to peform and see if you find any difference.
    HTH
    - Pavan Kumar N
    - ORACLE OCP - 9i/10g
    https://www.oracleinternals.blogspot.com

  • Experts: ****Urgent**** help needed.

    We need to give a demo to a customer tomorrow.
    We need to store data in the Oracle 10g DB in Persian.
    Our development DB which we inserted data in English has a WE8ISO8859P1 character set. There is no data in Persian in this DB.
    We created a new 10 DB with char set AL32UTF8.
    Now we need to import data (From WE8ISO8859P1 dev DB which has data only in English) to AL32UTF8 DB.
    We will start entering in Persian only in the AL32UTF8 DB.
    All our columns in tables are just default VARCHAR2 columns.
    Will we have to change the columns of our tables in AL32UTF8 DB to NVARCHAR2?
    Will there be any problems exp/imp???
    Will there be any problems in entering data in Persian in AL32UTF8 DB?
    Will a column in WE8ISO8859P1 which is VARCHAR2(10), allow to enter 10 Persian characters in the AL32UTF8 DB?

    Thanks Experts for the answers.
    I finally got hold of a AL32UTF8 DB, changed my machine's language to Farsi and started inserting records and discovered these things which you also have mentioned.
    (1.) One Farsi character will take up 2 bytes.
    (2.) In AL32UTF8 if you declare a field as VARCHAR2(1 CHAR) it will allocate 4 bytes for that. If you just say VARCHAR2(1) only one byte will be allocated.
    (3.) You can declare a field as (maximum) VARCHAR2(4000 CHAR). Then maximum bytes you can store is 4000. i.e. only 2000 Farsi characters. If you enter 2001 Farsi characters it will give "value too large for column" error.
    (4.) So, if you have a WE8ISO8859P1, and have a table which as a VARCHAR2(10) field. You use a DDL script from WE8ISO8859P1 and run it just as it is in AL32UTF8. Now, if you EXPORT from WE8ISO8859P1 and IMPORT to AL32UTF8 there wont be any problem, since WE8ISO8859P1 is a single byte character set.
    (5.) Here is the problem. There is a NAME VARCHAR2(100) field in AL32UTF8. Now in AL32UTF8 you will be only be able to enter 50 Farsi characters into that. Solutions:
    (5.1) In AL32UTF8 recreate the column as NAME VARCHAR2(100 CHAR). I did it this way for the demo.
    (5.2) When creating the AL32UTF8 DB create it with NLS_LENGTH_SEMANTICS set to CHAR. So you can just use DDL extracted from WE8ISO8859P1 (i.e. NAME VARCHAR2(100)) in the AL32UTF8, since in AL32UTF8 100 will go as 100 CHAR. This way you don't have to modify the DDL scripts. Only drawback is for VARCHAR2 fields which need more than 2000 Fasi characters to be input, you will have to make those VARCHAR2 fields to CLOB. i.e. any field which is VARCHAR2(2000) or greater in WE8ISO8859P1 will have to be changed in AL32UTF8 to CLOB.
    I find this method (5.2) the better method. But I read somewhere that it is NOT ADVISIBLE TO set the NLS_LENGTH_SEMANTICS to CHAR at DB creation time.
    Is this true? If so why??

  • File Associations - Application Context is different from Working folder

    Hi,
    I have a swing application which has been installed on an XP machine.
    ex:
    Application has been installed in folder named 'X' on XP. The application has been associated with an extension '.EXT'
    The '.EXT' file should open in my application when I double click on it.
    '.EXT' file is kept in the "My Documents" folder. When I double click on the '.EXT' file the application starts but throws an exception and goes out.
    Reason tracked to, the Context in which it's running. The application shows "My Documents" as the Working folder, where as it should be folder X from which the application should initiate because this location has some system files that are required in the initiation process of the application.
    The shortcut on the desktop for the application has the "Start In" folder option pointing to the folder 'X' on the machine, so it works fine when executed through this shortcut.
    Can I change the context of the application at runtime ? If yes How?
    Else
    What is the workaround for this problem?
    IMP:
    The application has been developed in Swing, with JRE1.4.2_06 as the runtime on MS platform.

    Time Machine does omit some things, including the iPod photo cache in iPhoto.
    You might also try emptying the iPhoto trash;  I'm not sure if TM backs it up or not.

  • Exp/imp related problem

    Hi all,
    I have one problem in Oracle 9.2.0.8 onRHEL4. Iwant to use exp/imp to update one table from one server to another.
    Suppose I have one table abc on A server and it is having around 1 million records and another B server is also having the same no. of records and some of the record have been changed to A server and i also want to imp the same record to another server B.Is there any paramneter in IMP.
    Please suggest me.

    Hi,
    Kamran Agayev A. wrote:
    user00726 wrote:
    but how would i know which table has been updated or modifiedUsing MERGE funtion, you'll merge two tables. This command will updated changed rows and insert non-inserted rows to the second table and make it as the same as the first tableSQL> create table azar(pid number,sales number,status varchar2(20));
    Table created.
    SQL> create table azar01(pid number,sales number,status varchar2(20));
    Table created.
    SQL> insert into azar01 values(1,12,'CURR');
    1 row created.
    SQL> insert into azar01 values(2,13,'NEW');
    1 row created.
    SQL> insert into azar01 values(3,15,'CURR');
    1 row created.
    SQL> insert into azar values(2,24,'CURR');
    1 row created.
    SQL> insert into azar values(3,0,'OBS');
    1 row created.
    SQL> insert into azar values(4,42,'CURR');
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> select * from azar01;
    PID SALES STATUS
    1 12 CURR
    2 13 NEW
    3 15 CURR
    SQL> select * from azar;
    PID SALES STATUS
    2 24 CURR
    3 0 OBS
    4 42 CURR
    SQL> merge into azar01 a using azar b on (a.pid=b.pid) when matched
    2 then update set a.sales=a.sales + b.sales, a.status=b.status
    3 delete where a.status='OBS'
    4 when not matched
    5 then insert values(b.pid,b.sales,'NEW');
    3 rows merged.
    SQL> select * from azar01;
    PID SALES STATUS
    1 12 CURR
    2 37 CURR
    4 42 NEW
    Hello Sir, is this correct?
    Regards
    S.Azar
    DBA

  • IMP.EXE has encountered a problem and needs to close

    Dear all,
    I have a dmp file which need to import into the oracle9i database. The dmp file size which is 1.6GB. Im using the imp cmd to run the import. When importing half way, i encountered an error which is IMP.EXE has encountered a problem and needs to close . Pls advice
    Thanks

    Dear Dean,
    Herewith the log file and print screen that the IMP.EXE hang issue occured while doing the imp.
    http://yfrog.com/bfimpexehangoj
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    export server uses US7ASCII NCHAR character set (possible ncharset conversion)
    IMP-00046: using FILESIZE value from export file of 2097152000
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "CNTRSTATUSUPDATETOCUST_SEQ" MINVALUE 1 MAXVALUE 99999999 I"
    "NCREMENT BY 1 START WITH 159 CACHE 20 NOORDER CYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "GENMESSAGINGERRORID_SEQ" MINVALUE 1 MAXVALUE 99999999 INCR"
    "EMENT BY 1 START WITH 22 CACHE 20 NOORDER CYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "S_AUDITTRAIL" MINVALUE 1 MAXVALUE 99999999 INCREMENT BY 1 "
    "START WITH 5238868 CACHE 20 NOORDER CYCLE"
    IMP-00015: following statement failed because the object already exists:
    Thanks,
    Rgs,
    Oraclebb

Maybe you are looking for