DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: pl/sql compiler

  1. #1
    Join Date
    May 2001
    Posts
    285
    Hi,

    I'd like to check pl/sql syntax errors since they can't be trapped by exception handling in PL/SQL. So does Oracle has a PL/SQL compiler that allow me to do that? How about third party tool?

    Thanks!

  2. #2
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    if you simply type your PL/SQL under SQL*Plus, you'll see if there is any compilation error ...

  3. #3
    Join Date
    May 2001
    Posts
    285
    That's true. But if I don't run the individual script interactively, instead I run a script file which contains a lot of scripts. how can I catch it?

  4. #4
    Join Date
    Feb 2001
    Location
    Paris, France
    Posts
    809
    usually scripts are tested individually before being launched all together ... but well, AFAIK there is no external tool to check PL/SQL, so I'll guess you'll have to test each script :/

  5. #5
    Join Date
    Mar 2001
    Posts
    188
    if you install it under sqlplus than make a spool in the script in it.
    I hope i can help you
    Best Regards
    Thomas Schmidt

    Thomas_Schmidt@eplus-online.de
    If you have no aims, you will never reach a goal !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width