Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

configurar tnsnames.ora

497505Mar 10 2006 — edited Mar 12 2006
Hola, tengo problemas con oracle forms, no puedo accesar a la base de datos, tengo un sistema operativo solaris sparc 5.9 y cuando cargo la forma me manda el mensaje de que no se puede resolver el service name, la configuracion del listener.ora esta de la siguiente forma

LISTENER_INFRA =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = sunsicreaaplica )(PORT = 1521))
)
)
)

SID_LIST_LISTENER_INFRA =
(SID_LIST =
(SID_DESC=
(GLOBAL_DBNAME=DB1)
#(ORACLE_HOME= /Oradata1/metadata)
(SID_NAME=DB1))
)

y el tnsnames asi
REP_SUNSICREAAPLICA =
(ADDRESS = (PROTOCOL = tcp)(HOST = sunsicreaaplica)(PORT = 1950))






DB1_SUNSICREAAPLICA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.48.22)(PORT = 1521))
)
(CONNECT_DATA =
(SID = DB1)
(SERVICE_NAME = DB1)
)
)


apreciaria mucho si me pudieran ayudar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2006
Added on Mar 10 2006
1 comment
568 views