Multiple choice

The default directory location for the sqlnet.ora file is ______.

  1. %ORACLE_HOME%BIN

  2. %ORACLE_HOME%

  3. %ORACLE_HOME%NETWORKADMIN

  4. %ORACLE_HOME%RDBMSADMIN

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The sqlnet.ora file resides in the NETWORK/ADMIN directory under ORACLE_HOME (ORACLE_HOME/network/admin on Unix, %ORACLE_HOME%\NETWORK\ADMIN on Windows). This directory contains all SQL*Net configuration files including tnsnames.ora and listener.ora. BIN is for executables, RDBMS/ADMIN is for database scripts.