Folks,
Hello. I installed Oracle Database 11gR2 with OS Oracle Linux 5. The installed directory is /home/user/OracleDB_Home and /home/user/OracleDB_Base.
Hostname is "mylinux". Database instance name is PT853.
I use "mylinux" as Database Server name, it's not working out. I use another way to do as below:
export ORACLE_HOME=/home/user/OracleDB_Home
Then I use "mylinux/ORACLE_HOME" as Database Server name, it's not working out either.
My question is:
How to find the name of Oracle Database Server with OS Oracle Linux 5 ?
Thanks.