Recent content by Cornell

  1. C

    Using plsqldoc w/ non-standard standards?

    FYI, the source lines are stored, as is, as seen in view SYS.ALL_SOURCE
  2. C

    plsqldoc isn't getting program unit comments

    Mea Culpa... Yes, I have strict comments selected, for the reasons you suggest. But I read it as '/*', not '/**'. Changed the starting comment to '/**' and it's working fine. Thank Marco
  3. C

    plsqldoc isn't getting program unit comments

    I've a package which contains a function that has comments above it. I go to Tools / plsqldoc / Generate Document, and when I check the resulting page, the comments aren't there. The code is: /* Compute the duration, in hours, from duration, units and training_type. Also sets some...
Back
Top