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!

Oracle Form Builder - Database tables do not show when creating a new data block.

MoslemMar 16 2022

When creating a new data block in Oracle Form Builder, the tables that I have created do not show after connecting to database. Here are some screenshots :
c2.jpgc3.jpgHowever, I find all the tables when running the two command-lines in the command prompt :

sqlplus c##aimen/mon_mot_de_passe@orcl

select * from tab;

Here is another screenshot :
c1.jpgThis is my tnsnames.ora file content :
c4.jpgAny idea how to fix that?

Comments
Post Details
Added on Mar 16 2022
7 comments
2,116 views