Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01041: internal error. hostdef extension doesn't exist in forms 12c

3269571Jul 4 2016 — edited Jul 7 2016

I have migrated forms from 5.5 to 12c. First change to 6i and then pass the forms to 12c, with the Forms Migration Assistant.

I have a problem with a form, I have compilation error ORA-01041: Internal error. hostdef extension doesn´t exist.

This error is produced because I have some variables in section declare of a program unit, procedure, that references to tables with a dblink access. In the text of the program unit I have calls to packages of other database and the conection is through a dblink.

If I comment the code lines the form and the program unit compile fine.

What can I do? I try to avoid creating a module pl/sql in BBDD and call it.

It possible to access to objects with dblink on forms 12c?

Thanks for the help!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 4 2016
Added on Jul 4 2016
3 comments
6,680 views