How to add new status on Mantis Hub.
Wednesday, November 26, 2014
Configure webutill on forms 11g
https://community.oracle.com/thread/2346639?tstart=0
Download webutill on
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware
Download webutill on
http://www.oracle.com/technetwork/indexes/downloads/index.html#middleware
Tuesday, August 20, 2013
How to Run Foms on Window 7
Testing Oracle 10g developer forms locally (On Windows 7)
Okay guys, another post after another break :) This time we are going to
figure out how to test your Oracle 10g developer forms locally. Until recent
comments we were not knowing that fellow folks were having issues running
developer 10g forms locally on Windows 7 machines. Okay here we go
Step 1
Install the latest java run time from here and make sure you are installing 32bit. Usually java 32bit gets installed under this path “C:\Program Files (x86)\Java\jre6″
Following is test environment
Usually when you try to run a form locally for the first time after starting the OC4J instance, an older version of java initiator is installed in your system. I don’t quite remember whether the installation offers any kind of customization so that the end user could change the path or other options. I won’t recommend one either!
If you have done a standard installation, the java initiator should get installed on this path “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22″.
Step 2
In order to let Developer 10g forms run locally you need to change the jvm.dll file found under “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\hotspot” with a most recent one. As we installed the latest java run time 32bit in “Step 1″, browse to the following folder “C:\Program Files (x86)\Java\jre6\bin\client” copy the jvm.dll which is above 2MB in size, and go back to folder “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\hotspot”
Now paste the new jvm.dll file inside this folder and try to run the forms again! It should work now!
Step 1
Install the latest java run time from here and make sure you are installing 32bit. Usually java 32bit gets installed under this path “C:\Program Files (x86)\Java\jre6″
Following is test environment
OS: Windows 7 64bit Professional Editions, 3GB
Mem
10g Developer: Forms
[32 Bit] Version 10.1.2.0.2 (Production)
Database: Oracle Database 10g Enterprise Edition
Release 10.2.0.3.0 - Production
Usually when you try to run a form locally for the first time after starting the OC4J instance, an older version of java initiator is installed in your system. I don’t quite remember whether the installation offers any kind of customization so that the end user could change the path or other options. I won’t recommend one either!
If you have done a standard installation, the java initiator should get installed on this path “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22″.
Step 2
In order to let Developer 10g forms run locally you need to change the jvm.dll file found under “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\hotspot” with a most recent one. As we installed the latest java run time 32bit in “Step 1″, browse to the following folder “C:\Program Files (x86)\Java\jre6\bin\client” copy the jvm.dll which is above 2MB in size, and go back to folder “C:\Program Files (x86)\Oracle\JInitiator 1.3.1.22\bin\hotspot”
Now paste the new jvm.dll file inside this folder and try to run the forms again! It should work now!
Wednesday, April 17, 2013
Tool for performance and tuning.
It is a tools where we can evaluates the query performance with explain plan.
Download and Enjoy!
http://www.conquestsoftwaresolutions.com/page/clearsql_pr_description
Download and Enjoy!
http://www.conquestsoftwaresolutions.com/page/clearsql_pr_description
Thursday, April 11, 2013
Wednesday, April 10, 2013
Sign Jacob.jar
Open a DOS command prompt.
Add OraHome\jdk\bin to the PATH:
set PATH=OraHome\jdk\bin;%PATH%
Sign the files, and check the output for success:
OraHome\forms\webutil\sign_webutil OraHome\forms\java\frmwebutil.jar
OraHome\forms\webutil\sign_webutil OraHome\forms\java\jacob.jar
Add OraHome\jdk\bin to the PATH:
set PATH=OraHome\jdk\bin;%PATH%
Sign the files, and check the output for success:
OraHome\forms\webutil\sign_webutil OraHome\forms\java\frmwebutil.jar
OraHome\forms\webutil\sign_webutil OraHome\forms\java\jacob.jar
Subscribe to:
Posts (Atom)