Skip to Main Content

Oracle Forms

Announcement

Testing banner

Login form keeps showing whenever running forms in Orcale Form Builder.

MoslemMar 21 2022

I would like to know how to avoid displaying login form whenever forms are ran in Orcale Form Builder (look at the screenshot below).
s66.JPGIt is actually supposed that such form shows only once when running a form for the first time (as you can see in the screenshot below).
s67.JPGHowever, it keeps showing whenever I run a form.
In order to create the relevant user, this is how I proceeded step by step:
I ran this command-line in the command prompt in order to connect with a common user : sqlplus c##moslem/my_password@orcl
I connected to the pluggable database : alter session set container = ORCLPDB;
I created a new user this way : create user Scott identified by tiger;
I granted it some privileges : grant dba to Scott;
I connected to sqlplus with the user that I have created : sqlplus Scott/tiger@orcl
Any idea how to fix that?
Thanks in advance.

Comments
Post Details
Added on Mar 21 2022
4 comments
67 views