数据库
首页 > 数据库> > oracle 导出导入 dmp表

oracle 导出导入 dmp表

作者:互联网

exp scott/tiger@ORCL file=e:\gc.dmp tables=(ACCT_INC_LED_D,ACCT_PAY_LED_D,EMP_BAS_INFO_B,EMP_CLCT_DETL_D,EMP_INSU_D,INSU_EMP_INFO_B,OPSP_REG_D,PSN_CLCTSTD_D,PSN_INFO_B,PSN_INSU_D,REFL_APPY_D,STAF_PSN_CLCT_DETL_D)

导入

imp MLTEST/MLTEST@ORCL file=e:\gc.dmp full=y ignore=y

账户 

 

标签:INFO,PSN,dmp,导入,EMP,file,oracle,INSU
来源: https://blog.csdn.net/weixin_46809332/article/details/120180430