ORA-12154: TNS:could not resolve the connect identifier specified en frmcmp_batch

Posted: octubre 30, 2009 in Forms, R12
Etiquetas: , , , ,

Al compilar una forma el shell aparece en pantalla ORA-12154: TNS:could not resolve the connect identifier specified, me pregunto a que se debe esto, pues bien se refresco la instancia, para solucionar esto hay revisar y modificar las siguientes variables en frmcmp_batch segun sea el caso. El shell se encuentra en $ORACLE_HOME/bin

variable a modificar: # FORMS_PATH=< your application directory 1>:
ejemplo: FORMS_PATH=$FORMS_PATH:$AU_TOP/resourse:$AU_TOP/forms/ESA:$AU_TOP/forms/US
export FORMS_PATH

variable a modificar : # TNS_ADMIN=$ORACLE_HOME/network/admin
ejemplo: TNS_ADMIN=/test01/inst/apps/TEST01_server05/ora/10.1.2/network/admin
export TNS_ADMIN

Advertisement

Deja un comentario

Fill in your details below or click an icon to log in:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s