You are on page 1of 1

1.

Before you begin, remove all previous versions of BISAMPLE schema from your
machine if you have them.
2. Login as the system user and create all the necessary tablespaces.
3. Replace the datafile and tempfile paths to the appropriate location on your
environment.
4. i) To import the dump, first create a directory pointing to the folder where
you've unzipped the dump files.
create or replace directory datapumpdir as '<folder_path>';
ii) Import the database dump using the following command:
impdp system/<password>@orcl directory=datapumpdir dumpfile=BISAMPLE.dmp
logfile=BISAMPLE.log
5. Once the dump is restored, verify that you are able to connect to BISAMPLE
schema.
6. During import, just ignore the following error,
Job "SYS"."SYS_IMPORT_SCHEMA" stopped due to fatal error.

You might also like