Method for getting list of Oracle/SQL keywords
843854Feb 17 2004 — edited Feb 18 2004Hi
I am Parsing dtd file and creating sequence of relational schema from that. But sometimes the dtd file use some element name that are keywords for the SQL. So before issuing a CREATE TABLE ststement,I like to check whether the table has any column name that is a keyword .For that I need to know is there any method by which I can get the list of SQL/Oracle keywords ? PLs help. THANKS