-
Copyrights 2010 - Online Training Oracle Applications. All Rights Reserved.
|
Create the hospital table in the database.
Now, let’s create the form using the above table. Open the form builder tool Welcome to layout wizard File Program Pat ID – 101 Click on Save. We get error FRM- 40508: ORACLE error: unable to INSER record. To see the database error
As we have defined check constraint in the column Fee ( Fee >= 1000). Using Views Example SQL> select * from dept_analysis; We get the following output Let’s build the form using dept_analysis. Open the form builder tool Welcome to Layout wizard File Program Program The above form does not support DML operations, as the view is complex view.
|