Syntax Checker/Compiler for PL/SQL
479279Dec 11 2006 — edited Dec 11 2006Hi,
I write often complex scripts in PL/SQL and I want to test the syntax or compile the scripts without to execute them. In sqlplus I only found the possibility to start a script with '@script.pls' or 'start script.pls', but I'm looking for something like 'test script.pls' to see, whether there are mistakes in the syntax or whether I use packages which not exists or so.
Has anyone an idea?
Thx,
schaary