Thanks for the question.
Asked: July 19, 2007 - 4:21 pm UTC
Last updated: June 28, 2017 - 12:51 am UTC
Version: 9.2.0.6
Viewed 10K+ times! This question is
ops$tkyte%ORA10GR2> set sqlterminator OFF ops$tkyte%ORA10GR2> update table_x 2 set x_sql_statement= 3 'DECLARE 4 l_status NUMBER := 0 ; 5 BEGIN 6 SELECT 1 INTO l_status 7 FROM dual; 8 END ;' 9 where x_code= 'XXXXX' 10 / 1 row updated. ops$tkyte%ORA10GR2> commit 2 / Commit complete. ops$tkyte%ORA10GR2> set sqlterminator ON
Cos, July 23, 2007 - 2:21 pm UTC
SAML, June 27, 2017 - 12:38 pm UTC
Share and learn SQL and PL/SQL; free access to the latest version of Oracle Database!
Classes, workouts and quizzes on Oracle Database technologies. Expertise through exercise!