Oracle常见问题及其解决方法(doc 10页)iSQL*Plus URL:http://10.10.43.137:5560/isqlplusEnteprise Manager 10g Database Control URL:http://information:5500/emOracleDBConsoleorcl不能启动,报错误码2解决策略解决策略一:修改你的主机参数文件修改一下:C:\WINDOWS\system32\drivers\etc下的host文件.如果没有的话就自己加一个IP和你的计算机名对应,如果已有了就把你的IP地址和你的计算机名对应起来.如:# copyright (c) 1993-1999 microsoft corp.## this is a sample hosts file used by microsoft tcp/ip for windows.## this file contains the mappings of ip addresses to host names. each# entry should be kept on an individual line. the ip address should# be placed in the first column followed by the corresponding host name.# the ip address and the host name should be separated by at least one# space.## additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.## for example:## 102.54.94.97 # source server# 38.25.63.10 # x client host127.0.0.1 localhost10.10.43.137 information解决策略二:启动电脑,到登陆界面,电脑报有个服务启动失败,电脑没有新装软件,周六还没有问题,怎么突然报这个错误?于是到事件查看器中看看什么问题,显示是OracleDBConsoleorcl启动失败,到服务里一看,确实没有启动。
手动启动一下,报错误码2我装的是10g,于是到ORACLEproduct10.2.0db_1test_orclsysmanlog目录看一下log里写了什么,打开OracleDBConsoleorclsrvc.log.log最后记录的是:日志让看emdbconsole.nohup文件,目录里没有这个文件呀。
手动执行一下emctl.bat,于是启动控制台,执行emctl.bat istart dbconsole,报错,ORACLE_SID 没有定义,打开emctl.bat看看,这里是定义环境变量的地方,其中已经设置了这些:if not defined REMOTE_EMDROOT (set ORACLE_HOME=Ec:oracleproduct10.2.0db_1)if not defined REMOTE_EMDROOT (set EMDROOT=%ORACLE_HOME%)if defined REMOTE_EMDROOT (set ORACLE_HOME=%REMOTE_EMDROOT%)if defined REMOTE_EMDROOT (set EMDROOT=%ORACLE_HOME%)if defined REMOTE_EMDROOT (set LOCAL_EMDROOT=c:oracleproduct10.2.0db_1)……后边还有一条设置:if not defined DBCONSOLE_SERVICE_NAME (set DBCONSOLE_SERVICE_NAME=OracleDBConsole%ORACLE_SID%),用到了ORACLE_SID,但没有看到前面设置,只能手动设置ORACLE_SID试试,于是加了一条设置:if defined REMOTE_EMDROOT (set ORACLE_SID=orcl) orcl是我的数据库实例名到服务中启动OracleDBConsoleorcl,ok,没有报错;重新启动计算机,也没有报错,OracleDBConsoleorcl服务也启动了。
系统出错的解决今天机器死机了,然后OracleDBConsoleORCL服务就起不来了,在一阵瞎搞后,还终于被我找到了解决办法,方法如下:运行Database Configuration Assistant程序,选择“配置数据库选项”重新配置Database Control 配置工具,配置完后端口号会变(我原来是1158,后来被改为5500),可以在.\oracle\product\10.2.0\db_1 \cfgtoollogs\emca\orcl\文件夹下,最后生成的一个日志文件下找到新的Database Control 的URL;运行即可。
原来经常改IP会导致OracleDBConsoleORCL无法启动,一下是正规的解决方案:修改你的主机参数文件修改一下:C:\WINDOWS\system32\drivers\etc下的host文件.如果没有的话就自己加一个IP和你的计算机名对应,如果已有了就把你的IP地址和你的计算机名对应起来.如:# copyright (c) 1993-1999 microsoft corp.## this is a sample hosts file used by microsoft tcp/ip for windows.## this file contains the mappings of ip addresses to host names. each# entry should be kept on an individual line. the ip address should# be placed in the first column followed by the corresponding host name.# the ip address and the host name should be separated by at least one# space.## additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.系统找不到指定的路径。
////以上是启动时的错误,我的数据库是oracle10.2.0.1.0 的版本解决方法:在命令行输入$ emca –config dbcontrol db输入以下信息:SID:XXXXListener port number: 1521Sys 口令:******……好了,再次emctl start dbconsole EM就可以正常运行了!Oracle 10gR2–EMCA常用命令在10g 中,我们可能会经常遇到OEM不能正常使用的问题,但导致问题的原因不尽相同,最后绝大多数问题可以通过emca 这个命令来解决,详细的说明可以查看连机帮助,下面给出一些常用的命令,及实例步骤.创建一个EM资料库emca -repos create重建一个EM资料库emca -repos recreate删除一个EM资料库emca -repos drop配置数据库的 Database Controlemca -config dbcontrol db删除数据库的 Database Control配置emca -deconfig dbcontrol db重新配置db control的端口,默认端口在1158emca -reconfig portsemca -reconfig ports -dbcontrol_http_port 1160emca -reconfig ports -agent_port 3940先设置ORACLE_SID环境变量后,启动EM console服务emctl start dbconsole先设置ORACLE_SID环境变量后,停止EM console服务emctl stop dbconsole先设置ORACLE_SID环境变量后,查看EM console服务的状态emctl status dbconsole配置dbconsole的步骤emca -repos createemca -config dbcontrol dbemctl start dbconsole重新配置dbconsole的步骤emca -repos dropemca -repos createemca -config dbcontrol dbemctl start dbconsoleOracle建立数据的方法方法一:打开命令提示符,进入DOS后输入dgmgrl方法二:SQL*Plus命令行方式方法三:数据库配置助手(DBCA,database configuation assistant)图形方式方法四:网络配置助手(ONCA,Oracle net configuration Assistant)与网络管理器(ONM,Oracle Net Manager)图形方式方法五:企业管理器(OEM)图形方式启动和关闭数据库数据库的启动与关闭与例程(instance)的启动和关闭是有区别的,它们并不是一回事。
严格地讲,后者是前者的一个步骤,而不是全部。
但由于它们是紧密相连的,所以在实际中往往将它们等同起来。
在启动数据库之前应该启动监听程序,否则就不能利用命令行方式来管理数据库,包括启动和关闭数据库。
虽然数据库正常运行,但如果没有启动监听程序,客户端就不能连接到数据库,在服务器端就不能使用OEM和iSQL*Plus工具。
启动和关闭监听程序可以使用命令行方式,也可以在windows服务中启动和关闭,结果一样。
例如可以在命令提示符下,输入 lsnrctl start 来启动用lsnrctl stop来关闭。
也可以在计算机管理服务中对OracleOraDb10g_home1TNSListener进行关闭和启动操作。