ORA 12560 [message #202203] |
Wed, 08 November 2006 13:44 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
marcellos
Messages: 3 Registered: November 2006
|
Junior Member |
|
|
Hi all,
I've installed Oracle database 10g and Oracle developer suite 10g. But the Forms does not work and ORA 12560 error appears. Yes, the problem is that I have two tnsnames.ora files. One for database (E:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora) and the other one for Forms (E:\DevSuiteHome_1\network\admin\tnsnames.ora). So first I tried to copy contain of db file to forms file. It didn't work. Then I used IFILE=path_to_db_file in forms tnsnames file but it doesn't work too.
I went through this forum and tried everything but nothing helped me. Could anybody advice me please.
Thanks a lot.
Marcel
|
|
|
|
|
|
|
Re: ORA 12560 [message #202554 is a reply to message #202203] |
Fri, 10 November 2006 06:07 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
vatsjai
Messages: 23 Registered: May 2005 Location: delhi
|
Junior Member |
|
|
Hello
Try this one. Make some changes in
oracle_form_home\NET80\ADMIN\TNSNAMES.ORA
SERVICE_NAME =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle_version)(ARGV0 = oracleversion servicename)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
(CONNECT_DATA = (SID = oracleservice))
)
eg oracle 90 and dbase1 as service name
DBASE1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle90)(ARGV0 = oracle90dbase1)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
(CONNECT_DATA = (SID = dbase1))
)
save it and than open forms.
jai
|
|
|