FRM-92101

Apps version:- R12.1.3

Error:- Java form not opening face below error FRM-92101







Solution:-

Client have Browser plugin issue.
Install Oracle Form compatible java.
Java version:- jre6u41.
Fire-Fox:- 6.0.2




No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...