日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 人文社科 > 生活经验 >内容正文

生活经验

oracle 10.2.0.4 rac emca,ORACLE 10G RAC升级10.2.0.4报错

發布時間:2023/11/27 生活经验 27 豆豆
生活随笔 收集整理的這篇文章主要介紹了 oracle 10.2.0.4 rac emca,ORACLE 10G RAC升级10.2.0.4报错 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

升級ORACLE CLUSTERWARE執行root102.sh時報如下錯誤:

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

/sbin/init.d/init.cssd[757]: 22886 Killed

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

/sbin/init.d/init.cssd[763]: 22949 Killed

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

/sbin/init.d/init.cssd[763]: 23005 Killed

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

/sbin/init.d/init.cssd[763]: 23127 Killed

/usr/lib/hpux64/dld.so: Unable to find library 'libclntsh.so.10.1'.

/sbin/init.d/init.cssd[763]: 23184 Killed

解決方法:

修改'libclntsh.so.10.1' and 'libttsh10.so'文件的權限為755,owner為oracle.

重新執行root102.sh即可。

接下來就是升級db software以及數據字典即可。

通過dbua或手工升級。

11.??? For Oracle RAC installations:

a.??? Use SQL*Plus to log in to the database as the SYS user with SYSDBA privileges:

b.??? $ sqlplus /nolog

c.??? SQL> CONNECT SYS AS SYSDBA

d.??? Enter password: SYS_password

e.??? SQL> STARTUP NOMOUNT

f.??? Set the CLUSTER_DATABASE initialization parameter to FALSE:

g.??? SQL> ALTER SYSTEM SET CLUSTER_DATABASE=FALSE SCOPE=spfile;

h.??? Shut down the database:

i.??? SQL> SHUTDOWN

12.??? Enter the following SQL*Plus commands:

13.??? SQL> STARTUP UPGRADE

14.??? SQL> SPOOL patch.log

15.??? SQL> @?/rdbms/admin/catupgrd.sql

16.??? SQL> SPOOL OFF

17.??? Review the patch.log file for errors and inspect the list of components that is displayed at the end of catupgrd.sql script.

This list provides the version and status of each SERVER component in the database.

18.??? If necessary, rerun the catupgrd.sql script after correcting any problems.

19.??? Restart the database:

20.??? SQL> SHUTDOWN IMMEDIATE

21.??? SQL> STARTUP

22.??? Run the utlrp.sql script to recompile all invalid PL/SQL packages now instead of when the packages are accessed for the first time. This step is optional but recommended.

23.??? SQL> @?/rdbms/admin/utlrp.sql

24.

Note:

When the 10.2.0.4 patch set is applied to an Oracle10g Standard Edition database, there may be 54 invalid objects after the utlrp.sql script runs. These objects belong to the unsupported components and do not affect the database operation.

Ignore any messages indicating that the database contains invalid recycle bin objects similar to the following:

BIN$4lzljWIt9gfgMFeM2hVSoA==$0

25.??? Run the following command to check the status of all the components after the upgrade:

26.??? SQL> SELECT COMP_NAME, VERSION, STATUS FROM SYS.DBA_REGISTRY;

In the output of the preceding command, the status of all the components should be VALID for a successful upgrade.

27.??? If you are using the Oracle Recovery Manager catalog, enter the following command:

28.??? $ rman catalog username/password@alias

29.??? RMAN> UPGRADE CATALOG;

30.??? For Oracle RAC installations:

a.??? Set the CLUSTER_DATABASE initialization parameter to TRUE:

b.??? ?SQL> ALTER SYSTEM SET CLUSTER_DATABASE=TRUE SCOPE=spfile;

c.??? Restart the database:

d.??? SQL> SHUTDOWN IMMEDIATE

e.??? SQL> STARTUP

f.??? Start any database services that you want to use:

g.??? $ srvctl start service -d db_name -s service_name

31.??? To configure and secure Enterprise Manager follow these steps:

Ensure the database and Listener are operational.

o??? In the case of a single instance, execute

o??? emca -upgrade db

o??? In the case of Oracle Real Application Clusters (RAC), execute

o??? emca -upgrade db -cluster

閱讀(1315) | 評論(0) | 轉發(0) |

總結

以上是生活随笔為你收集整理的oracle 10.2.0.4 rac emca,ORACLE 10G RAC升级10.2.0.4报错的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。