Oracle 软件版本: 10.2.0.5Oracle安装目录:/u01通过lync方式把Oracle整个目录从源服务器拷贝到目标服务器。按理说,软件迁移不会导致很严重的错误,但是通过sqlplus连接到oracle,计划启动数据库的时候报告: ORA-15180: Could not open dynamic library odm library, error
[Failed to expand the library nam]网上查询说是libodm10.so失去连接将会导致这个错误。$ cd $ORACLE_HOME/lib
$ ls -l libodm*
lrwxrwx— 1 oracle oinstall 12 Apr 14 2007 libodm10.so -> libodmo
-rwxr-xr-x 1 oracle oinstall 67696 Feb 13 2007 libodmd10.soora-15180错误解释:Error: ORA-15180 (ORA-15180)
Text: Could not open dynamic library %s, error [%s]
—————————————————————————
Cause: The library was not accessible
Action: Correct the permissions of the library and try again.解决措施:建立link即可; ln -s libodmd10.so libodm10.so解决方法来自互联网。Oracle控制文件损坏恢复Oracle rman备份异机恢复相关资讯 Oracle迁移
- Oracle海量数据迁移之使用shell启 (09/10/2014 06:21:19)
- Oracle 10.2.0.5 64位RMAN迁移到11 (07/29/2013 08:36:05)
- Oracle简单数据迁移脚本 (08/11/2012 17:09:45)
| - Oracle备份一个用户并迁移 (05/17/2014 05:43:05)
- Oracle 10g 10.2.0.1 32位迁移升级 (07/27/2013 04:53:55)
|
本文评论 查看全部评论 (0)