Importing a .dmp file.

Hello!
I performed the following on a database I wanted a copy of its SID was orcl:
exp SYSTEM/orclspassword FULL=y FILE=dba.dmp LOG=dba.log CONSISTENT=y
Now I am home and and I have my own DB11G (separate) instance up.
How can I import this orcl I took and run it alongside of my DB11G?
I tried the following which was clearly wrong:
[oracle@oracle course]$ . oraenv
ORACLE_SID = [DB11G] ? orcl
ORACLE_HOME = [home/oracle] ? /u01/app/oracle/product/11.2.0/db_1
The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u01/app/oracle
[oracle@oracle course]$ imp SYSTEM/DB11Gspassword FULL=y FIlE=db.dmp
Import: Release 11.2.0.1.0 - Production on Wed Apr 13 18:24:23 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
Should I create a DB with DBCA and name it orcl and overwrite it with the imp?

Javier wrote:
SQL> SELECT * from v$version;
BANNER
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
PL/SQL Release 11.2.0.1.0 - Production
CORE     11.2.0.1.0     Production
TNS for Linux: Version 11.2.0.1.0 - Production
NLSRTL Version 11.2.0.1.0 - Production
^^ this is my DB11G
But you told oraenv to set your ORACLE_SID to "orcl", overriding that it was prompting you for "DB11G"
[oracle@oracle course]$ . oraenv
ORACLE_SID = [DB11G] ? orclThe error message of
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not existwas referring to an instance named "orcl" .. as that is what you told oraenv to set the environment for.
I believe the dmp is from 11gR2 as well.
and I meant "overwrite" the data.. sorry

Similar Messages

  • How can i import a dmp file.

    Hi
    i am uzma. i m using oracle 8i. i m facing a big
    problem in import/ export utitlity.
    Description of my problem
    i created 4 users and grant them dba role.
    now i want to export only one user named DBC that user is very
    important and contains 7 tables and 25,000 records.
    when i start exporting user dbc it export all the user eg
    system, sysdba, scott, dbc, uzma, other....
    and i received this message that export terminated successfully.
    but when i import abc.dmp file in another computer i recevied
    such type of messages.
    * unrecongnized Export file or these obecject are already exsist.
    sholud i drop all users except system, scott, dbc
    what should i do plz help me in this regard and tell me the
    right way to export and import.
    with lots of regards
    a helpless user

    if you run export as a user with DBA privs, you can export only specific users that you need:
    Export file: EXPDAT.DMP >
    (1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U > U
    Export grants (yes/no): yes >
    Export table data (yes/no): yes >
    Compress extents (yes/no): yes >
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    About to export specified users ...
    User to be exported: (RETURN to quit) > scott
    User to be exported: (RETURN to quit) >
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SCOTT
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SCOTT
    About to export SCOTT's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export SCOTT's tables via Conventional Path ...
    . . exporting table                          BONUS          0 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                           DEPT          4 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table                            EMP         14 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    . . exporting table                       SALGRADE          5 rows exported
    EXP-00091: Exporting questionable statistics.
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.
    F:\>When you want to import to other database, have that user created already with correct privs, and then do the import:
    Import file: EXPDAT.DMP >
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    List contents of import file only (yes/no): no >
    Ignore create error due to object existence (yes/no): no >
    Import grants (yes/no): yes >
    Import table data (yes/no): yes >
    Import entire export file (yes/no): no >
    Username: scott
    Enter table(T) or partition(T:P) names. Null list means all tables for user
    Enter table(T) or partition(T:P) name or . if done:
    . importing SYS's objects into SYS
    . importing SCOTT's objects into SCOTT
    . . importing table                        "BONUS"          0 rows imported
    . . importing table                         "DEPT"          4 rows imported
    . . importing table                          "EMP"         14 rows imported
    . . importing table                     "SALGRADE"          5 rows imported
    About to enable constraints...
    Import terminated successfully without warnings.
    F:\>Message was edited by:
    Kamal Kishore

  • Problem in importing from dmp file

    Hi ,
    I am facing problem while importing from dmp file on unix server
    Error is as follows :
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    Export taken was with user xxx@yyy
    import command is : imp xxx/ppp file=abc.dmp TABLES=xxx.table1 ignore=y feedback=500
    please help me out.
    Atul Chougule

    I tried with FROM USER / TO USER , but the result is same.
    $ imp uuu/ppp file=aaa.dmp fromuser=uuu touser=uuu ignore=Y
    Import: Release 8.1.7.3.0 - Production on Thu Jun 15 06:44:49 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    IMP-00013: only a DBA can import a file exported by another DBA
    IMP-00000: Import terminated unsuccessfully
    I am stucked up ,Dont know what to do .

  • Problem with importing a dmp file

    Hello,
    I am trying to import a dmp file to make an excercise.
    I've tried and read manuals all day now, but it seems I still do something wrong
    First, In the Enterprise Manager console, I create a new user (CREATE LIKE scott):
    <img src="http://users.skynet.be/wouterjans/orcl/oracle03.JPG">
    Then I create a new Table: dummy with 2 fields: A en B (varchar2 and size10)
    <img src="http://users.skynet.be/wouterjans/orcl/oracle04.JPG">
    After that, grant dba to the new user
    grant dba to DEMO;Then I Run CMD and go to the c:\oracle\ora92\BIN folder
    <img src="http://users.skynet.be/wouterjans/orcl/oracle01.JPG">
    I import the dmp file (STAG3536.dmp)
    and it says it succeed
    <img src="http://users.skynet.be/wouterjans/orcl/oracle02.JPG">
    So normally its ok
    Then I go to my Form builder and I open a new Form
    When I try to run the data wizard now. I only see the "dummy" record I created before but I dont see the database from my imported file.
    <img src="http://users.skynet.be/wouterjans/orcl/oracle05.JPG">
    Could anyone help me pls ??
    Thanks in advance,
    Wouter
    Message was edited by:
    wouter81

    dont go in bin directory you can run imp cmd from any where
    if you want to import in scott scheme
    you do this
    connect system/password@dbname
    list of contents = n
    import grant = y
    import table= y
    import entire export file = n
    user = scott
    check to this i hope you will success.
    Rgds

  • How to import a dmp file in OWB process?

    Hi Expert.
    We'd like to import a dmp file into the database using OWB before doing some data cleasing. Is it possible to call "imp" in the OWB process flow, or if there's other alternatives?
    Thank you!
    Jeff

    Hi,
    there are no alternatives - you must call imp with all properties on the command shell out of the process flow.
    Regards,
    Detlef

  • How to import Oracle .dmp file

    Hi !
    1. I want to import oracle .dmp file in to mySql database.
    2. How it is possible.
    3. I am using oracle 10g database.
    Plz help me.
    Thanks in advance.
    Regards.

    Thanks for your kind reply.
    o.k leave mysql database.
    Just tell me how we can take text/flat file from Oracle tables throgh SQL * Plus environment using select command or other way.
    e.g. select * from emp;
    and then i make selection to all rows and press cont+c and save in notepad as text file.
    But some time with thousand records i can not make selection.
    Plz help me, the poper way to do this.
    Regards!

  • How to import a *.dmp file (exported from 10g) to 8i database?

    Hi everybody!
    Could anybody tell me how to import a *.dmp file (exported from 10g) to 8i database?
    I have tried but it seemed to be error "wrong version".
    Thanks a lot!

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the 10.1.0 database and IMPORT 8.1.7 to
    import the data into the 8.1.7 database.
    Metalink note 132904.1 Subject: Compatibility Matrix for Export & Import Between Different Oracle
    Nicolas.

  • Importing a dmp file from 9.2.0.4 to 10g(patched 9.2.0.6)

    i am trying to import a dmp file to a 9.2.0.6 db .
    the source of the dmp file is 9.2.0.4 db.
    i have tryied every thing including exporting with the 9.2.0.6 exp from 9.2.0.4.
    two broblem occuer and i thing thay are connected.
    a. imp hung.
    b. the imp is using two versions of oracle one 9i and the other is 10g.!!
    look:
    D:\oracle9\bin>imp system/9204@9204db file=d:\exp\yahud11_itam.dmp log=d
    :\exp\yahud_itam111.log fromuser=itam touser=YEHUD
    Import: Release 9.2.0.6.0 - Production on Tue Aug 26 08:01:15 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Produc
    tion
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in IW8ISO8859P8 character set and AL16UTF16 NCHAR character set
    . importing ITAM's objects into YEHUD^C ---the hung-------

    uri lerner wrote:
    look:
    D:\oracle9\bin>imp system/9204@9204db file=d:\exp\yahud11_itam.dmp log=d
    :\exp\yahud_itam111.log fromuser=itam touser=YEHUD
    *> Import: Release 9.2.0.6.0 - Production on Tue Aug 26 08:01:15 2008*
    >
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    *> Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Produc*
    tion
    With the Partitioning, OLAP and Data Mining options
    You are trying to use 9.2.0.6 import to import into 10.2.0.3 database. This is not supported. You need to use 10.2.0.3 version import.

  • Importing a .dmp file into Designer/2000 v1.3.2

    Hi everyone. Is it possible to directly import a dmp file
    exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    or do I need to go via the same v1.0.0 import and only then
    upgrade to v1.3.2
    Thank you for your help.
    null

    Mangaliso,
    This forum is for Headstart related questions and experiences
    only. Please go to metalink.oracle.com to get more information on
    your problem.
    Regards,
    Lauri
    Mangaliso Fweta (guest) wrote:
    : Hi everyone. Is it possible to directly import a dmp file
    : exported using Designer/2000 v1.0.0 into Designer/2000 v1.3.2.
    : or do I need to go via the same v1.0.0 import and only then
    : upgrade to v1.3.2
    : Thank you for your help.
    null

  • Error while importing a .dmp file

    Hi Friends,
    I have created a DB in Oracle 10g and when i started to import the dump file
    C:\>imp sys/pwd@sample file=E:\sample\sample.dmp ignore=y
    I get the following error
    IMP-00058: ORACLE error 12514 encountered
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    IMP-00000: Import terminated unsuccessfully
    someone please correct me

    C:\>tnsping sample
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-OCT-2
    007 10:08:46
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    E:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = ipaddress)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = sample)))
    OK (10 msec)
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-OCT-2007 10:09:40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Production
    Start Date 02-OCT-2007 05:56:11
    Uptime 0 days 4 hr. 13 min. 28 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File D:\oracle\ora92\network\admin\listener.ora
    Listener Log File D:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine name)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine name)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "test3" has 2 instance(s).
    Instance "test3", status UNKNOWN, has 1 handler(s) for this service...
    Instance "test3", status READY, has 1 handler(s) for this service...

  • Help ! Error : CharactorSet 1 to 852 when import Travel dmp file.

    Hi,
    When I was trying to import the travel's schema, I got the error:
    IMP-00016: the charactorset required is not supported (from type 1 to 852)
    IMP-00000: Unsuccessful import.
    Any hint will be appreciated !
    regards,
    Henry
    null

    Hi, Henry,
    Your database created in different language and character set to the dmp file, you can change your nls parameters then try it.
    K.

  • Importing a dmp file in Oracle 11g XE Datapump

    I received dmp file that was made with datapump in 11g. I need to import it into my 11g XE but can't figure out how to do it

    ORA-00955: name is already used by an existing object.Take a look at the DBA_DIRECTORIES view with a SYSTEM login, to create the import log file the database user will need write permission to the directory, might have to use sysdba if the directory is owned by SYS user. Or just grant the privilege to the database user to create their own directory ...
    $ sqlplus /nolog
    connect system
    ... password
    select * from dba_directories;
    grant read, write on data_pump_dir to <username>;
    -- or allow <username> to make a directory
    grant create any directory to <username>;
    conn <username>
    ... password
    create directory dpdir as 'd:\<a valid folder path>';

  • Can I import a .dmp file exported in 9i windows to 10g linux?

    I have a .dmp file that I can import in 9i windows XP, can I import it in DB10g linux RH4? i keep on getting errors, any idea about the problem and suggested solutions?
    Thanks,

    Hi thanks for the replies...
    1. the export was done on Windows using 9i version of exp
    2. the .dmp file was taken to linux RH4
    3. import was done on Linux using 10g imp (the DB used is the DB installed with OAS 10.1.2)
    4. when imp is done the following log appears: the object already exists statement is bec. i did the imp twice and this is the second time log...
    [oracle@nour SOPHOI]$ imp
    Import: Release 10.1.0.4.2 - Production on Tue May 16 21:52:07 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: salesdemo/salesdemo@asdb
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.4.2 - Produc tion
    With the Partitioning, OLAP and Data Mining options
    Import file: expdat.dmp > /home/oracle/SOPHOI/OraDB.dmp
    Enter insert buffer size (minimum is 8192) 30720>
    Export file created by EXPORT:V09.02.00 via conventional path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    List contents of import file only (yes/no): no >
    Ignore create error due to object existence (yes/no): no >
    Import grants (yes/no): yes >
    Import table data (yes/no): yes >
    Import entire export file (yes/no): no > yes
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADA"
    "TA\SALES\UNDOTBS01.DBF' SIZE 209715200 AUTOEXTEND ON NEXT 5242880 MA"
    "XSIZE 16383M EXTENT MANAGEMENT LOCAL "
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TEMPORARY TABLESPACE "TEMP" BLOCKSIZE 4096 TEMPFILE 'E:\ORACLE\ORAD"
    "ATA\SALES\TEMP01.DBF' SIZE 97517568 AUTOEXTEND ON NEXT 655360 MAXSIZ"
    "E 16383M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1048576"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "DRSYS" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES"
    "\DRSYS01.DBF' SIZE 20971520 AUTOEXTEND ON NEXT 655360 MAXSIZE 16383M"
    " EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMENT"
    " SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "EXAMPLE" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SAL"
    "ES\EXAMPLE01.DBF' SIZE 152698880 AUTOEXTEND ON NEXT 655360 MAXSIZE 1"
    "6383M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SE"
    "GMENT SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "INDX" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES\"
    "INDX01.DBF' SIZE 26214400 AUTOEXTEND ON NEXT 1310720 MAXSIZE 16383M "
    "EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMENT "
    "SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "ODM" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES\O"
    "DM01.DBF' SIZE 20971520 AUTOEXTEND ON NEXT 655360 MAXSIZE 16383M EXT"
    "ENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMENT SPA"
    "CE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "TOOLS" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES"
    "\TOOLS01.DBF' SIZE 10485760 AUTOEXTEND ON NEXT 327680 MAXSIZE 16383M"
    " EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMENT"
    " SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "USERS" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES"
    "\USERS01.DBF' SIZE 26214400 AUTOEXTEND ON NEXT 1310720 MAXSIZE 16383"
    "M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMEN"
    "T SPACE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00017: following statement failed with ORACLE error 29339:
    "CREATE TABLESPACE "XDB" BLOCKSIZE 4096 DATAFILE 'E:\ORACLE\ORADATA\SALES\X"
    "DB01.DBF' SIZE 39976960 AUTOEXTEND ON NEXT 655360 MAXSIZE 16383M EXT"
    "ENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGMENT SPA"
    "CE MANAGEMENT AUTO"
    IMP-00003: ORACLE error 29339 encountered
    ORA-29339: tablespace block size 4096 does not match configured block sizes
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OUTLN" IDENTIFIED BY VALUES '4A3BA55E08595C81' TEMPORARY TABLE"
    "SPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "DBSNMP" IDENTIFIED BY VALUES 'E066D214D5421CCC' TEMPORARY TABL"
    "ESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WMSYS" IDENTIFIED BY VALUES '7C9BA362F8314299' TEMPORARY TABLE"
    "SPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ANONYMOUS" IDENTIFIED BY VALUES 'anonymous' DEFAULT TABLESPACE"
    " "XDB" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WKSYS" IDENTIFIED BY VALUES '69ED49EE1851900D' DEFAULT TABLESP"
    "ACE "DRSYS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WKPROXY" IDENTIFIED BY VALUES 'B97545C4DD2ABE54' DEFAULT TABLE"
    "SPACE "DRSYS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ODM" IDENTIFIED BY VALUES 'C252E8FA117AF049' DEFAULT TABLESPAC"
    "E "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "ODM_MTR" IDENTIFIED BY VALUES 'A7A32CD03D3CE8D5' DEFAULT TABLE"
    "SPACE "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'ODM' does not exist
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "HR" IDENTIFIED BY VALUES '6399F3B38EDF3288' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OE" IDENTIFIED BY VALUES '9C30855E7E0CB02D' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "PM" IDENTIFIED BY VALUES '72E382A52E89575A' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "SH" IDENTIFIED BY VALUES '9793B3777CD3BD1A' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_ADM" IDENTIFIED BY VALUES '991CDDAD5C5C32CA' DEFAULT TABLES"
    "PACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS" IDENTIFIED BY VALUES '8B09C6075BDF2DC4' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_WS" IDENTIFIED BY VALUES '24ACF617DD7D8F2F' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_ES" IDENTIFIED BY VALUES 'E6A6FA4BB042E3C2' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_OS" IDENTIFIED BY VALUES 'FF09F3EB14AE5C26' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_CBADM" IDENTIFIED BY VALUES '7C632AFB71F8D305' DEFAULT TABL"
    "ESPACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_CB" IDENTIFIED BY VALUES 'CF9CFACF5AE24964' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "QS_CS" IDENTIFIED BY VALUES '91A00922D8C0F146' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "SCOTT" IDENTIFIED BY VALUES 'F894844C34402B67' TEMPORARY TABLE"
    "SPACE "TEMP""
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "RMAN" IDENTIFIED BY VALUES 'E7B5D92911C831E1' DEFAULT TABLESPA"
    "CE "TOOLS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'TOOLS' does not exist
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SELECT_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "SELECT_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EXECUTE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EXECUTE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "DELETE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "DELETE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "RECOVERY_CATALOG_OWNER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "RECOVERY_CATALOG_OWNER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GATHER_SYSTEM_STATISTICS""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "GATHER_SYSTEM_STATISTICS" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "LOGSTDBY_ADMINISTRATOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "LOGSTDBY_ADMINISTRATOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_ADMINISTRATOR_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_USER_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AQ_USER_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GLOBAL_AQ_USER_ROLE" IDENTIFIED GLOBALLY "
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OEM_MONITOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OEM_MONITOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_DEPLOY""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_DEPLOY" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "HS_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "HS_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "WM_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "WM_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAUSERPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAUSERPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAIDPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAIDPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVASYSPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVASYSPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVADEBUGPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVADEBUGPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EJBCLIENT""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EJBCLIENT" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_ADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_ADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "CTXAPP""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "CTXAPP" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "XDBADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "XDBADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AUTHENTICATEDUSER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AUTHENTICATEDUSER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "WKUSER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "WKUSER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SALES_HISTORY_ROLE""
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SESSION TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE TABLE TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SYNONYM TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE VIEW TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE PROCEDURE TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE TYPE TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "PM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "SH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_ADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_WS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_WS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_ES""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ES' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_OS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_OS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_CBADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CBADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_CB""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CB' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "QS_CS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "RMAN""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'RMAN' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('DEQUEUE_ANY','QS_ADM',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','QS_ADM',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','QS',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','QS_WS',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_WS' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','QS_ES',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ES' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_AQADM.GRANT_SYSTEM_PRIVILEGE('ENQUEUE_ANY','QS_OS',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_OS' does not exist
    ORA-06512: at "SYS.DBMS_AQADM_SYSCALLS", line 106
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 4578
    ORA-06512: at "SYS.DBMS_AQADM", line 465
    ORA-06512: at line 2
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "SELECT_CATALOG_ROLE" TO "ODM_MTR""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "PM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "PM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "SH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "SH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "SALES_HISTORY_ROLE" TO "SH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "SELECT_CATALOG_ROLE" TO "SH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_ADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_ADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "AQ_ADMINISTRATOR_ROLE" TO "QS_ADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_WS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_WS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_WS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_WS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_ES""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ES' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_ES""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_ES' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_OS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_OS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_OS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_OS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_CBADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CBADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_CBADM""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CBADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_CB""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CB' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_CB""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CB' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "QS_CS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "QS_CS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'QS_CS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "RMAN""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'RMAN' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "RMAN""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'RMAN' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RECOVERY_CATALOG_OWNER" TO "RMAN""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'RMAN' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "ODM_MTR" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_ADM" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "PM" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'PM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "SH" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "RMAN" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'RMAN' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_WS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_WS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_ES" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_ES' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_OS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_OS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CBADM" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CBADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CB" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CB' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CS' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "ALTER USER "ODM" QUOTA UNLIMITED ON "ODM""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'ODM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "ODM_MTR" QUOTA UNLIMITED ON "ODM""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'ODM_MTR' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "ALTER USER "HR" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "ALTER USER "OE" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'EXAMPLE' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "PM" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'PM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "SH" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'SH' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_ADM" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_ADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_WS" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_WS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_ES" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_ES' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_OS" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_OS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CBADM" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CBADM' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CB" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CB' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "QS_CS" QUOTA UNLIMITED ON "EXAMPLE""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'QS_CS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "RMAN" QUOTA UNLIMITED ON "TOOLS""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'RMAN' does not exist
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "MVIEW$_ADVSEQ_GENERIC" MINVALUE 1 MAXVALUE 4294967295 INCR"
    "EMENT BY 1 START WITH 1 CACHE 50 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "MVIEW$_ADVSEQ_ID" MINVALUE 1 MAXVALUE 4294967295 INCREMENT"
    " BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOGMNR_SEQ$" MINVALUE 1 MAXVALUE 9999999999999999999999999"
    "99 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOGMNR_UIDS$" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 100 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_FLAVORS_S" MINVALUE -2147483647 MAXVALUE 214748364"
    "7 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_FLAVOR_NAME_S" MINVALUE 1 MAXVALUE 999999999999999"
    "999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_REPPROP_KEY" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT_LOG_SEQUENCE" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_REFRESH_TEMPLATES_S" MINVALUE 1 MAXVALUE 999999999"
    "999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_USER_AUTHORIZATIONS_S" MINVALUE 1 MAXVALUE 9999999"
    "99999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_REFGROUPS_S" MINVALUE 1 MAXVALUE 99999999"
    "9999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_OBJECTS_S" MINVALUE 1 MAXVALUE 9999999999"
    "99999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_PARMS_S" MINVALUE 1 MAXVALUE 999999999999"
    "999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_USER_PARM_VALUES_S" MINVALUE 1 MAXVALUE 9999999999"
    "99999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMPLATE_SITES_S" MINVALUE 1 MAXVALUE 999999999999"
    "999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_TEMP_OUTPUT_S" MINVALUE 1 MAXVALUE 999999999999999"
    "999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_RUNTIME_PARMS_S" MINVALUE 1 MAXVALUE 9999999999999"
    "99999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "TEMPLATE$_TARGETS_S" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "REPCAT$_EXCEPTIONS_S" MINVALUE 1 MAXVALUE 9999999999999999"
    "99999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    . importing WMSYS's objects into WMSYS
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$UP_DEL_TRIG_NAME_SEQUENCE" MINVALUE 1 MAXVALUE 99999999"
    "9999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$ADT_SEQUENCE" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$ROW_SYNC_ID_SEQUENCE" MINVALUE 1 MAXVALUE 9999999999999"
    "99999999999999 INCREMENT BY 1 START WITH 11 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$NESTED_COLUMNS_SEQ" MINVALUE 1 MAXVALUE 999999999999999"
    "999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$LOCK_SEQUENCE" MINVALUE 1 MAXVALUE 99999999999999999999"
    "9999999 INCREMENT BY 2 START WITH 2 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$UDTRIG_DISPATCHER_SEQUENCE" MINVALUE 1 MAXVALUE 9999999"
    "99999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$VERSION_SEQUENCE" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$VTID" MINVALUE 1 MAXVALUE 999999999999999999999999999 I"
    "NCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WM$INSTEADOF_TRIGS_SEQUENCE" MINVALUE 1 MAXVALUE 999999999"
    "999999999999999999 INCREMENT BY 1 START WITH 1 NOCACHE NOORDER NOCYCLE"
    . importing WKSYS's objects into WKSYS
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$INST_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999999"
    "99 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$SUBSCRIBER_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999"
    "99999999 INCREMENT BY 1 START WITH 3 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$DSTYPE_ID_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999"
    "9999999 INCREMENT BY 1 START WITH 101 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$DS_ID_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$SG_ID_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$JOB_ID_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999999"
    "9999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$SCHED_ID_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$CRAWLERID_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999"
    "9999999 INCREMENT BY 1 START WITH 1000 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$TRACE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 11 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$SEARCH_ATTR_SEQ" MINVALUE 1 MAXVALUE 999999999999999999"
    "999999999 INCREMENT BY 1 START WITH 100 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$DOC_ATTR_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$DSPARAM_ID_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999"
    "99999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$DATA_SOURCE_PARAM_SEQ" MINVALUE 1 MAXVALUE 999999999999"
    "999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$MIMETYPES_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999"
    "9999999 INCREMENT BY 1 START WITH 41 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$CHARSET_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999"
    "99999 INCREMENT BY 1 START WITH 61 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$MAILLIST$SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$UNIQUE_STRINGID_SEQ" MINVALUE 1 MAXVALUE 99999999999999"
    "9999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "WK$PT_ID_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999999"
    "999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE"
    . importing ODM's objects into ODM
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_TEST_RESULT_ID" MINVALUE 1 MAXVALUE 999999999999999999"
    "999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_ODM_MESSAGE_LOG_ID" MINVALUE 1 MAXVALUE 99999999999999"
    "9999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_MATRIX_ENTRY_ID" MINVALUE 1 MAXVALUE 99999999999999999"
    "9999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_LIFT_RESULT_ID" MINVALUE 1 MAXVALUE 999999999999999999"
    "999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_CLASSIFICATION_RESULT_ID" MINVALUE 1 MAXVALUE 99999999"
    "9999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_ODM_MINING_TASK_ID" MINVALUE 1 MAXVALUE 9999999999999 "
    "INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_MS_RESULT_ID" MINVALUE 1 MAXVALUE 99999999999999999999"
    "9999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_MS_RESULT_ENTRY_ID" MINVALUE 1 MAXVALUE 99999999999999"
    "9999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "SEQ_ODM_UNIQUE_OBJECT_ID" MINVALUE 1 MAXVALUE 999999999999"
    "9 INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "UNIQUE_ID" MINVALUE 1 MAXVALUE 999999999999999999999999999"
    " INCREMENT BY 1 START WITH 1 CACHE 20 ORDER NOCYCLE"
    . importing HR's objects into HR
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "LOCATIONS_SEQ" MINVALUE 1 MAXVALUE 9900 INCREMENT BY 100 S"
    "TART WITH 3300 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "DEPARTMENTS_SEQ" MINVALUE 1 MAXVALUE 9990 INCREMENT BY 10 "
    "START WITH 280 NOCACHE NOORDER NOCYCLE"
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EMPLOYEES_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999999"
    "9999 INCREMENT BY 1 START WITH 207 NOCACHE NOORDER NOCYCLE"
    . importing OE's objects into OE
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "ORDERS_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999999999"
    "9 INCREMENT BY 1 START WITH 1000 NOCACHE NOORDER NOCYCLE"
    . importing QS's objects into QS
    "ALTER SESSION SET CURRENT_SCHEMA= "QS""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    Thanks,

  • Cannot import a dmp file

    I have successfully installed designer and the repository but am unable to import the tutorial... the import button is grayed out. I granted imp_full_database to my repository owner but that did not help. What am I doing wrong?
    null

    You can't use lower version import utility to import into higher version Oracle.
    In your case, you are importing into 10.2.0.3 using 10.1.0.4 import.

  • Error while trying to import .dmp file in oracle

    Hi,
    I am trying to import a .dmp file using impdp command. Whenever I try that I get following error logs:
    Import: Release 10.2.0.1.0 - Production on Wednesday, 27 July, 2011 19:22:18
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** DUMPFILE=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "DBO"."HIST_IR" ("IR_ID" NUMBER(9,0), "ELS_ID1" NUMBER(9,0), "ELS_ID2" NUMBER(9,0), "ZONE_ID" NUMBER(2,0) NOT NULL ENABLE, "TYPE" NUMBER(2,0) NOT NULL ENABLE, "START_TIME" DATE NOT NULL ENABLE, "END_TIME" DATE NOT NULL ENABLE, "ROAD_NAME" VARCHAR2(50) NOT NULL ENABLE, "UP_POINT" NUMBER(4,2), "DN_POINT" NUMBER(4,2), "UP_LINK_ID" NUMBER(9,0) NOT NULL ENABLE, "DN_LINK_ID" NUMBER
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type OBJECT_GRANT:"DBO" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_LOC_TYPE" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ROAD_NAME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_ELS_ID1" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    ORA-39112: Dependent object type INDEX:"DBO"."INDX_HIST_IR_START_TIME" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    ORA-39112: Dependent object type CONSTRAINT:"DBO"."PK_HIST_IR" skipped, base object type TABLE:"DBO"."HIST_IR" creation failed
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 10 error(s) at 19:22:21
    Any idea how to get rid of the errors ?
    BR///
    Tayyab

    I also tried to open the .dmp file using Oracle 11g Enterprise Edition but kept getting following errors:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** dumpfile=HIST_IR_APR_2011.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-01918: user 'DBO' does not exist

Maybe you are looking for

  • Problem with Itunes and Remote when external DAC is used

    I am using IPad Remote app to connect to itunes library paired a windows vista Toshiba Laptop. When  the pc speaks are used or the iPad for audio reproduction, everything works OK, and iPad Remote can connect to iTunes Library. Unfortunately when the

  • Error while displaying migrated ESS Portal iviews.

    Dear Experts, We are doing a technical upgrade from ECC 5 to ECC6 EnHP4 & replacing current EP 6.0 with new Installation of EP 7.01 SPS7 & migrating PCD content (ESS, MSS) from EP 6.0 to EP 7.01. I've moved only a handful of ESS iviews & while doing

  • Display as list in FB03 urgent

    Hi... When we go to the t-code FB03, the document is not displayed as list. So I have to go to menu "Go To" and then choose "Display as List". But I have to change this manually everytime I go to the FB03. The question is : is there anyway to make th

  • Regd: LSMW

    Hi All, While uploading the data's in the T-Code "J1ID" for 'Excise Tax Rates' we get an error 'No batch input data for screen SAPMJ1ID 0200' at the end of the transaction,but it saves the data's in the relevent fields 1ly, Inspite we have done the r

  • CE 500 Problem

    Hi, I am facing problems with CE 500 switches. After i initially assign an IP to the Switch using the GUI and click on the submit button, It still shows me a blank in the IP address field. additionaly then i am not able to access the switch thru the