日期:2014-05-17  浏览次数:20777 次

solaris10下的oracle10g服务的启动
在solaris10下安装了oracle10g,重新启动后oracle10g的服务就不能启动了
网上使是用lsnrctl start来启动,但我从root用户切换到oracle用户后运行
此命令报:没找到此命令,然后我就到/export/home/oracle/Orahome_1/bin下
运行此命令,出现以下错误提示:
  LSNRCTL   for   solaris   version   10.1.0.3.......
       
        message   1070   not   found;no   message   file   for   product=network,facility=
TNSTNS-12545;
        message   12545   not   found;no   message   file   for   product=network,facility=
TNSTNS-12560;
        message   12560   not   found;no   message   file   for   product=network,facility=
TNS

        TNS-00515:message   515   not   found;no   message   file   for   product=network,facility=TNS

        saloris   Error:2:No   suchfile   or   directory

      各位有知道怎么解决此问题的吗?不知道是我的哪里出了问题,装完oracle重启

动后它的服务就不能启动了,刚装完的时候是可以的,重起就不行了,
  谢谢各位给点意见

------解决方案--------------------
TNS-00515:message 515 not found;no message file for product=network,facility=TNS

saloris Error:2:No suchfile or directory

这个是错误的根本原因。需要看看操作系统上的问题了
------解决方案--------------------
su oracle不切换当前环境,只切换用户,所以你改的实际上是root的配置文件,要按
su - oracle切换当前用户及环境,进行文件的配置