Hi, Im facing problem getting ORA object (SCHEMA.MYOBJ_TYPE) from database via procedure, lets say proc_1(?,?). Im getting invalid name pattern.
Im using ORA objects and their equivalents generated by JPublisher from DB.
The procedure works when I try it on database level (object is filled up with data). But when I call it from Java i get that message with invalid name pattern.
Does any of you faced similar problem somehow?