exp system/oracle@charge TABLE=scott.dept,scott.emp FILE=tab1.dmp
用system用戶(hù)(密碼是oracle)登錄charge庫,將scott.dept跟scott.emp這2個(gè)表導出到tab1.dmp
imp scott/oracle@charge FILE=tab2.dmp TABLES=dept,emp(這邊應該是個(gè)逗號吧)
用scott用戶(hù)導入tab2.dmp文件中的dept,emp表
imp system/oracle@charge FILE=tab2.dmp TABLES=dept.emp FROMUSER=scott TOUSER=system
用scott用戶(hù)登錄,將tab2.dmp中的dept,emp表從scott用戶(hù)導入到system用戶(hù)
本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請
點(diǎn)擊舉報。