Disabling EZConnect in sqlnet.ora
Does anyone know if it is possible to disable EZConnect sqlnet connections? e.g CONNECT username/password@sales-server:1521/sales.us.acme.com
when sales.us.acme.com may or may not be set in tnsnames.ora.
Other connection types are only used when defined in names.directory_path in sqlnet.ora, but EZConnect seems to 'default' itself in, no matter what you put.
i.e if I remove everything from the directory_path entry, tnsname based connections don't work, but using a full location does. If I have NAMES.DIRECTORY_PATH= (tnsnames) then both connection types will work.
Regards,
Carl