Wednesday, August 6, 2014

Today my topic is Error FRM-92095: Oracle Initiator version too low

Symptom:
After logging into application, system pop up below error message:

FRM-92095: Oracle Initiator version too low. Please install version 1.1.8.2 or higher

Cause:
The JRE version is not incompatible.

Why it comes/shows ? 

When you have installed JRE version which is incompatible with your oracle form version, then you will get the above message. For example, your form version is 10.1.2.3 or 10.0.1.2 and your installed JRE version is 1.7.xx.xx, in that case you will get the message.

Cause this form version isn't certified by oracle corporation.

How to solve this ?

Open the "Java Control Panel" window.
Click the Java tab, then the View... button.

This should open a Java Run time Environment Settings window with two tabs: User and System.
On User tab, under Run time Parametersenter:

-Djava.vendor="Sun Microsystems Inc."

OR
-Djava.vendor="New Oracle"

click Ok. then Apply and Ok.
 
That's it. Close the  brower and java console and retry.


Related Posts:

  • logon page center window. Call procedure in when new form instance CENTER_FORM('WINDOW1',0); PROCEDURE CENTER_FORM(MyWindowName IN varchar2,UpperMargin IN number) IS x number(6); y number(6); BEGIN SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'Indi… Read More
  • https://javidhasanov.files.wordpress.com/2012/01/expert-oracle-database-architecture.pdf Read More
  • All link for oracle learning foxinfotec http://psoug.org https://www.tek-tips.com https://www.guru99.com https://hasanjawaid.blogspot.com /http://sql-plsql.blogspot.com/ http://sql-plsql.blogspot.com/ http://naveen-plsql.blogspot.com/ http://www.askhar… Read More
  • Alert Use this alert and example for a for loop :          SET_ALERT_PROPERTY('ALT_TWO',ALERT_MESSAGE_TEXT,'Do you want to Send Requisition ?');          V_ALERT:=SHOW_ALERT('A… Read More
  • Query Optimization Link youtube to learn :   ##   Oracle Advanced SQL Optimization Techniques         blogs.oracle.com Cursor for loop : SELECT-INTO SELECT-INTO offers the fastest and simplest way to f… Read More

0 comments:

Post a Comment