li
  当前位置:主页 > 备份恢复 > 文章内容
li
Solaris8上安装RAC10202环境(五) (5)
来源: http://yangtingkun.itpub.net/  作者: yangtingkun    时间:2008-01-26   阅读:5  
本文章共8081字,分6页,当前第5页,快速翻页:
 

DOC> WHERE job_name like 'UTL_RECOMP_SLAVE_%';
DOC>#

TIMESTAMP
--------------------------------------------------------------------------------
COMP_TIMESTAMP UTLRP_END 2007-03-15 16:50:43
DOC> The following query reports the number of objects that have compiled
DOC> with errors (objects that compile with errors have status set to 3 in
DOC> obj$). If the number is higher than expected, please examine the error
DOC> messages reported with each object (using SHOW ERRORS) to see if they
DOC> point to system misconfiguration or resource constraints that must be
DOC> fixed before attempting to recompile these objects.
DOC>#

OBJECTS WITH ERRORS
-------------------
0
DOC> The following query reports the number of errors caught during
DOC> recompilation. If this number is non-zero, please query the error
DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
DOC> are due to misconfiguration or resource constraints that must be
DOC> fixed before objects can compile successfully.
DOC>#

ERRORS DURING RECOMPILATION
---------------------------
0

如果已经配置了RMAN,可以通过UPGRADE CATALOG来升级CATALOG

下面可以修改cluster_database参数,重新启动数据库。

SQL> alter system set cluster_database = true scope = spfile;
SQL> shutdown immediate
数据库已经关闭。已经卸载数据库。
ORACLE
例程已经关闭。
SQL> startup
ORACLE
例程已经启动。

Total System Global Area 2147483648 bytes
Fixed Size 2030296 bytes
Variable Size 553649448 bytes
Database Buffers 1577058304 bytes
Redo Buffers 14745600 bytes
数据库装载完毕。数据库已经打开。

也可以使用srvctl启动整个RAC数据库:

$ srvctl start db -d testrac

如果需要,可以执行changePerm.sh脚本,开放Oraclelib的访问权限给其他用户组。

对于RAC环境需要在两个节点下执行:

$ . changePerm.sh

-------------------------------------------------------------------------------
Disclaimer: The purpose of this script is to relax permissions on some of the
files in the database Oracle Home so that all clients can access them.
Please note that Oracle Corporation recommends using the most restrictive file

www.ixdba.net


permissions as possible for your given implementation. Running this script
should be done only after considering all security ramifications.
-------------------------------------------------------------------------------

-n Do you wish to continue (y/n) [n]:
y
/usr/bin/find: cannot open lib/stubs: No such file or directory
Finished running the script successfully
Please see /tmp/changePerm_err.log for errors and /tmp/changePerm.log for the log of events

检查一下V$VERSION视图:

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
PL/SQL Release 10.2.0.2.0 - Production
CORE 10.2.0.2.0 Production
TNS for Solaris: Version 10.2.0.2.0 - Production
NLSRTL Version 10.2.0.2.0 - Production

SQL> select * from gv$version;

INST_ID BANNER
---------- ----------------------------------------------------------------



阅读更多内容<<上一页 · 1 · 2 · 3 · 4 · 5 · 6 · 下一页>>


  上一篇: Solaris8上安装RAC10202环境(三...   下一篇: Solaris8上安装RAC10202环境(二...
li
 §相关评论  
 热点文章

·Oracle数据库远程复制与异地容
·Oracle 11g备份恢复功能增强
·UNDO表空间的ORA-1122错误解决
·UNDO表空间的ORA-1122错误解决
·UNDO表空间的ORA-1122错误解决
·使用Flashback Query 恢复误删
·如何开启/关闭oracle的归档
·Rman的format格式中的%s类似的
·怎么样创建RMAN恢复目录
·ORA-01843:无效的月份,这个是
·ORA-01843:无效的月份
li
 编辑推荐
·Oracle数据库远程复制与异地容
·Oracle 11g备份恢复功能增强
·UNDO表空间的ORA-1122错误解决
·UNDO表空间的ORA-1122错误解决
·UNDO表空间的ORA-1122错误解决
·使用Flashback Query 恢复误删
·如何开启/关闭oracle的归档
·Rman的format格式中的%s类似的
·怎么样创建RMAN恢复目录
·ORA-01843:无效的月份,这个是
·ORA-01843:无效的月份
li
 相关篇章
·Solaris8上安装RAC10202环境(三...
·Solaris8上安装RAC10202环境(四...
·Solaris8上安装RAC10202环境(六...
·RAC连接的问题ORA-12545
·RAC User Equivalence Check Fai...
·RAC连接的问题ORA-12545(二)
·Oracle srvctl的小bug
·ORA-17447错误
·一次ASM环境故障解决
·Solaris10下安装Oracle10203RAC环...
·Solaris8上安装RAC10202环境(二...
·Oracle 10gr2 Bug 4437727
·Solaris8上安装RAC10202环境(一...
·DBCA建库报错ORA-119
·安装Oracle11106 for Solaris 10
·10201使用DBUA升级报错共享池不足
·使用DBUA升级出现ORA-1708错误
·Windows环境中同时安装Oracle9i ...
·Oracle 11.1.0.6 for linux X86 ...
·Oracle 11.1.0.6 for linux X86 ...
 
li
设为首页 | 关于我们 | 技术服务 | 收藏本站 | 网站地图 | 联系方式 | 本站友情连接