Recent content by andrecarlucci

  1. A

    Enhancement Request -

    Hello people, I am trying to export data (as html or whatever) using the "export query results" button after running a test for any procedure with ref cursor and I get the error ORA-00900. I am using PL/SQL Version 7.1.4.1390, I guess this is after 7.0.3 but the bug is still there...
  2. A

    plsqldoc butchering frame

    OK, Here is a workaround. I don't know why the frame_index.html is created empty everytime. To fix that, just pick the original frame_index.html (with content) from the installation files and overwrite the empty one from your project BEFORE you generate any doc. The frame_index.html from the...
  3. A

    plsqldoc butchering frame

    More info: When I create the index with "use frames" option, the frame_index.html is empty. Then, after generate docs for some packages, I got a table with the links, but without any "html", "header" or "body" tags. The document starts with the "table" directly. I am using Oracle 10g/XE and...
  4. A

    plsqldoc butchering frame

    Hello, I have the same problem with plsqldoc. I just downloaded it so it is the final version.
Back
Top