Hi
I am new to oracle. I have installed oracle on a server 2003 box. After the installation I decided to create a database using the Database Configuration Assistant. When I tried to connect using the Enterprise Manager console I got the error Ora 1254:Tns: no listner.
The book I have purchased makes no mention of the error. It is a new installation. Below is a copy of the tnsnames.ora.
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
#Generated by Oracle configuration tools.
WH92_MYORACLE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myoracle)(PORT = 1521))
)
(CONNECT_DATA =
(SID = wh92)
(SERVER = DEDICATED)
)
)
Thanks in advance
I am new to oracle. I have installed oracle on a server 2003 box. After the installation I decided to create a database using the Database Configuration Assistant. When I tried to connect using the Enterprise Manager console I got the error Ora 1254:Tns: no listner.
The book I have purchased makes no mention of the error. It is a new installation. Below is a copy of the tnsnames.ora.
# TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
#Generated by Oracle configuration tools.
WH92_MYORACLE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myoracle)(PORT = 1521))
)
(CONNECT_DATA =
(SID = wh92)
(SERVER = DEDICATED)
)
)
Thanks in advance