Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this a bug?
... or go even further and run:
SELECT DISTINCT owner, column_name, data_type
FROM dba_tab_columns WHERE column_name IN (SELECT keyword FROM v$reserved_words) AND owner LIKE'SYS%'; Received on Thu Jan 04 2007 - 10:23:42 CST