Quantcast
Channel: PITSS US – Oracle Forms Upgrade, Forms to ADF, Forms to APEX, Migration
Viewing all articles
Browse latest Browse all 152

Unable to Perform Query When Running Search and Replace in PITSS.CON

$
0
0

There is a known PITSS.CON issue when you run a Search and Replace. The issue is that after running either a search or a search and replace in PITSS.CON, the following error is produced:

40505 – ORACLE error: unable to perform query

After a few moments, the Search and Replace results will come up. However, the results are blank even though there is a count of objects which should have been returned.

The reason for this is because there is an Oracle bug in the Oracle database hosting PITSS.CON. The solution is to run the following SQL command as a SYSDBA user such as SYS:

alter system set optimizer_features_enable=’11.2.0.4′;

Once this is run, the problem should disappear.

The post Unable to Perform Query When Running Search and Replace in PITSS.CON appeared first on PITSS US - Oracle Forms Upgrade, Forms to ADF, Forms to APEX, Migration.


Viewing all articles
Browse latest Browse all 152

Trending Articles