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 © 2024 LogiGear Corporation. All rights reserved. LogiGearはLogiGear Corporationの登録商標であり、Action Based TestingおよびTestArchitectはLogiGear Corporationの商標です。ここに記載されているその他の商標は、各所有者の財産です。

LogiGear Corporation

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

Tel: +1 (650) 572-1400