QuestionQ43

Database Penetration Testing Methodology

Todd is completing an assignment involving the auditing of a web service. The scanning phase shows that the web service uses an Oracle database server as its backend. He wants to examine the TNS Listener configuration file for configuration errors.

Which of the following directories contains the TNS Listener configuration file by default:

  • A $ORACLE_HOME/bin
  • B $ORACLE_HOME/network /admin
  • C $ORACLE_HOME/network /bin
  • D $ORACLE_HOME/network
Explanation

Oracle Net stores the listener configuration file, listener.ora, by default in the $ORACLE_HOME/network/admin directory.

Community Discussion

No comments yet. Be the first to start the discussion!