通过IIS连接oracle时报“Could not load file or assembly 'Oracle.DataAccess, Version=2.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.” 原因:IIS的应用池配置的是64位.net frame.但引用的Oracle.Da…
针对于oracle升级从11.2.0.4升级至12.1.0.1,遇到的问题解决. 运行/oracle/app/product/12.1.0.1/dbhome_1/bin/dbua 后 在选择数据库home目录时,没有值显示,即 Source oracle home 不存在 解决方式: su root vi /etc/oratab 添加orcl:/oracle/app/product/11.2.0/dbhome_1:N即可解决…