I have a strange error with Oracle 10g R2.
I run it on a Solaris 10 computer (Ultra 60 450MHz 1024 MB RAM).
When I start all the services as usual as the user oracle I do like this:
Database startup:
sqlplus /nolog
SQL> connect / as sysdba
SQL> startup
SQL> exit
Listener startup:
lsnrctl start
iSQL*Plus startup:
isqlplusctl start
Then there is a strange behavior of the iSQL*Plus service, when I close the shell
window that is started the services from the iSQL*Plus servers shutdown. I assume
it does since I can no longer reach it. But the other serices continue to run as usual.
I should mention that when I first installed oracle everyting was started up as a part
of the installtion, but after some use the iSQL*Plus service got disabled so I reinstalled
the whole pakage. But when I booted the system before the reinstalltion
I got some IP port error message at boot the first time, next time there was no error message.
Could it be that there is another service running at the same port and there is some kind
of conflict.
Please let me know if anyone have had the same problem.
A also wonder if there is a solaris
command to see which services are running at which ports.
/Alex


