Recent content by faq

  1. F

    FAQ: Where are the HTML Manuals?

    When I press the F1 key to view the Oracle HTML Manuals, I am prompted to select the directory where these HTML Manuals are located. I don
  2. F

    FAQ: Slow performance when logging on or executing a SQL Window or Test Window

    A logon in PL/SQL Developer takes a very long time. When I subsequently execute a SQL Window or Text Window, this also causes a huge delay.
  3. F

    FAQ: Can

    I cannot see all objects and privileges in the Object Browser.
  4. F

    FAQ: How can I test a program unit with a PL/SQL Table parameter?

    I have a program unit that has a PL/SQL Table parameter. When I generate a Test Script, I cannot set or view the values of the PL/SQL Table.
  5. F

    FAQ: ORA-12154 when trying to connect to a database

    When I try to connect to a database, It get an
  6. F

    FAQ: If-then-else execution seems wrong in the debugger

    Sometimes, when the debugger encounters an if-then-else statement, it seems to step through lines that are not actually executed.
  7. F

    FAQ: No debug information

    When I run a program in the debugger and try to view a variable value, all I see is
  8. F

    FAQ: SQL*Net not properly installed

    I get the following error when I try to set the Connected property of a TOracleSession to True: "SQL*Net not properly installed" What does this mean?
  9. F

    FAQ: ORA-01000: maximum open cursors exceeded

    After running my application for a while, I get an ORA-01000 error. How can I avoid this?
  10. F

    FAQ: Unexpected results with a where clause for a char column

    I am using a query with a where clause and a string variable for a char column, but I'm not getting any results. When I replace the string variable with a string literal, it works as expected: select * from emp where ename = 'SCOTT' This statement returns 1 row. select * from emp where ename...
  11. F

    FAQ: Problems starting Delphi 4 after installing Direct Oracle Access

    I just installed Direct Oracle Access for Delphi 4. The setup procedure worked just fine, but when I restarted Delphi I got the following error message: Can't load package C:\Program Files\Borland\Delphi4\lib\doa.bpl. A device attached to the system is not functioning. What's wrong?
  12. F

    FAQ: The TOracleEvent does not work properly

    I'm trying to use the TOracleEvent component to receive dbms_alert's, but it doesn't seem to work properly. Sometimes I miss alerts, and sometimes I get an ORA-03113 error. What's wrong?
  13. F

    FAQ: External Exception C0000008

    I get an External Exception error when connecting to an Oracle Server in the IDE. If I run the application alone, it executes correctly. How do I get around the problem?
Back
Top