A search for the Usage of an object which contains special caracters in its name in Operation Manager breaks up with the Oracle error message:
U0020568 Runtime error in object 'XSEARCH(SET)', line 'xxxx'. DS return code: '0003590': 'U0003590 DB error: 'OCIStmtExecute', 'ERROR ', '', 'ORA-01424: missing or illegal character following the escape character''. Error occurred in UCDSFUN at position: 'DS_SEARCH34'
In Operation Manager start a search for the use of an object which contains special characters in its name e.g. "_".
The search will not be finished but the apperars the error message shown above.
Affected will be Oracle Database Versions 10.2.
Workaround:
Oracle recommends following system setting:
alter system set "_optim_peek_user_binds"=FALSE;
?