FRM-92101:There was a failure in the Forms Server during startup"

R12: "FRM-92101:There was a failure in the Forms Server during start up" Error When Attempting to Launch Forms [ID 454427.1]



                   

Solution:-

In several customer instances, $ORACLE_HOME/lib/ldflags was a symbolic link that pointed to a location that did not exist.  This was resolved by performing the following UNIX commands to point the $ORACLE_HOME/lib/ldflags to the $ORACLE_HOME/lib/ldflags :
$ cd $ORACLE_HOME/lib (DB_tier)
$ rm ldflags
$ ln -s $ORACLE_HOME/lib/ldflags ldflags

Then,  stop the web tier services (adopmnctl.sh stop) and relink the forms executable(s):


$ cd $ORACLE_HOME/forms/lib/(Appl_tier)
$ make -f ins_forms.mk install

Start  the web tier services (adopmnctl.sh start)....

Error resolve...........
                                     

No comments:

How to set the schema session limit in Oracle 23 AI Database.

  In Oracle, to set a session limit per schema (user)—i.e., control how many concurrent sessions a specific user can have. You use profiles ...