DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 10

Thread: Database ramp- up Solution

Threaded View

  1. #3
    Join Date
    Oct 2012
    Posts
    5
    Quote Originally Posted by PAVB View Post
    1-- pre-create ABCD database, if possible with same tablespace structure.
    2-- impdp dump file into ABCD
    Database is ABCD and Production DB Schema/User name : XYZ

    I have created a DB structure with exact same tablespaces

    tnsping ABCD works fine...

    Created a User Name and Pwd (XYZ_User/ pwd) and granted all Admin permissions.


    now trying import the XYZ.dmp file using impdp command as below:

    set Oracle_SID=ABCD

    impdp dumpfile=XYZ.dmp full=Y logfile=xyz.log

    user: sys as sysdba
    pwd : **********

    Database import completed with lots of errors...All tables are present but only 2 tables are showing records...For rest of the tables num_rows is (NULL).

    I am not a DBA, Hence would need detailed explanations...Any suggestions are appreciated. Thanks in Advance.
    Last edited by bond007; 10-22-2012 at 10:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width