Customizing Oracle configurations files

This topic describes the steps required for customizing Oracle configurations files.

  1. Configure the Oracle Net Listener configuration file (listener.ora).

    1. Open the listener.ora file.

      By default, listener.ora is located in the %ORACLE_HOME%\network\admin directory.

    2. Embed the following parameters under the SID_LIST_LISTENER parameter.

       (SID_DESC =
            (GLOBAL_DBNAME=XE)	
            (SID_NAME = XE)
            (ORACLE_HOME = (Oracle_binaries_path))
        )
      

      For example:

      (SID_DESC =
            (GLOBAL_DBNAME=XE)	
            (SID_NAME = XE)
            (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
      )
      



  2. Configure Local Naming Parameters (tnsnames.ora).

    1. Open the tnsnames.ora file.

      By default, tnsnames.ora is located in the %ORACLE_HOME%\network\admin directory.

    2. Add the following parameters.

      LISTENER_XE = 
         (ADDRESS = 
            (PROTOCOL =(protocol_address_information))
            (HOST = (host_information))
            (PORT = (port_information))
         ) 
      

      For example:

      LISTENER_XE = (ADDRESS = (PROTOCOL = TCP)(HOST = lgvn14740.logigear.com)(PORT = 1521))
      



  3. Restart all Oracle services related to the corresponding database by using Windows Services Manager.


Copyright © 2023 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333