Sunteți pe pagina 1din 12

microsoft windows xp [version 5.1.

2600]
(c) copyright 1985-2001 microsoft corp.

c:\documents and settings\ponnusamy>d:

d:\>exp scott/tiger tables=emp file='d:/e1.dmp'

export: release 9.2.0.1.0 - production on mon may 19 09:24:43 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified tables via conventional path ...


. . exporting table emp 28672 rows exported
export terminated successfully without warnings.

d:\>imp scott/tiger tables=emp file='d:/e1.dmp'

import: release 9.2.0.1.0 - production on mon may 19 09:26:29 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterconn prise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path


import done in we8mswin1252 character set and al16utf16 nchar character set
. importing scott's objects into scott
. . importing table "emp" 28672 rows imported
about to enable constraints...
import terminated successfully without warnings.

d:\>imp praveen/sql file='d:/e1.dmp'

import: release 9.2.0.1.0 - production on mon may 19 09:29:14 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path

warning: the objects were exported by scott, not by you

import done in we8mswin1252 character set and al16utf16 nchar character set
. importing scott's objects into praveen
import terminated successfully without warnings.
d:\>imp praveen/sql file='d:/e1.dmp' fromuser=scott touser=praveen

import: release 9.2.0.1.0 - production on mon may 19 09:29:37 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path

warning: the objects were exported by scott, not by you

import done in we8mswin1252 character set and al16utf16 nchar character set
. . importing table "emp" 28672 rows imported
imp-00017: following statement failed with oracle error 942:
"alter table "emp" add constraint "fk_deptno" foreign key ("deptno") referen"
"ces "dept" ("deptno") enable novalidate"
imp-00003: oracle error 942 encountered
ora-00942: table or view does not exist
about to enable constraints...
imp-00017: following statement failed with oracle error 2430:
"alter table "emp" enable constraint "fk_deptno""
import terminated successfully with warnings.

d:\>exp system/oracle owner=scott file='d:/e2.dmp'

export: release 9.2.0.1.0 - production on mon may 19 09:31:30 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified users ...


. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user scott
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user scott
about to export scott's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
exp-00056: oracle error 25153 encountered
ora-25153: temporary tablespace is empty
ora-06512: at "sys.dbms_lob", line 424
ora-06512: at "sys.dbms_metadata", line 1140
ora-06512: at line 1
exp-00000: export terminated unsuccessfully

d:\>exp system/oracle owner=scott file='d:/e2.dmp'


export: release 9.2.0.1.0 - production on mon may 19 09:33:08 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified users ...


. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user scott
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user scott
about to export scott's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export scott's tables via conventional path ...
. . exporting table bonus 0 rows exported
. . exporting table dept 4 rows exported
. . exporting table emp 28672 rows exported
. . exporting table salgrade 5 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
export terminated successfully without warnings.

d:\>exp system/oracle owner=scott file='d:/e2.dmp' fromuser=scott touser=praveen

lrm-00101: unknown parameter name 'fromuser'

exp-00019: failed to process parameters, type 'exp help=y' for help


exp-00000: export terminated unsuccessfully

d:\>imp system/oracle owner=scott file='d:/e2.dmp' fromuser=scott touser=praveen

lrm-00101: unknown parameter name 'owner'

imp-00022: failed to process parameters, type 'imp help=y' for help


imp-00000: import terminated unsuccessfully

d:\>imp system/oracle file='d:/e2.dmp' fromuser=scott touser=praveen


import: release 9.2.0.1.0 - production on mon may 19 09:34:34 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path


import done in we8mswin1252 character set and al16utf16 nchar character set
. importing scott's objects into praveen
. . importing table "bonus" 0 rows imported
. . importing table "dept" 4 rows imported
. . importing table "emp" 28672 rows imported
. . importing table "salgrade" 5 rows imported
about to enable constraints...
import terminated successfully without warnings.

d:\>exp system/oracle owner=scott file='d:/e3.dmp' rows=n

export: release 9.2.0.1.0 - production on mon may 19 09:35:06 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set
note: table data (rows) will not be exported

about to export specified users ...


. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user scott
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user scott
about to export scott's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export scott's tables via conventional path ...
. . exporting table bonus
. . exporting table dept
. . exporting table emp
. . exporting table salgrade
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
export terminated successfully without warnings.

d:\>exp system/oracle

export: release 9.2.0.1.0 - production on mon may 19 09:35:18 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
enter array fetch buffer size: 4096 >

export file: expdat.dmp > d:/e4.dmp

(1)e(ntire database), (2)u(sers), or (3)t(ables): (2)u > u

export grants (yes/no): yes > y

export table data (yes/no): yes > y

compress extents (yes/no): yes > y

export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified users ...


user to be exported: (return to quit) > scott

user to be exported: (return to quit) > hr

user to be exported: (return to quit) > praveen

user to be exported: (return to quit) >

. exporting pre-schema procedural objects and actions


. exporting foreign function library names for user scott
. exporting foreign function library names for user hr
. exporting foreign function library names for user praveen
. exporting public type synonyms
. exporting private type synonyms
. exporting public type synonyms
. exporting private type synonyms
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user scott
. exporting object type definitions for user hr
. exporting object type definitions for user praveen
about to export scott's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export scott's tables via conventional path ...
. . exporting table bonus 0 rows exported
. . exporting table dept 4 rows exported
. . exporting table emp 28672 rows exported
. . exporting table salgrade 5 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
about to export hr's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export hr's tables via conventional path ...
. . exporting table countries 25 rows exported
. . exporting table departments 27 rows exported
. . exporting table employees 107 rows exported
. . exporting table jobs 19 rows exported
. . exporting table job_history 10 rows exported
. . exporting table locations 23 rows exported
. . exporting table regions 4 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
about to export praveen's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export praveen's tables via conventional path ...
. . exporting table bonus 0 rows exported
. . exporting table dept 4 rows exported
. . exporting table emp 28672 rows exported
. . exporting table salgrade 5 rows exported
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
. exporting posttables actions
. exporting materialized views
. exporting snapshot logs
. exporting job queues
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
export terminated successfully without warnings.

d:\>imp system/oracle file='d:/e4.dmp' fromuser=hr,scott,praveen touser=ps,thiru


,vel

import: release 9.2.0.1.0 - production on mon may 19 09:38:40 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path


import done in we8mswin1252 character set and al16utf16 nchar character set
. importing scott's objects into thiru
. importing hr's objects into ps
. importing praveen's objects into vel
. importing scott's objects into thiru
. . importing table "bonus" 0 rows imported
. . importing table "dept" 4 rows imported
. . importing table "emp" 28672 rows imported
. . importing table "salgrade" 5 rows imported
. importing hr's objects into ps
. . importing table "countries" 25 rows imported
. . importing table "departments" 27 rows imported
. . importing table "employees" 107 rows imported
. . importing table "jobs" 19 rows imported
. . importing table "job_history" 10 rows imported
. . importing table "locations" 23 rows imported
. . importing table "regions" 4 rows imported
. importing praveen's objects into vel
. . importing table "bonus" 0 rows imported
. . importing table "dept" 4 rows imported
. . importing table "emp" 28672 rows imported
. . importing table "salgrade" 5 rows imported
. importing scott's objects into thiru
. importing hr's objects into ps
. importing praveen's objects into vel
. importing hr's objects into ps
about to enable constraints...
. importing scott's objects into thiru
. importing hr's objects into ps
. importing praveen's objects into vel
import terminated successfully without warnings.
d:\>imp system/oracle file='d:/e4.dmp' fromuser=hr,scott,praveen touser=anbu

import: release 9.2.0.1.0 - production on mon may 19 09:39:51 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path


import done in we8mswin1252 character set and al16utf16 nchar character set
. importing scott's objects into scott
. importing hr's objects into anbu
. importing praveen's objects into praveen
. importing scott's objects into scott
imp-00015: following statement failed because the object already exists:
"create table "bonus" ("ename" varchar2(10), "job" varchar2(9), "sal" number"
", "comm" number) pctfree 10 pctused 40 initrans 1 maxtrans 255 storage(ini"
"tial 65536 freelists 1 freelist groups 1) logging nocom"
"press"
imp-00015: following statement failed because the object already exists:
"create table "dept" ("deptno" number(2, 0), "dname" varchar2(14), "loc" var"
"char2(13)) pctfree 10 pctused 40 initrans 1 maxtrans 255 storage(initial 6"
"5536 freelists 1 freelist groups 1) logging nocompress"
imp-00015: following statement failed because the object already exists:
"create table "emp" ("empno" number(4, 0), "ename" varchar2(10), "job" varch"
"ar2(9), "mgr" number(4, 0), "hiredate" date, "sal" number(7, 2), "comm" num"
"ber(7, 2), "deptno" number(2, 0)) pctfree 10 pctused 40 initrans 1 maxtran"
"s 255 storage(initial 65536 freelists 1 freelist groups 1) "
" logging nocompress"
imp-00015: following statement failed because the object already exists:
"create table "salgrade" ("grade" number, "losal" number, "hisal" number) p"
"ctfree 10 pctused 40 initrans 1 maxtrans 255 storage(initial 65536 freelist"
"s 1 freelist groups 1) logging nocompress"
. importing hr's objects into anbu
. . importing table "countries" 25 rows imported
. . importing table "departments" 27 rows imported
. . importing table "employees" 107 rows imported
. . importing table "jobs" 19 rows imported
. . importing table "job_history" 10 rows imported
. . importing table "locations" 23 rows imported
. . importing table "regions" 4 rows imported
. importing praveen's objects into praveen
imp-00015: following statement failed because the object already exists:
"create table "bonus" ("ename" varchar2(10), "job" varchar2(9), "sal" number"
", "comm" number) pctfree 10 pctused 40 initrans 1 maxtrans 255 storage(ini"
"tial 65536 freelists 1 freelist groups 1) logging nocom"
"press"
imp-00015: following statement failed because the object already exists:
"create table "dept" ("deptno" number(2, 0), "dname" varchar2(14), "loc" var"
"char2(13)) pctfree 10 pctused 40 initrans 1 maxtrans 255 storage(initial 6"
"5536 freelists 1 freelist groups 1) logging nocompress"
imp-00015: following statement failed because the object already exists:
"create table "emp" ("empno" number(4, 0), "ename" varchar2(10), "job" varch"
"ar2(9), "mgr" number(4, 0), "hiredate" date, "sal" number(7, 2), "comm" num"
"ber(7, 2), "deptno" number(2, 0)) pctfree 10 pctused 40 initrans 1 maxtran"
"s 255 storage(initial 65536 freelists 1 freelist groups 1) "
" logging nocompress"
imp-00015: following statement failed because the object already exists:
"create table "salgrade" ("grade" number, "losal" number, "hisal" number) p"
"ctfree 10 pctused 40 initrans 1 maxtrans 255 storage(initial 65536 freelist"
"s 1 freelist groups 1) logging nocompress"
. importing hr's objects into anbu
about to enable constraints...
import terminated successfully with warnings.

d:\>imp system/oracle file='d:/e4.dmp' touser=anbu

import: release 9.2.0.1.0 - production on mon may 19 09:41:03 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

export file created by export:v09.02.00 via conventional path


import done in we8mswin1252 character set and al16utf16 nchar character set
imp-00031: must specify full=y or provide fromuser/touser or tables arguments
imp-00000: import terminated unsuccessfully

d:\>
d:\>exp vel/iim26oracle@iim file='d:/vel.dmp'

export: release 9.2.0.1.0 - production on mon may 19 09:42:42 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user vel
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user vel
about to export vel's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
exp-00056: oracle error 19206 encountered
ora-19206: invalid value for query or ref cursor parameter
ora-06512: at "sys.dbms_xmlgen", line 83
ora-06512: at "sys.dbms_metadata", line 345
ora-06512: at "sys.dbms_metadata", line 410
ora-06512: at "sys.dbms_metadata", line 449
ora-06512: at "sys.dbms_metadata", line 1156
ora-06512: at "sys.dbms_metadata", line 1141
ora-06512: at line 1
exp-00000: export terminated unsuccessfully
d:\>exp scott/tiger@iim file='d:/vel.dmp'

export: release 9.2.0.1.0 - production on mon may 19 09:43:22 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user scott
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user scott
about to export scott's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
exp-00056: oracle error 19206 encountered
ora-19206: invalid value for query or ref cursor parameter
ora-06512: at "sys.dbms_xmlgen", line 83
ora-06512: at "sys.dbms_metadata", line 345
ora-06512: at "sys.dbms_metadata", line 410
ora-06512: at "sys.dbms_metadata", line 449
ora-06512: at "sys.dbms_metadata", line 1156
ora-06512: at "sys.dbms_metadata", line 1141
ora-06512: at line 1
exp-00000: export terminated unsuccessfully

d:\>conn
'conn' is not recognized as an internal or external command,
operable program or batch file.

d:\>sqlplus

sql*plus: release 9.2.0.1.0 - production on mon may 19 09:43:38 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

enter user-name: scott/tiger@iim

connected to:
oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

sql> exit
disconnected from oracle9i enterprise edition release 9.2.0.1.0 - production
with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production

d:\>exp scott/tiger@iim file='d:/vel.dmp' tables=emp

export: release 9.2.0.1.0 - production on mon may 19 09:44:16 2008


copyright (c) 1982, 2002, oracle corporation. all rights reserved.

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified tables via conventional path ...


. . exporting table emp 7 rows exported
export terminated successfully without warnings.

d:\>exp sureshv@iim file='d:/vel1.dmp' owner=vel

export: release 9.2.0.1.0 - production on mon may 19 09:45:08 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

password:

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set

about to export specified users ...


. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user vel
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user vel
about to export vel's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
exp-00056: oracle error 19206 encountered
ora-19206: invalid value for query or ref cursor parameter
ora-06512: at "sys.dbms_xmlgen", line 83
ora-06512: at "sys.dbms_metadata", line 345
ora-06512: at "sys.dbms_metadata", line 410
ora-06512: at "sys.dbms_metadata", line 449
ora-06512: at "sys.dbms_metadata", line 1156
ora-06512: at "sys.dbms_metadata", line 1141
ora-06512: at line 1
exp-00000: export terminated unsuccessfully

d:\>exp system@iim file='d:/vel1.dmp' owner=vel

export: release 9.2.0.1.0 - production on mon may 19 09:45:28 2008

copyright (c) 1982, 2002, oracle corporation. all rights reserved.

password:

connected to: oracle9i enterprise edition release 9.2.0.1.0 - production


with the partitioning, olap and oracle data mining options
jserver release 9.2.0.1.0 - production
export done in we8mswin1252 character set and al16utf16 nchar character set
about to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user vel
. exporting public type synonyms
. exporting private type synonyms
. exporting object type definitions for user vel
about to export vel's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
exp-00056: oracle error 19206 encountered
ora-19206: invalid value for query or ref cursor parameter
ora-06512: at "sys.dbms_xmlgen", line 83
ora-06512: at "sys.dbms_metadata", line 345
ora-06512: at "sys.dbms_metadata", line 410
ora-06512: at "sys.dbms_metadata", line 449
ora-06512: at "sys.dbms_metadata", line 1156
ora-06512: at "sys.dbms_metadata", line 1141
ora-06512: at line 1
exp-00000: export terminated unsuccessfully

d:\>exp system@iim file='d:/vel1.dmp' owner=vel

S-ar putea să vă placă și