# default.env - default Forms environment file, Linux version # # This file is used to set the Forms runtime environment parameters. # If a parameter is not defined here, the value used will be that defined # in the environment in which the WLS Managed Server was started. # # NOTES # Configuration assistant will replace all the macro's with # the actual values. # ORACLE_HOME=/opt/oracle/Oracle/Infrastructure/Oracle_Home FORMS_INSTANCE=/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig/components/FORMS/instances/forms1 NLS_LANG=SPANISH_SPAIN.UTF8 # # # TNS Entry to locate the database # TNS_ADMIN=/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig # # # Search path for Forms applications (.fmx files, PL/SQL libraries) # FORMS_PATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/fuentes_batch/Alm:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms:/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig/components/FORMS/instances/forms1:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms REPORTS_PATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/fuentes_batch/Alm:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms:/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig/components/FORMS/instances/forms1:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms CONFIG_COMPONENTS_PATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig/components/ReportsToolsComponent # # # Disable/modify this variable if users need to be able to run Forms # applications residing in a different location. # FORMS_MODULE_PATH=$FORMS_PATH # # # Webutil config file path # WEBUTIL_CONFIG=/opt/oracle/Oracle/Infrastructure/Oracle_Home/user_projects/domains/base_domain2/config/fmwconfig/components/FORMS/instances/forms1/server/webutil.cfg # # # Disable/remove this variable if end-users need access to the query-where # functionality which potentially allows them to enter arbitrary SQL # statements when in enter-query mode. # FORMS_RESTRICT_ENTER_QUERY=TRUE # # # Java class path # This is required for the Forms debugger # You can append your own Java code here) # # frmsrv.jar, frmconfig.jar ldapjclnt11.jar,jps-manifest.jar, # dms.jar,ojdl.jar, javax.management.j2ee.jar are required for # the password expiry feature to work. # CLASSPATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/jlib/frmbipc.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms/j2ee/frmsrv.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms/provision/frmconfig.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/jlib/ldapjclnt11.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/jlib/debugger.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/jlib/ewt3.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/modules/oracle.bali.share/share.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/jlib/utj.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/jlib/zrclient.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/reports/jlib/rwrun.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms/java/frmwebutil.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/modules/oracle.jps/jps-manifest.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/modules/oracle.dms/dms.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/modules/oracle.odl/ojdl.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/oracle_common/modules/javax.management.j2ee.jar:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms/java:/opt/oracle/Oracle/Infrastructure/Oracle_Home/forms/java/jacob.jar # # # The PATH setting is required in order to pick up the JVM. # Since PATH is being set, it needs to also include # %ORACLE_HOME%/bin so relevant files are correctly found. # PATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/bin:/usr/java/jdk1.8.0_131/bin # # # Settings for Forms tracing and logging # ----------------------------------------------- # Note: By default tracing and logging directory is # $DH/system_components/FORMS//trace # To change the trace directory this entry has to be uncommented and set to # desired directory for tracing and logging # # #FORMS_TRACE_DIR=%DOMAIN_HOME%/system_component/FORMS/%FORMS_INSTANCE_NAME%/trace # # # Settings for Javascript events # ----------------------------------------------- # Note: If this variable is set to false then the triggers and # built-ins associated with javascript events are disabled # # #FORMS_ALLOW_JAVASCRIPT_EVENTS= # # # # System settings # --------------- # You should not normally need to modify these settings # # # Path for shared library objects # This is highly platform (if not machine) specific LD_LIBRARY_PATH=/opt/oracle/Oracle/Infrastructure/Oracle_Home/lib:/usr/java/jdk1.8.0_131/jre/lib/amd64:/usr/java/jdk1.8.0_131/jre/lib/amd64/server:/usr/java/jdk1.8.0_131/jre/lib/amd64/native_threads:/opt/oracle/Oracle/Infrastructure/Oracle_Home/fuentes_batch/Alm # # # Setting to take care of signal-chaining facility offered by JVM 1.5 # Without this Forms/Reports integration could have issues on Unix/Linux # LD_PRELOAD=/usr/java/jdk1.8.0_131/jre/lib/amd64/libjsig.so