Configure Oracle 12C - Forms Step-4

Forms configuration:

Open Internet Browser  and goto: http://localhost:7001/em
Enetr Username: weblogic
Password:OrAcLe_2016
click SIGN IN

1.Font_Icon_Mapping

  1. In the Upper Left ,click the navigation Menu beside insight (server name)
    It expands to display, multiple componnets ,
    expand Forms , click  forms1
  2. Click Font and Icon Mapping
  3. In Upper right  , click yellow LOCK key
    select Lock & Edit
  4. Edit the ICONS Path make sure folder is named sysicons (it's located in d:\Oracle\Middleware\forms):
    default.icons.iconpath: /forms/java/sysicons
  5. After you finish , click APPLY,
    click yellow LOCK key
    select APPLYchanges

2.Environment (Arabic Display)

  1. In Upper left , click Forms then click Environment Configuration
    In Upper right  , click yellow LOCK key
    Select  Lock & Edit
  2. In upper left , click the Add symbol to add parameter:
    PARMETER NAME VALUE
    NLS_LANG                   ARABIC_EGYPT.AR8MSWIN1256
    USER_NLS_LANG       ARABIC_EGYPT.AR8MSWIN1256
    COMPONENT_CONFIG_PATH  D:\Oracle\Middleware\user_projects\domains\insight\config\fmwconfig\components\ReportsToolsComponent\Insight_Reports_Tools

    FORMS_DATETIME_SERVER_TZ GMT
    FORMS_DATETIME_LOCAL_TZ 
    GMT
  3. Add the value of the following Existings Parameters  to include PLLL , OLB , Forms, Reports files at the end :
    FORMS_PATH: ; D:\WorkArea\FORMS
  4. After you finish , click APPLY,
    click yellow LOCK key
    select Apply changes

3.Environment (English Display)

  1. In Upper right  , click Duplicate File  to create Another Languge  Environment :
    Environment File : default.env
    *Name : EN.env
  2. From Upper left , Select EN.env then
    In Upper right  , click yellow LOCK key
    Select  Lock & Edit
  3. Change the following PARAMETER VALUES:
    NLS_LANG AMERICAN_AMERICA.AR8MSWIN1256USER_NLS_LANG AMERICAN_AMERICA.AR8MSWIN1256
  4. After you finish , click APPLY,
    click yellow LOCK key
    select Apply changes

4.Web Config

  1. In Upper left , click Forms then click Web Configuration
    In Upper right  , click yellow LOCK key
    Select  Lock & Edit
  2. In the mid-left  of the page at the Section : default
    change Show to: all
  3. Change the following PARAMETER VALUES:
    form : arlogin.fmx
    userid : insight/insight@prod
    pageTitle : Insight | Innovative Solutions.
    width : 100%
    height : 100%
    separateFrame : true
    highContrast : true
    background : logo.jpg
  4. After you finish , click APPLY,
    click yellow LOCK key
    select Apply changes
  5. Copy TNSNAMES.ORA to Middleware :
    from: D:\Oracle\database\product\12.2.0\dbhome_1\network\admin\tnsnames.oracopy
    to: D:\Oracle\Middleware\user_projects\domains\insight\config\fmwconfig\tnsnames.ora
congrats , forms are fully configured.

1 comment:

  1. Oracle Tips And Tricks: Configure Oracle 12C - Forms Step-4 >>>>> Download Now

    >>>>> Download Full

    Oracle Tips And Tricks: Configure Oracle 12C - Forms Step-4 >>>>> Download LINK

    >>>>> Download Now

    Oracle Tips And Tricks: Configure Oracle 12C - Forms Step-4 >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

Remove unused Layouts in Oracle Apex

 Tables used : APEX_XXXXXXX.WWV_FLOW_REPORT_LAYOUTS APEX_XXXXXXX.WWV_FLOW_SHARED_QUERIES use the following query to delete unused Layouts. ...