求LINUX脚本,从ftp下载dmp文件,再导入到本机的oracle数据库中,脚本该怎么写啊?

2024-12-25 07:49:14
推荐回答(1个)
回答1:

编辑shell内容如下:
ftp -n xxx.xxx.xxx.xxx<user username password
bin
mget xx.dmp
bye
EOF
imp xxx/xxx@xxx file=xx.dmp log=imp.log full=y ignore=y ......