I am new to Oracle and installed Oracle 8i on a machine and also install Oracle Forms 8.1.6 on the same machine. The machines name is jamesb. The DB and the Forms are installed into different Oracle_Home directories. The OS is NT 4.0 Workstation and port 80 and 1521 are listening. In the installation of my DB I specified ORCL as my Database and ORCL as my SID. The following is the entry made in my NameTSN.ora file that should reference the DB:
ORCL=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=jamesb)(PORT=1521))
)
(CONNECT_DATA=(SID = ORCL)
)
)
When I try to connect via SQL*PLus I get:
Error-12505: TNS:listener could not resolve SID given in connect descriptor.
What is the reason for this. I have looked for every technical document that I can find and cannot find anything that references this error. Any suggestions?
[sig][/sig]
ORCL=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=TCP)(HOST=jamesb)(PORT=1521))
)
(CONNECT_DATA=(SID = ORCL)
)
)
When I try to connect via SQL*PLus I get:
Error-12505: TNS:listener could not resolve SID given in connect descriptor.
What is the reason for this. I have looked for every technical document that I can find and cannot find anything that references this error. Any suggestions?
[sig][/sig]