Saturday 13 April 2013

FRM-92095 : ORACLE JInitiator Version too low


       FRM-92095: Oracle JInitiator version too low


If you facing problem when opening ORACLE APPLICATION FORMS browser says FRM-92095: Oracle JInitiator version too low.

Step 1 : download the file from

TO DOWNLOAD JINITIATOR CLICK HERE

Step 2: Install the jinit13122.exe on your Desktop

Step 3: Navigate to : Start->Settings->Control panel ->Java(icon)->Double click and open the Java icon->it will open->java control panel->in that menu open java->after clicking on java menu->u will get view button ->click on view->it will open some row of parameters ->in that double click on Runtime parameters->after clicking on that ->paste this parameter (   -Djava.vendor="Sun Microsystems Inc."    ) without bracket ->after that ->ok->apply->ok

Step 4 : after completing step 4

Step 5 : Test now Forms are opening

Note : before doing the above steps u must have  to install  the Java.

Friday 12 April 2013

NTP Service Sync on UNIX

NTP SYNC ON LINUX


STEP 1 : STOP THE NTP SERVICE

PROD@oracledb#service ntp stop

STEP 2 : SYNC WITH NTP SERVER

PROD@oralcedb#ntpdate 197.0.0.55

STEP 3: START NTP SERVICE

PROD@oracledb#service ntp start

STEP 4 : CHECK THE STATUS OF NTP SERVICE WHETHER STARTED OR NOT

PROD@oracledb#service ntp status

NTP SYNC ON SOLARIS 5.8

STEP 1 : STOP NTP SERVICE

DEV@DB#./etc/init.d/xntpd stop

STEP 2 : SYNC WITH NTP SERVER 

DEV@DB#ntpdate 197.0.0.55

STEP 3 : START NTP SERVICE 

DEV@DB#./etc/init.d/xntpd start

STEP 4 : CHECK THE STATUS OF NTP SERVICE 

DEV@DB#ps -ef | grep ntp

NTP SYNC ON SOLARIS 5.10

STEP 1 : STOP NTP SERVICE 

TEST@APPS#svcadm disable ntp 

STEP 2 : SYNC WITH NTP SERVER

TEST@APPS#nptdate 197.0.0.55

STEP 3 : START NTP SERVICE 

TEST@APPS#svcadmenable ntp

STEP 4 : CHECK THE STATUS OF NTP SERVICE 

TEST@APPS#svcs -a | grep ntp