imp test/test@orcl file=/backup.dmp full=y --报错
imp test/test@127.0.0.1/orcl file=/backup.dmp full=y --成功
Oracle导入全备测试
本文记录了一次使用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