Database Utilities (MOSC)

MOSC Banner

Export/Import Utility in Oracle 10g

edited Nov 28, 2012 4:58AM in Database Utilities (MOSC) 5 commentsAnswered
Hi All,

I am new to Oracle Database ad need help on Oracle exp/imp utility

I am trying to export and import a schema from my Prod database to Dev database. i am using the below syntax :

     exp USERID=scott/password@DEV_DB file=PROD.dmp log= PROD.log buffer=2097152 owner=Scott

 and imp USERID=scott/password@DEV_DB file=PROD.dmp log= DEV.log buffer=2097152 owner=Scott

I am using the same user(scott) to login for export and import.

Please let me know if this is the correct syntax or do i need to add any parameters.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center