我在进行克隆数据库操作时,在源选项点下一步出现如下错误: 解决方法: 重新执行$Oracle_HOME/root.sh,问题得到解决. 因数据库安装过程中已执行root.sh,怀疑是重建EM后需要重新执行root.sh,经测试不是,没有找出引起问题的原因. ERROR: NMO not setuid-root (Unix-only)错误的解决方法 1、Was the root.sh script. ran? 1)、停止EM
[oracle@rtest ~]$ emctl stop dbconsoleOracle Enterprise Manager 11g Database Control Release 11.2.0.3.0 Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.https://rtest.localdomain:1158/em/console/aboutApplicationStopping Oracle Enterprise Manager 11g Database Control ... ... Stopped. 2)、运行root.sh
[root@rtest ~]# /u01/app/oracle/product/11.2.0/dbhome_1/root.shPerforming root user operation for Oracle 11g The following environment variables are set as:ORACLE_OWNER= oracleORACLE_HOME= /u01/app/oracle/product/11.2.0/dbhome_1 Enter the full pathname of the local bin directory: [/usr/local/bin]: The contents of "dbhome" have not changed. No need to overwrite.The contents of "oraenv" have not changed. No need to overwrite.The contents of "coraenv" have not changed. No need to overwrite. Entries will be added to the /etc/oratab file as needed byDatabase Configuration Assistant when a database is createdFinished running generic part of root script.Now product-specific root actions will be performed.Finished product-specific root actions. 3)、启动EM
[oracle@rtest ~]$ [oracle@rtest ~]$ emctl start dbconsoleOracle Enterprise Manager 11g Database Control Release 11.2.0.3.0 Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.https://rtest.localdomain:1158/em/console/aboutApplicationStarting Oracle Enterprise Manager 11g Database Control .............. started. ------------------------------------------------------------------Logs are generated in directory /u01/app/oracle/product/11.2.0/dbhome_1/rtest.localdomain_test0924/sysman/log [oracle@rtest ~]$ 2、Check the permission of the nmo and nmb executable found in $ORACLE_HOME/bin or $AGENT_OH/bin. Both should have the following permissions
[oracle@rtest ~]$ cd $ORACLE_HOME/bin[oracle@rtest bin]$ ls -al nmo-rws--x--- 1 root oinstall 44691 Jun 20 08:27 nmo[oracle@rtest bin]$ ls -al nmb-rws--x--- 1 root oinstall 34420 Jun 20 08:30 nmb更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12Oracle 11g New 使用RMAN 增强功能Oracle DB 使用RMAN恢复目录相关资讯 setuid-root Unix-only 本文评论 查看全部评论 (0)