(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
Physical backups backup datafiles. Use RMAN for this
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
All modes support DDL-only or DDL and data
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
C:\>exp system/dave@angela owner=dave compress=n file=c:\backup\dave.dmp
consistent=y log=c:\backup\dave.log
Export: Release 9.2.0.1.0 - Production on Mon Jun 9 10:21:15 2003
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 DAVE's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export DAVE's tables via Conventional Path ...
. . exporting table ALL_MY_DDL 2 rows exported
. . exporting table BLOB_TABLE 0 rows exported
. . exporting table CUST 0 rows exported
. . exporting table CUSTOMER 14 rows exported
Output messages
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
C:\>exp parfile=c:\backup\dave.par
[oracle@Dev]$ exp system/dave file=fulldb full=y consistent=y
C:\>exp system/dave@angela owner=dave file=c:\backup\dave.dmp consistent=y
log=c:\backup\dave.log flashback_scn=13211585
C:\>exp system/dave@angela . . .
flashback_time='"2003-06-09 11:00:00"'
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
C:\>exp system/dave@angela tablespaces=users consistent=y
C:\>exp system/dave@angela tables=dave.t%
C:\>exp system/dave@angela tables=dave.t2
query=\"where status='VALID'\"
C:\>exp system/dave@angela full=y file=c:\backup\dave.dmp consistent=y direct=y
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
C:\>imp system/dave@angela file=c:\backup\dave.dmp full=y
C:\>imp system/dave@angela file=c:\backup\dave.dmp fromuser=dave
C:\>imp system/dave@angela file=c:\backup\dave.dmp fromuser=dave touser=davetest
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).
(If applicable)
Other Text:
(Examples or comments displayed on slide, if any).