Database - RAC/Scalability (MOSC)

MOSC Banner

Where to add SDU and TDU values in scan listener file in cluster database ?

edited May 13, 2021 9:34PM in Database - RAC/Scalability (MOSC) 5 comments

I have a RAC database with scan listener. I am trying to use non-default values for SDU and TDU in tnsnames and listener files.

My listener, tnsnames and sqlnet files are same in both Grid and Oracle Homes on all the DB nodes.

This is how my tnsnames looks like:

xxx =

(DESCRIPTION =

   (SDU = 8192)

   (TDU = 8192)

   (ADDRESS = (PROTOCOL = TCP)(HOST = yyy)(PORT = 1521))

   (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = zzz)))

This is how my sqlnet looks like:

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

SQLNET.EXPIRE_TIME=10

This is how my listener file in Grid Home looks like. I don't have listener.ora file Oracle Home. This is how I got it after Oracle did Exadata install. No changes made to listener file.

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