Database Networking (MOSC)

MOSC Banner

sqlnet.ora, Authenticating host

edited Jun 28, 2009 8:27AM in Database Networking (MOSC) 8 commentsAnswered
hi,
I want to restrict access to the database depending on host , for that

I have created sqlnet.ora and reload the listener , still it is now working

 NAMES.DEFAULT_DOMAIN = <domain>

TCP.EXCLUDED_NODES= (mberry.domain)

NAMES.DIRECTORY_PATH= (TNSNAMES)

TCP.VALIDNODE_CHECKING = yes

TCP.INVITED_NODES=(
  localhost,
  127.0.0.1,
  tom.<domain>,
  haven.<domain>)

thanks in advance.

tapash


Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center