Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL Syntax check

user097815May 8 2009 — edited May 9 2009
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 ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2009
Added on May 8 2009
6 comments
26,810 views