EXP/EXPDP, IMP/IMPDP應用

EXP/EXPDP, IMP/IMPDP應用 sql

exp name/pwd@dbname file=filename.dmp tables=tablename rows=y indexes=n triggers=n grants=n

$ sqlplus username/password@hostname:port/SERVICENAME spa

OR code

$ sqlplus username
Enter password: password@//hostname:port/SERVICENAME table

OR class

$ sqlplus /nolog
SQL> connect username/password@hostname:port/SERVICENAME file

相關文章
相關標籤/搜索