# default.env - default Forms environment file, Windows 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=D:\Oracle\Middleware\Oracle_FRHome1 ORACLE_INSTANCE=D:\Oracle\Middleware\instances\frinst # # # TNS Entry to locate the database # TNS_ADMIN=\\syrfs\dev\SQLNetFiles # # # Search path for Forms applications (.fmx files, PL/SQL libraries) # FORMS_PATH=d:\contexte\cxdev63\wip;\\syrdevdb1\syrdevdb1_fmx;d:\contexte\cxdev63\fmx;D:\Oracle\Middleware\Oracle_FRHome1\forms;D:\Oracle\Middleware\instances\frinst\FormsComponent\forms # # # Webutil config file path # WEBUTIL_CONFIG=D:\Oracle\Middleware\instances\frinst\config\FormsComponent\forms\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 and ldapjclnt11.jar are required for # the password expiry feature to work(2213140). # CLASSPATH=D:\Oracle\Middleware\Oracle_FRHome1\forms\j2ee\frmsrv.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\ldapjclnt11.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\debugger.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\ewt3.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\share.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\utj.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\zrclient.jar;D:\Oracle\Middleware\Oracle_FRHome1\reports\jlib\rwrun.jar;D:\Oracle\Middleware\Oracle_FRHome1\forms\java\frmwebutil.jar;D:\Oracle\Middleware\Oracle_FRHome1\jlib\start_dejvm.jar;D:\Oracle\Middleware\Oracle_FRHome1\opmn\lib\optic.jar # # # The PATH setting is required in order to pick up the JVM (jvm.dll and # java.exe). # Since PATH is being set, it needs to also include # %ORACLE_HOME%\bin so relevant files are correctly found. # PATH=D:\Oracle\Middleware\Oracle_FRHome1\bin;D:\Oracle\Middleware\Oracle_FRHome1\jdk\jre\bin\client;D:\Oracle\Middleware\Oracle_FRHome1\jdk\bin # # # Settings for Forms tracing and logging # ----------------------------------------------- # Note: By default tracing and logging directory is # ORACLE_INSTANCE\FormsComponent\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=%ORACLE_INSTANCE%\FormsComponent\forms\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 # FORMS=D:\Oracle\Middleware\Oracle_FRHome1\forms FORMS_TIMEOUT=15