Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> NULLs are now always NULLs ?
Hi
Question for nulls, I suppose...
If I do this:
SQL> select dump('') from dual;
DUMP
DUMP
Then why does it make a difference here ? SQL> exec dbms_system.set_ev(100,200,10046,4,'') --> works just fine SQL> exec dbms_system.set_ev(100,200,10046,4,null) --> does not work (does not generate a trace file)
Thanks !
-- Syltrem Oracle 9.2.0.5 on OpenVMS 7.3-1 http://pages.infinit.net/syltrem (OpenVMS information and help, en français)Received on Wed Mar 22 2006 - 09:27:44 CST