How to import an oracle dump in a different system

HI,
I Want to import oracle dump to another system.what should i do to get same tablespaces in another system.my database is as
create database scrdb
datafile '/disk1/oradata/ scrdir/system.dbf' size 100m autoextend on
sysaux datafile '/disk1/oradata/scrdir/sysaux.dbf' size 80m autoextend on
default tablespace userdata datafile '/disk1/oradata/scrdir/userdata.dbf' size 100m
default temporary tablespace temp tempfile '/disk1/oradata/scrdir/temp.tmp' size 30m
undo tablespace undotbsdatafile '/disk1/oradata/scrdirr/undotbs.dbf' size 20m
group1 ('/disk1/oradata1/scrdir/redo1.log') size 4m
group2 ('/disk1/oradata1/scrdir/redo2.log') size 4m
I Want to have same tablespaces in another system when import this.should i create tablespace path manually i.e /disk1/oradata/scrdir/ before i import this? i dont know
plz, anyone tell me
regards
srinivas
Edited by: srinivas on Aug 6, 2011 12:26 AM
Edited by: srinivas on Aug 6, 2011 12:27 AM

Pl post database and OS versions.
Yes - pre-create the tablespaces on the destination and start the import.
http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/expimp.htm#i262317
HTH
Srini

Similar Messages

  • How to import a maintenance task list from external system to R3

    Is there a bapi or a fm can import the maintenance task list (equipment ,function location ,generic) from external system to R3.

    Hello,
    how to import task list to sap from external system
    Hope this helps.
    Regards, Murugesh AS

  • How to import a data dump into Oracle express

    Hi
    Thank you for reading my post
    how i can import a data dump which is a dump of my Schema in oracle 10g into oracle database express ?
    indeed it is just 20 tables and one sequence that i exported from oracle 10g and i want to import it into my oracle express 10g
    thanks

    Hi,
    I
    1) export the data from your source database XE
    C:\WINDOWS\system32>exp userid=USER1@XE1 file=user1.dmp
    2) in the target XE database you would have to recreate the same user, e.g. USER1
    3) run imp on the same dump file:
    C:\WINDOWS\system32>imp userid=USER1@xe2 file=user1.dmp full=yes ignore=yes
    II
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>CREATE OR REPLACE DIRECTORY XMLDIR AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO property;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>expdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>ALTER SYSTEM SET NLS_LENGTH_SIMANTICS='CHAR' SCOPE=BOTH;
    SQLPlus>CREATE OR REPLACE DIRECTORY dmpdir AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO public;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>impdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    There are so many treads about export and import in XE.
    Konstantin

  • Data Import from Oracle Dump to SQL Server(2000/2005)

    Hi Friends,
    I'm using Oracle 10g.
    I've a scenario.
    I've Oracle Dump file. Now i would like import in SQL Server(2000/2005).
    Can any one suggest me how to do this?
    Any idea,clue will be highly appreciated.

    I think you will need to import the data into SQL Server from an ASCII flat file using SQL Server DTS if avialable. You can use SQL Plus to extract the data outof Oracle into comma delimited flat files and then use SQL Server DTS load into the SQL Server database.

  • How One EP Portal will connect the 2 Different System(ECC Europe,China)

    Hi Friends,
    I have one more doubt on Multi region Functionality. Here we are using single EP Portal. Depending up on user we are able to connect to the ECC System.
    Ex: Here we are using 2 ECC Systems( ECC Europe and ECC China). In Portal ECC Europe is login into the Portal he will be able to connect ECC Europe System through ECC Europe Model data and Meta Data like as ECC China user Login into the Portal he will be able to connect ECC China System through ECC China System Model data and Meta Data.
    How can I do this work. Can you tell me. What type of coding I can write here. Please give Help.
    Regards
    VijayK

    Hi Vijay,
    Not just multiple Systems/JCos needed, you also need multiple souce objects to connect to multiple Systems/JCos.
    In your case you need multiple iView (applications), and configure them to connect to different back-end systems.
    You got to modify the Application Parameter of WD iView objects saperately to talk to different systems.
    Reason, you cannot make one application to use multiple JCo destinations at any point of time.
    Thanks,
    MS

  • How to check variants in programs existing in different systems ?

    Hi,
    i am using same program (coding might not b same ) in two different systems(fsd and bwd) .
    one program has two variant and other has only one, now when we execute the main program which is controlling the program in different systems then it shows dump erroe due to different variants or different output.
    we want to catch that dump error.
    Please provide us some code for that.
    Edited by: naincy on Oct 8, 2010 11:06 AM

    hi
    actually the dump error i am getting shows LOAD_PROGRAM_NOT_FOUND
    and CATCH_EXCEPTION is not working for that.
    i dont have to remove the errors , i just want to handle thm.

  • How to import from Oracle to ODI View query definition?

    The scenario:
    I have a View in Oracle database with name 'XV'.
    When I loaded metadata from this Oracle database the 'XV' structure was imported too.
    Is it possible to get in ODI the 'XV' query definition in format 'CREATE VIEW ... ' or 'SELECT * FROM'?
    Thanks a lot for answers.

    Still cannot connect.
    The Administration Tool help suggests the tnsnames.ora is not required:
    "For Oracle Database data sources, the data source name is either a *full connect string* or a net service name from the tnsnames.ora file. If you enter a net service name, you must ensure that you have set up a tnsnames.ora file within the Oracle Business Intelligence environment, in ORACLE_HOME/network/admin".
    I've tried the tnsnames.ora route, but this still does not work. I created a tnsnames.ora file in <MW_HOME>\Oracle_BI1\network\admin. Is this correct?
    I'm assuming that I don't need an Oracle client install on the same (Windows) PC that I've got Oracle BI 11g installed on. Is this correct?

  • How to import a Migration key in a Portal System.

    Hi,
    We have a Portal System (Only Java Stack) and we have changed the existing Installation number of the System to a new one in Marketplace. We have received a new License key and Migration Key from SAP. I have imported the License Key in the System using Visual Administrator tool - Licensing Adapter.
    Now, i dont know what to do with Migration Key. In the Note 816861, it is only written about ABAP stack systems.
    Please help.
    Regards,
    Mohan.

    You don't need the migration key.. It's only for ABAP.
    Kind regards,
    Mark

  • How to import language in SRM5.0 non unicode system

    hi gurus!
    my client wants me to install chinese and french language for thier demo purpose in SRM5.0.
    i have downloaded the language packs required for that., but they are not in car/sar format. where in SMLT its asking in car/sar format
    please assist me in this
    thanks & regards
    KIRAN

    I do not understand in what at you a problem.
    you create in se38 --> RSCPINST french language?
    then you go to smlt and create the french language -->
    then press the import package and in Path write the way to folder like
    servername\d$\language\LANG1
    then press "Find Packages".
    in Available languages see the french language (If correctly will specify a full way)
    Then choose or "Start on instance" or simply press Execute
    Wait  transport.
    in rz10 create the zsca/installed_languages (in my case ER --> Eng+ Russian)
    Restart the server.

  • How to import task list to sap from external system

    There is a external system used for maintenance the task list.

    Hello,
    Have you checked the Business Object BUS1012 in Tx. SWO1?
    May be BAPI BAPI_ROUTING_CREATE will help you.
    Best Regards, Murugesh AS

  • Canvio DTD21B - how to restore FIles and Folders on a different system

    Hi I'm helping my friend.  We backed up her old laptop's hard drive  to a new Canvio 1Texternal hard drive, but backed up the whole system.  The system is now defunct.  It ran Win 7. This is three weeks later and we have a new 17" Toshiba laptop running WIN 8.1. I can't seem to find a way to restore just her FIles and Folders to the new system.  I do not want to overwrite the Win 8.1 operating system so do not want to do a full restore. Her Files and FOlders are important to her so I would appreciate your adice as to how to restore just that data. I can't find anything in HELP or on this forum that addresses this issue.
    THank you.

    I am really surprised that no one has the answer to this question. But, thanks to the 170 of you who read my plea for direciton

  • How to transport standard text in SO10 to different system.

    Hi,
    I need to change the standard text in SO10. I need to change the custom text. We have a custom text id (zval) associated with it. How to transport the changes i have done from Dev to Quality to Production.
    I wanted one clarification: when we create the transport manually, whether only those changes what i have done for the text can be transported or it will include all the other text which are initially present (like table entries). From the program RSTXTRAN, can you give the what are the inputs need to given.
    Please let me know regarding this. Thanks in advance

    Steps..
    Create a work bench CR in the transaction SE09..
    Modify the task to Development correction / Repair..
    Go to the program RSTXTRAN..
    In the name of correction give the task number (Not the CR number)
    Give the Text Key..Your standard text name..
    Press F8...
    Press select all..
    Then Press enter..
    Then press the button "Trsfr texts to corr".
    Now the standard texts will be moved to a CR..
    Then release the CR and move it to QA..

  • How can i transfer the xml files between different systems?

    hello
    the appearance of xml enable the inter-communication between differences systems.but
    i don't know how,such as following scinario:
    in the client side,we use the console that is written by using c#,if i finish
    filling the text boxes that are within the console,click the submit button,the
    console will generate a xml format document.i want the other application that
    is written by using jsp and servlet and deployed in weblogic server to receive
    the xml document,then process the document.
    but i don't know how i can transfer the xml files between the two applications
    that is written in different languages? can i use http protocol?
    thanks for any helps!

    Yes, you can use the HTTP protocol as a transport for the XML message, this
    is basically what the HTTP binding for SOAP does. The key is using a
    packaging mechanism that different applications will understand, otherwise
    only your own applications will know how to extract and process the XML
    messages you send between them.
    "zbcong" <[email protected]> wrote in message
    news:3e68318e$[email protected]..
    >
    hello
    the appearance of xml enable the inter-communication between differencessystems.but
    i don't know how,such as following scinario:
    in the client side,we use the console that is written by using c#,if ifinish
    filling the text boxes that are within the console,click the submitbutton,the
    console will generate a xml format document.i want the other applicationthat
    is written by using jsp and servlet and deployed in weblogic server toreceive
    the xml document,then process the document.
    but i don't know how i can transfer the xml files between the twoapplications
    that is written in different languages? can i use http protocol?
    thanks for any helps!

  • How import 10g,11g dump file in oracle 9 and oracle 8

    Dear all
    I import dump file exported from oracle 9 to oracle 10g and 11g now i want exported dump file from oracle 10g/11g to import in oracle 9 (lower version).
    How said job will be done.
    Thanks

    I've already tried your method, but it fails when you import the dmp exported from lower version.
    To import Oracle 11g user to Oracle 10g, the following method works fine:
    It is assumed that both 11g and 10g servers are on same LAN.
    Make sure that 11g sqlplus connects to your 10g server.
    Step 1. Export the 11g user from 11g machine.
    Step 2.Import the dmp file created in step 1 into 10g server from 11g machine itself.
    The 11g exp/import utility should be used for both export and import operations.
    Only source and destination servers will be different.
    Pramod Dubey

  • How we import oracle 10g dump to oracle 9i

    Hi
    Expert I want to import oracle 10g dump to oracle 9i
    is it possible ??????????
    but how
    Thanks
    Madhvesh

    Welcome to the forums !
    Pl post details of your OS and database versions.
    Pl see MOS Doc 1065604.1 (How to Import to lower version database or run network export with exp/imp utilities)
    HTH
    Srini

Maybe you are looking for