Untitled*
You must execute the code again to save those values in the database.

'DIVIDEBYFAULTYCAST'
divide by faulty cast

select 1, (null/(cast 'a' as integer))
                      *
ERROR at line 1:
ORA-00907: missing right parenthesis

2 (NULL/(1/0))
2  

EXI
end