Recent content by townsendEbmud

  1. T

    Ignored Errors?

    I assume you mean that 7.1.3.1381 fixes the oci.dll vs. PATH problem, not the "ignored errors" problem, which still exists in .1381.
  2. T

    Ignored Errors?

    On a further note, one thing we observed trying to chase down this problem was that PSD used the oci.dll that it found in my PATH regardless of the oci.dll specified in the settings. Mine was the only PC around that had this directory in its path, so my PC behaved differently from other PCs we...
  3. T

    Ignored Errors?

    Wow, this almost took my breath away. Almost. Sadly it did not solve my problem. I downloaded and installed 7.1.3.1381 and the problem continues. My tech guy put together this script to demonstrate the problem: ------------- create or replace function test_fc return varchar2 as v_dummy...
  4. T

    Ignored Errors?

    One of my users on the latest version runs a SQL that returns no rows. However, my tech guy runs the same SQL on his machine and gets a correct error message that percolates out of a function call that a "single row query returns multiple rows". SQL*Plus returns this error message also. The...
  5. T

    Command Execution vs. F8

    This enhancement is for the command window. There are times when I have something in the editor and have switched back to the command prompt. I type in a quick SQL at the prompt then hit F8. Oops. I just executed the contents of the editor and not the command I just typed in. Hopefully what I...
  6. T

    Versioning Issues for altered Type

    Some of us have been waiting a very long time over multiple versions for this to be fixed. Come on, guys, we love your product but this nuisance has been here way too long!
  7. T

    Edit Type Bug - Subtypes

    Never mind. The missing code was just so far off the right side of the screen that it was not visible at first.
  8. T

    Edit Type Bug - Subtypes

    For a Type, choosing Edit from the Object Browser context menu produces incomplete DDL when the type is a subtype. Example: We have a DOX_CN type. From the context menu, the first line in the editor is: CREATE OR REPLACE TYPE "DOX_CN" However, if you choose dbms_metadata/DDL from the context...
  9. T

    Explain Plan Optimizer Hint Problem

    In 7.0.2, if I go to an Explain Plan window and enter SQL with an optimizer hint of NO_MERGE(viewalias), the window sets the optimizer goal to ALL_ROWS and ignores my my specific hint. Some hints will get merged in with the window's hint, but this 10g specific hint does not. Also, once the...
  10. T

    How to questions

    As far as editing from different machines and having different source files, the Oracle File System feature would resolve that problem. The files are stored and accessed from the database, so are available anywhere a database connection can be made. (Theoretically; I haven't actually used the...
  11. T

    pl/sql developer not case sensitive!

    We are converting from 9i to 10g and this is an issue when working with the new Recycle Bin. Indexes and constraints get renamed in the Recycle Bin with complex, system generated, case sensitive names. When you recover an object from the Bin, you need to rename these. Since PLSD does not...
  12. T

    CompareSource Plug-in - List index out of bounds (-1)?

    Yes. I also have another version with a later date on it. I tried swapping that in but it made no difference, still got the same error.
  13. T

    Enhancement Request - Key Config

    It would be great if in the Key Configuration dialog the two columns had sort buttons on the header. I would like to sort all the shortcuts together to remind myself what I have defined. TIA.
  14. T

    "Unexpected Error" when Compiling Programs

    I'll do that and let you know if I encounter the problem again.
Back
Top