Hi
while i'm issuing drop procedure generatePasswordForEportalUser i have an error ORA-00600: [kqlobjlod-no-result-from-proc$], [1403], [659858], [], [], [], [], [], [], [], [], [].
i found on metalink then Doc ID 1267554.1 is about this error i'm using oracle 11.2.0.3 in this document there is an info that 11.2.0.2 solves the issue
Interesting thing is that select * from user_procedures where upper(object_name) like upper ('generatePasswordForEportalUser');
| generatePasswordForEportalUser | | 659858 | 1 | | PROCEDURE | NO | NO | | | NO | NO | NO | DEFINER |
object name is in lovercase it was created by create procedure generatePasswordForEportalUser as
begin
null;
end ;
without " name " why it is in lowercase in data dictionary