Menu

Problem with grant in file

2004-08-19
2004-08-20
  • Scott Mitchell

    Scott Mitchell - 2004-08-19

    Hi, I just downloaded pldoc and ran it against my module of source files. Several of my files have grants of the form:

    grant all on rmc_custom.rmc_cost_copy_wrapper to apps
    /

    in them. When pldoc reaches one of these it chokes w/the following error message:

    ParseException: Encountered "ALL" at line 62, colum
    n 7.
    Was expecting one of: ....

    It looks like it just doesn't understand the all keyword as a valid thing to grant. Would that be easy to add to the parser?

    By the way, I am using version 0.8.2

     
    • Albert Tumanov

      Albert Tumanov - 2004-08-20

      As I understand, rmc_custom.rmc_cost_copy_wrapper is a package or procedure.
      Why do you GRANT ALL, not just GRANT EXECUTE ?

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.