HOw I can verify my SQL / SQL Pl syntax

Posted by rima on Stack Overflow See other posts from Stack Overflow or by rima
Published on 2010-05-17T04:37:16Z Indexed on 2010/05/17 4:40 UTC
Read the original article Hit count: 264

Filed under:
|

Hi all Sorry my English is bad.I hope u can get what I want.

I have lots of *.sql files that i want to write a program to compile them and if there is any issue(problem or mistake) report me.

One of my friend write an IDE for java,as I remember he use javac to generate the codes error,in other hand maybe u see when u try to write code in a Visual stadio or Netbean the IDE generate errors for u.so now I want to know any one have any idea how I can do it for my sql files?

In other mean I want to write a Editor for SQL files(PL/SQL) that compile my code and tell me what is my error.

this problem raise up when I try to compile all of them in SQL PLUS,it's so boring.

please help me...

© Stack Overflow or respective owner

Related posts about plsql

Related posts about compiler