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!
The code below is compiled and executed in Oracle Database 18c (18.3), but the parser cannot parse it.
Is this some kind of problem with parsing?
create table t(n number)
/
begin
lock table t in share row exclusive mode;
end;