imp test/test@orcl file=/backup.dmp full=y --报错
imp test/test@127.0.0.1/orcl file=/backup.dmp full=y --成功
本文记录了一次使用Oracle进行全备导入的测试过程。在测试中发现,通过指定数据库地址为localhost时操作失败,但使用IP地址时则成功完成全备导入。
imp test/test@orcl file=/backup.dmp full=y --报错
imp test/test@127.0.0.1/orcl file=/backup.dmp full=y --成功
715
4418