First page Back Continue Last page Graphics

Network Import Example


Notes:

In this example we see the steps required for a network import operation. First, define a database link. Next create a parameter file. Code the database link name in the NETWORK_LINK parameter. In this example I request schema “dave” from the remote server; since I already have a user “dave” on the local server, I use the REMAP_SCHEMA parameter to import it into another schema. Lastly, issue the “impdp” command to invoke the network import.
Remember that if import creates a new user the password is invalid (to prevent unauthorized logins) and must be changed before login.