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:

ORA-01552: cannot use system rollback segment for non-system tablespace 'TEMP'

 ORA-01552: cannot use system rollback segment for non-system tablespace "string" Cause: Used the system rollback segment for non...