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!