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

相关文章
相关标签/搜索