Anda di halaman 1dari 7

Oracle 10g Forms & Reports Configuration Manual First u install only oracle Development suit oracle cd 1 , 2 After

installing 1.Start ocj4. 2.===================================== ICONS SETTINGS 3.===================================== DEV_SUITE\forms\java\oracle\forms\registry\registry.dat default.icons.iconpath=file:///C:\\icons ( Not applicable for Application Server) To show icons at design time go my computer properties go to tab advance and add environment variable at system variables UI_ICON=C:\icons (Applicable for DEV_SUITE Only) UI_ICON_EXTENSION =gif (case sensitive) (Applicable for DEV_SUITE Only) Make an entry in DEV_SUITE\forms\server\forms.conf # Virtual path for ICONS (used to show icons in a form) AliasMatch ^/forms/icons/(..*) "C:\icons/$1" Open Command Prompt Set path=DEV_SUITE\jdk\bin; command for jar file at dos prompt

go to c:\icons\ give this command to create jar icons file. jar cvf icons.jar *.gif where icons is name of folder ===================================== ===================================== LOV SETTINGS ===================================== DEV_SUITE\forms\java\oracle\forms\registry\registry.dat app.ui.lovButtons=true.

===================================== ===================================== FORMS PATH SETTINGS ===================================== (This is the most critical setting which will tell from where the forms will run) 4.Forms Path: DEV_SUITE\forms\server\default.env FORMS_PATH=DEV_SUITE\forms; D:\MyFolder; Add new virtual form path other than dev_Suite/App_Server form path Example D:\MyFolder; (Note: The directory must be shared on Network) Append this line

FORMS_REJECT_GO_DISABLED_ITEM=FALSE After this FORMS_RESTRICT_ENTER_QUERY=TRUE ===================================== ===================================== FORMS CONFIGURATION ===================================== Width and Height of explorer window which contains form ( Set these parameters according to your standards) DEV_SUITE\forms\server\formsweb.cfg # Forms applet parameter Form Size Setting width=300 # Forms applet parameter height=3501 Hide oracle window in form #Otherparams ( Not Applicable for Application Server) usesdi=yes # Forms applet parameter Hide window tool bar at explorer. separateFrame=true Default Form Runtime Location (Applicable For Application Server) # Forms runtime argument: which form module to run

form=login.fmx # Forms runtime argument: database connection details userid=olplog/olplog@olpsys2 Icon Settings (To get icons from jar files) (Applicable for Application Server) # Forms applet parameter imageBase=codebase To close the Window of explorer (Applicable for Application Server) Close.html text <html> <head> <script language="javascript"> function closeit() { win = top; win.opener = top; win.close (); } </script> </head> <body onload="closeit()"> close window </body> </html> To close explorer window put the close.html file into this location

DEV_SUITE\tools\web\html Then at form level create a post-form trigger and edit the trigger with this command Web.Show_Document('/forms/html/close.html','_self'); of 15 Leave a Comment You must be logged in to leave a comment. Submit Characters: 400 Kundan Kumar is reading Oracle 10g Installation With Webutil Configuration. 04 / 11 / 2012 Kundan Kumar is reading Oracle 10g Installation With Webutil Configuration. 04 / 11 / 2012 Oracle 10g Installation With Webutil Configuration Download or Print 25,994 Reads Info and Rating Uploaded by mmoizuddin1251 Follow Search TIP Press Ctrl-F to quickly search anywhere in the document. More From This User Related Documents

2 p. Apex Installation With HTTP Server Guide 15 p. Oracle 10g Installation With Webutil Configuration Upload Search Follow Us! scribd.com/scribd twitter.com/scribd facebook.com/scribd About Press Blog Partners Scribd 101 Web Stuff Support FAQ Developers / API Jobs Terms Copyright Privacy Copyright 2012 Scribd Inc. Language: English

Anda mungkin juga menyukai