Reputation: 19
I am having problems for running an oracle form builder on my customer block.
It keeps saying
"Identifier Dual must be declared"
here is my code
select cust_id_seq.nextval into :customer_block.cust_id from dual;
Upvotes: 1
Views: 1431
Reputation: 44941
It seems you are not connected to the database.
Connect and then compile and run the form.
Upvotes: 3