- Este tópico contém 7 respostas, 2 vozes e foi atualizado pela última vez 18 anos, 9 meses atrás por
DanielB.
-
AutorPosts
-
14 de junho de 2007 às 1:45 am #79698
souza
ParticipanteTNS:Conexão Fechada
Alguém já viu uso
14 de junho de 2007 às 5:47 am #79701DanielB
Participantedesde que que ferramenta?
que version?Symptoms
* Tnsping Net Service Name fails with TNS-12537: TNS:connection closed
* Sqlplus connection errors out with Ora-12537- Connection to the Database locally(Bequeath Connection) as well with Net Service Name works fine.
-
If trying to connect to the Apps database from client machine.
-
Consistently reproducing on the client machines.
Cause
* In the Sqlnet.ora file the parameter TCP.VALIDNODE_CHECKING is enabled and TCP.INVITEDNODES is set to some specific IP’s of the Client Machine.- If trying to connect to the Apps database, by default, with Oracle Apps Installation the parameter TCP.VALIDNODE_CHECKING is enabled and TCP.INVITEDNODES is set to Server Machines IP or Hostname.
Solution
* You can disable these parameters in the Sqlnet.ora- Or add the client machines ip address in the TCP.INVITEDNODES list.
14 de junho de 2007 às 6:11 pm #79712souza
ParticipanteO que tenho que mudar no SQLNET.ORA e onde localizo o INVITENODES ?
Desde já obrigado
15 de junho de 2007 às 2:06 am #79716DanielB
ParticipanteTo activate Validnode checking, the following parameter must be entered in
PROTOCOL.ORA:protocol.validnode_checking = yesFor example, for the TCP/IP protocol, the parameter would be:
tcp.validnode_checking = yesFor the DECnet protocol, the parameter would be:
decnet.validnode_checking = yesThe default is for Validnode checking to be off.
The access list for Validnode checking can take two forms: an invited_nodes
list and an excluded_nodes list. The two lists are mutually exclusive. If both
are present, the invited_nodes list takes precedence over the excluded_nodes
list.Sample Access List
The following is a sample access list in PROTOCOL.ORA for the TCP/IP protocol:
tcp.invited_nodes = (drummer.us.com, 139.185.5.73, 139.185.5.111)This list grants access to the three nodes listed, and excludes all others.
An alternative way of limiting connection requests is to exclude specific
nodes. The following list provides access to all nodes except those listed:tcp.excluded_nodes = (drummer.us.com, 139.185.5.73, 139.185.5.111)Note: Not all protocols and operating systems support Validnode Verification.
See the operating system-specific documentation for your platform for further
details.15 de junho de 2007 às 5:17 pm #79722souza
ParticipanteEsse protocol.ora seria o sqlnet.ora ?
15 de junho de 2007 às 6:18 pm #79723DanielB
Participanteprotocol. ora es un archivo que debe ir en $ORACLE_HOME/network/admin
15 de junho de 2007 às 8:00 pm #79728souza
ParticipanteTem apenas LISTENER.ORA TNSNAMES.ORA e uma pasta SAMPLES.
18 de junho de 2007 às 2:36 am #79739DanielB
Participantees otro archivo que se debe crear con ese nombre y en ese directorio o carpeta
-
AutorPosts
- Você deve fazer login para responder a este tópico.