I have a server that solaris 8 is on it. I want to connect to oracle's management system . I found this article getting started with oracle . To connect to management system I should enter http://hostname:portnumber/em on my computer . But I don't have the port.
And the port number also recorded in the $ORACLE_HOME/install/portlist.ini file. So How to find this file ?
|
|
|||||
|
|
On UNIX systems, if you do not specify the Oracle home directory during installation, the installer attempts to obtain it from information contained in the Oracle installation's oratab file, which it locates using the environment variable
and
If the installer cannot locate the oratab file using either of these methods, it cannot determine the Oracle_home directory. In this case, you must specify the Oracle home directory and oratab file by setting the Hope it helps. |
|||
|
|
|
Since you know the name of the file, you can use the good old
Or any other file that you would expect to be there. This should allow you to find the installation path. |
|||
|
|