You are on page 1of 2

Datapump Import--->Full Database

--------------------------------

Description:
------------
Here i do import full database from linux os to windows 2000 os.

Steps:
------
Copy the dumpfile from linux pc to windows pc through Winscp software.

Syntax:
-------
impdp system/oracle DUMPFILE=data_pump_dir:fulldoyen.dmp
table_exists_action=replace full=y

logfile:
--------
;;;
Import: Release 10.2.0.1.0 - Production on Wednesday, 27 August, 2008 12:10:44

Copyright (c) 2003, 2005, Oracle. All rights reserved.


;;;
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 -
Production
With the Partitioning, OLAP and Data Mining options
Master table "SYSTEM"."SYS_IMPORT_FULL_02" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_02": system/******** directory=data_pump_dir
dumpfile=fulldoyen.dmp full=y
Processing object type DATABASE_EXPORT/TABLESPACE
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/PRE_TABLE_ACTION
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
. . imported "SCOTT"."WELCOME1" 709.2 KB 65536 rows
. . imported "TEST1"."TABLE1" 5.289 KB 3 rows
. . imported "TEST2"."TABLE2" 5.304 KB 4 rows
. . imported "TEST1"."TABLE2" 0 KB 0 rows
. . imported "TEST1"."TABLE3" 0 KB 0 rows
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
Processing object type
DATABASE_EXPORT/SCHEMA/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT
Processing object type
DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/COMMENT
Processing object type DATABASE_EXPORT/SCHEMA/PACKAGE/PACKAGE_SPEC
ORA-31684: Object type PACKAGE:"SYSTEM"."DBMS_REPCAT_AUTH"
Processing object type DATABASE_EXPORT/SCHEMA/PROCEDURE/PROCEDURE
ORA-31684: Object type PROCEDURE:"OUTLN"."ORA$GRANT_SYS_SELECT"
ORA-31684: Object type PROCEDURE:"SYSTEM"."ORA$_SYS_REP_AUTH"
Processing object type
DATABASE_EXPORT/SCHEMA/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
Processing object type DATABASE_EXPORT/SCHEMA/PROCEDURE/ALTER_PROCEDURE
Processing object type DATABASE_EXPORT/SCHEMA/VIEW/VIEW
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_WORKLOAD"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_FILTER"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_LOG"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_FILTERINSTANCE"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_RECOMMENDATIONS"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_EVALUATIONS"
ORA-31684: Object type VIEW:"SYSTEM"."MVIEW_EXCEPTIONS"
Processing object type DATABASE_EXPORT/SCHEMA/VIEW/GRANT/OWNER_GRANT/OBJECT_GRANT
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_WORKLOAD"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTER"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_LOG"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTERINSTANCE"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_RECOMMENDATIONS"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_EVALUATIONS"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_EXCEPTIONS"
Processing object type DATABASE_EXPORT/SCHEMA/VIEW/GRANT/CROSS_SCHEMA/OBJECT_GRANT
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_WORKLOAD"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTER"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_LOG"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTERINSTANCE"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_RECOMMENDATIONS"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_EVALUATIONS"
ORA-39111: Dependent object type OBJECT_GRANT:"SYSTEM" skipped, base object type
VIEW:"SYSTEM"."MVIEW_EXCEPTIONS"
Processing object type DATABASE_EXPORT/SCHEMA/VIEW/COMMENT
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_WORKLOAD"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTER"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_LOG"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_FILTERINSTANCE"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_RECOMMENDATIONS"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_EVALUATIONS"
ORA-39111: Dependent object type COMMENT skipped, base object type
VIEW:"SYSTEM"."MVIEW_EXCEPTIONS"
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type DATABASE_EXPORT/SCHEMA/PACKAGE_BODIES/PACKAGE/PACKAGE_BODY
ORA-31684: Object type PACKAGE_BODY:"SYSTEM"."DBMS_REPCAT_AUTH"
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/STATISTICS/TABLE_STATISTICS
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/POST_TABLE_ACTION
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TRIGGER
Processing object type DATABASE_EXPORT/SCHEMA/POST_SCHEMA/PROCACT_SCHEMA
Job "SYSTEM"."SYS_IMPORT_FULL_02" completed with 161 error(s) at 12:13:37

You might also like