说明
- 变量使用 {} 包裹,真实环境需要根据实际情况进行修改!
- 在安装oracle环境的机器上打开终端:cmd(windows)或 zsh(mac)。
导出
exp {username}/{password}@{ip}/{instance} ownner= {tablespacename} file={yourpathto/filename.dmp}
导入
imp {username}/{password}@{ip}/{instance} file={yourpathto/filename.dmp} fromuser={username}
touser={username} ignore=y