Hi! In Reenginer, how does the modeller find the present procedures on the DB?
I have run it, and it found procedures, but when I check on the DB with: select object_name from all_objects where object_type = 'PROCEDURE' and object_name like 'WHAT_MODELLER_FOUND%'; I don't find them. Also when trying to call (from Java with cayenne or straight SQL) I get a ORA-06576: not a valid function or procedure name or PLS-00201: identifier 'PROCNAME' must be declared (the first from SQLPlus, the second from cayenne) Any clue? The DB is Oracle 10g. Regards, David Balažic
