Oracle Reports ORA-01041: internal error. hostdef extension doesn't exist and ORA-03113: end-of-file
I have an Oracle report, which opens up, compiles and runs fine in Report Builder 6.0.8.11.3.
I use login to Report Builder 10.1.2.0.2 with the same login I use for Report Builder 6.0.8.11.3 and open the report, do a 'compile All', it is successful but when trying to run it, I get a message saying "REP-1247 Report contains un compiled PL/SQL".
At this point, if I open the Afterparameterform trigger, I get the below errors.
identifier UTL_RAW.CAST_TO_RAW must be declared.
identifier KEYADMIN.FKT_GET_TRANSPORT_KEY must be declared.
and a bunch of other errors.
At this point if I click the 'Compile' button of the Afterparameterform trigger, bunch of errors I get before are gone and I get the below two errors.