• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

Steps to relink Oracle Forms 12c in Linux/UNIX

by admin

On Linux/Unix platforms, the Oracle software is delivered in the form of object files that are compressed into archive files. These files will be linked, or compiled, with operating system libraries to generate executables. This linking process happens during the installation. You might have observed that many prerequisite OS packages are asked for during the installation. These packages deliver the required libraries for the Oracle relinking. If you ignore these packages, the installation will end up having relink issues.

As relinking is related to operating system libraries, when the operating system gets updated, the Oracle binary has to be relinked since the OS libraries would have been updated.

Relinking Oracle Forms 12c

To relink the Forms executables in Oracle Forms version 12c, please follow these steps:

1. Stop all processes which may be using the Forms executables, like WLS_FORMS.

2. Set up the ORACLE_HOME environment variable to the Forms home, for example:

$ export ORACLE_HOME=[FORMS HOME]

3. Issue the following commands:

$ cd $ORACLE_HOME/procbuilder/lib
$ make -f ins_procbuilder.mk sharedlibs dejvm_install
$ cd $ORACLE_HOME/forms/lib
$ make -f ins_forms.mk sharedlib frmopmn_wrp_install frmctrl_install frmweb_install frmcmpb_install frmcmp_install frmbld_install

4. Restart all Forms related processes.

Filed Under: oracle

Some more articles you might also be interested in …

  1. How to recreate the spfile for RAC instances where the spfile is stored in ASM
  2. How To Disable Advanced Analytics in Oracle Database 12c?
  3. oracleasm Command Examples (Cheat Sheet)
  4. How to Create or Remove Restore Point on Oracle Standby database
  5. Oracle SQL : Script To Convert Hexadecimal Input Into a Decimal Value
  6. How an SQL query is executed in Oracle Database
  7. How to move ASM spfile to a shared device in RAC
  8. TSPITR fails With RMAN-06553
  9. MAX_STRING_SIZE Parameter in Oracle Database
  10. Oracle database 12c : How to Drop Partition(s)

You May Also Like

Primary Sidebar

Recent Posts

  • JavaFX ComboBox: Set a value to the combo box
  • Nginx load balancing
  • nginx 504 gateway time-out
  • Images preview with ngx_http_image_filter_module

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright