Micro Focus QTP (UFT) Forums

Full Version: Oracle Rel 12 Identification problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am facing problem in automation Oracle E business Suit Rel 12 Application .
QTP identifies every object as Oracle Object before executing QTP Script on Oracle Application.Whenever I execute the Script on the Application QTP starts to identify as Java Object. So scripts are getting fail since QTP is not able to identify Oracle Environment objects.
To resolve this freequently I have to
1-Reopen the QTP and Application to make objects identify as OracleObjects by the QTP correctly.
2-Deleting the Cookies on the browser as mentioned in the Mercury Knowledge base.

Here are the Product Information
QTP version 9.2
Oracle Add-in 8.2
Java Add-in 9.1
TE Add-in 8.0

Patch Information :-
1-TE 8.0 upgrade
2- Oralce QTPORACLE82P6108 patch

Please suggest. Thanks for help
This is an excerpt from my earlier post on Oracle addin with QTP might be of help...

Verify the Java add-in is installed after the Oracle add-in and any Oracle add-in patches, which contain a new version of the mic.jar file (for example, QTPORACLE82P6102, QTPORACLE82P6103, QTPORACLE82P6106). Important Note: If you install one of the patches mentioned above, you must reinstall Java add-in 9.1.
Yes I followed the same instruction and did the same thing
Installed Oracle Add-in , 6108 Patch then Java 9.1
Still facing same issue..
Could you pls suggest. Thnx
hmmm then you can raise an SR with HP support detailing the problem ...

keep us updated how it goes.
Go to http://support.openview.hp.com . You need to have a login id and password to get access to this site. Your organization should provide you that.
Hi Ankur ,
Thnks I found out one solution and currently it is working
Everytime while opening Application ,I am clearing cache (programmatically in QTP) .
This has really relieved me from oracle identification problem
I too had faced the similar problem. i did the following settings in the registry and got resolved. Hope this should solve your problem as well.
run regedit

Step: 1
expand > My Computer > HKEY_LOCAL_MACHINE > SOFTWARE > Mercury Interactive > QuickTest Professional > Configuration_UI > AddIn Manager > Java

Check

Value name: Active
Value data: 0
Base: Hexadecimal

and click ok

Step: 2
expand > My Computer > HKEY_LOCAL_MACHINE > SOFTWARE > Mercury Interactive > QuickTest Professional > Configuration_UI > AddIn Manager > Oracle

Check

Value name: Active
Value data: 1
Base: Hexadecimal

and click ok

Step 3: Save and close the registry

And you should not see this problem again.