Recent content by rzuniga

  1. R

    Oracle package question. public variables.

    Folks, I have an interesting question regarding public variables. See the package declaration at the end of this message. In the create package declaration, I have a public variable called ag_count which is initialized to 0. When I called the function testg.f1 from the SQL*Plus command line as...
  2. R

    Send DBMS Output to File (How or add to wish list)

    Folks, I love PL/SQL Developer. However, one thing that bugs me is the buffer limit on the DBMS Output when testing a program. I would assume that in order to avoid the buffer limit, one thing that PL/SQL Developer could do is route the screen output to a local file where the only limit is how...
Back
Top