Hi all.
We have a clarity 15.9.2 with oracle 12.2.0.1.
We set, as recommended, the fix_control 17800514:0 and the optimizer_feature_enable to 12.1.0.2
Dba administrator sees many ORA-600 errors and analizyng the errors says that problem come from the optimizer_feature_enable that should set to 12.2.0.1
Example of a query giving the error:
SELECT A.*, C.PRVALUE FROM PRASSIGNMENT A, PRCALENDAR C, PRJ_RESOURCES RP
WHERE C.PRID = RP.PRCALENDARID AND RP.PRID = A.PRRESOURCEID AND A.PRTASKID = :v0
Is there any problem to set the optimizer to 12.2.0.1?
Thanks and regards
Stefano