Oracle Forms (MOSC)

MOSC Banner

DML Issue in QUERY_ONLY Form

edited Nov 23, 2010 5:43PM in Oracle Forms (MOSC) 6 commentsAnswered
I know that when I call a form (e.g. using call_form) I can set the mode to QUERY_ONLY so that users cannot insert/delete/update records in called form. My question is if I issue a DML statement in a procedure e.g. 

begin

insert into table_name values (value1, value2,...);

commit;

end;

Would above DML statement insert values in to the table?

Thanks in advance!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center