Importing travel8i.dmp

I have imported this file as per the instructions. It imports to the SYSTEM tablespace. Have tried many ways fruitlessly to import it to its own tablespace. How can this be done

I think if you drop the User 1st and recreate the user in the same tablespace that you want. It should work for you.
Check if you have enough space on that tablespace.
Use this script..
Drop user ..
Create user ... identified by...
Default tablespace ..(this should be what you want and not System)
temporary tablespace...
grant dba to ...
For dropping that user you will need to kill that session and close database.

Similar Messages

  • Error importing travel8i.dmp

    I'm running Oracle8i on Mandrake Linux and am trying to run a CORBA example. I can create the travel user fine and grant the necessary privileges, but when I try to import the travel8i.dmp file using the following command:
    imp system/manager file=./travel8i.dmp show=n full=y ignore=n grants=y log=my.log
    stdout returns with a slew of errors. Has anyone had any problems importing this file?
    todd
    null

    I think if you drop the User 1st and recreate the user in the same tablespace that you want. It should work for you.
    Check if you have enough space on that tablespace.
    Use this script..
    Drop user ..
    Create user ... identified by...
    Default tablespace ..(this should be what you want and not System)
    temporary tablespace...
    grant dba to ...
    For dropping that user you will need to kill that session and close database.

  • 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.

  • Help: Steps in importing a *.dmp format

    Ok.. i'm using windows XP SP2 and oracle version 9.2.0.something.. anyways here is my problem.. I created a repository using the Enterprise manager configuration assistant and then i successfully run the OracleOra92ManagementServer from the services... I logged in into the Oracle Management Server and i dont know the next thing to do cause what i was expecting was their should be a database in the OMS account and all i have to do is import the *.dmp file.. anyways so what i did was to login into the stand alone and tried to import the *.dmp file and the following message came out "This wizard can only be launched when the application is connected the Oracle Management Server(OMS). Launch the application and connect to the OMS before trying to launch the wizard again"..... and BOOOMM i dont know what to do.. from what i know my OMS is already running which i started from the SERVICES... Help please??? thank you for reading.....

    Is the OMS service properly configured? You should have:
    1. An OMS repository
    2. The OMS service
    3. Intelligent Agent
    You should have configured the oms with the emca (Enterprise Manager Configuration Assistant). Once this is configured you are required to enter an OS user credentials, this user must have the 'connect as batch' privilege and belong to the ORA_DBA group.
    Once is it ready you can connect with the oms option and you can launch your import/export assistant among others.
    ~ Madrid.

  • How to import mvdemo.dmp?

    Hi,
    May i know how do i import mvdemo.dmp file?
    I cannot view the maps at all?
    Can anyone please advise me on that?
    Thanks and regards,
    Esther

    Hi,
    Do i type imp scott/tiger file=mvdemo.dmp at the run command there?
    When i did that, they ask me for my username and password.
    May i know what username and password do i need to key in? Is it the database username and password?
    If that is it, there is a error message "failed to open mvdemo.dmp for read". Why is it so?
    Thanks and regards,
    Esther

  • 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...

  • 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

  • Importing 10g dmp in Oracle 9i

    hello,
    just wanted to know, if the dmp file created with Oracle exp utility can be safely imported into Oracle 9i DB.
    regards

    If you want to import into a 9i database, you would need to use the 9i export utility to create the dump file.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

Maybe you are looking for

  • Purchase Order Cost Getting Changes Automatically

    Hi All,         We have developed an application which works as a bridge between two applications and we are taking data from other application and transferring the same to SAP B 1 using DI API provided by SAP we are having 2007 PL10 and we are facin

  • Can I back up macbook to external  time machine drive attached to my imac?

    I have an external hard disk attached to my iMac, which it uses for Time Machine backups. Can I configure Time Machine on my Macbook to use that same drive, and to connect to it over my network? Thanks.

  • How do you act upon a slave connection in Bluetooth??

    I have a serial port bluetooth adapter which i tried to find using my bluetooth device/service discovery Midlet. I could find the device but no services, but it's suppose to broadcast a SPP service!! I know my midlet is OK because it can find SPP on

  • Document Set and WF 2013

    I have two questions: 1. Can workflow be started on Document Set (using 2013 workflow - Visual Studio) ? 2. Can Document Set be declared as Record from 2013 workflow - Visual Studio? EDIT: 3. Can Document Set be declared as Record programmatically?

  • Change Delivery - Custom fields

    Hi Forum, I need to change with BAPI a lot of custom fields in LIKP & LIPS. I found BAPI_OUTB_DELIVERY_CHANGE but there aren't all append structures as in LIKP and LIPS. (I also think that it is not released because in trx BAPI it is not present) Aft