SQL Syntax check
Hello all,
Is there a way to check sql syntax against the dataabse/table without acctually running against the table ?? If you are familar with RMAN...it has a rman syntax check cmd.. ( RMAN> rman checksyntax )....which will tell you if its a valid statment or not...
is there anything similar for sqlplus ??? i am on 10.2.0.3 on Solrais....Something where i can run select * from emp; but not actually execute the statment against the database ??