« WHERE command for DOS | Home | Oracle: export/import using compressed file »
Oracle: export as sysdba
The following trick could be used, if You want to start Oracle export as sysdba: use double quotes around the single quotes.
exp userid=" '/ as sysdba' " parfile=exp.par
Possible parameter file:
file=mydump.dmp
compress=n
log=mydump.log
direct=y
full=n
owner=SCOTT
consistent=y
feedback=10000
compress=n
log=mydump.log
direct=y
full=n
owner=SCOTT
consistent=y
feedback=10000
Topics: Oracle | Submitter: checkthis
Comments
You must be logged in to post a comment.