Re: PLSQL syntax checker

From: DA Morgan <damorgan_at_x.washington.edu>
Date: Thu, 13 Jan 2005 14:03:58 -0800
Message-ID: <41e6f042$1_1_at_127.0.0.1>


Romeo wrote:

> Hello,
> I want to know if a simple tool ( for windows ) can check the syntax
> of a PLSQL script without running it ... in fact, just an analyser to
> check if a ; is missing for example ...
>
>
> Thanks a lot.
>
> Romeo.

CREATE OR REPLACE PROCEDURE test IS

<your SQL script here>

END;
/

sho err

Why buy a tool when you can do it for free?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Thu Jan 13 2005 - 23:03:58 CET

Original text of this message