Recent content by KevinRyan

  1. K

    Inability to "Kill" a Process

    !!! My place has experienced this too, but not just with the PL/SQL developer program. We have opted to kill sessions which are not SQL Plus sessions that have been inactive for 30 minutes. We run a 8.1.7.0.0 client and 9.2.0.3.0 server. ------------------ Kevin Ryan Senior Computer...
  2. K

    No Intellisense when calling procedures in the same package

    Okay. That makes sense, because I did create those procedures with no headers. I will add them, and then shave down the header at migration time. About 6.0: You guys rock! Soon you will own the Oracle Development market!
  3. K

    No Intellisense when calling procedures in the same package

    Hello, I think that I have found a tiny bug. One that might easily be squished. I am writing some automated processes and I enclose most all of a given process into one package. When I call outside of the current package I can write the package+procedure name and then have my drop list of...
  4. K

    ORA-03113 End of file on communication channel

    Yesterday everything was fine. Today whenever ANY of the developers here try to create or replace an object with PL/SQL Developer we are presented with the "End of file on communication channel." error. Basically whenever we try to create or replace ANY object we are kicked out of Oracle...
Back
Top