Recent content by andrewp

  1. A

    Unable to see Error Messages in program editor

    Same problem as user. Can't see errors, only hints, when compiled package. Have maded sure the create package..AS has the AS before any comments (which tends to upset the WRAP oracle utility if there are keywords in the comments or the comments are long). CREATE OR REPLACE PACKAGE NCD505 AS...
  2. A

    Export User Objects

    When I export user objects (1 file per object), regardless of the destination (Unix server or PC)the file format always ends up as PC with a cr/lf end of line. I have my file format linebreaks option set to unix. This causes a problem for users opening the files up on unix etc. Am I missing...
  3. A

    EMail Notification

    Is there any way to receive emails re when someone posts a reply to a topic one is interested in. The only notification i can see at the monment is when creating a new topic.
  4. A

    ANSI to Pre Ansi conversion

    Enhancement to query builder Any chance you could you add a toggle button to convert ansi to pre-ansi and vice versa in the query builder. I can see it copes with both types of statement so would it be easy to do?
  5. A

    Code assistent not always working properly

    code assistant doesn't work with synonyms for tables/views in another database re dropdown of column names. Any chance of fixing this (or giving an option to switch it on/off for speed) since we use cross database synonyms extensively
  6. A

    refactor doesn't rename a ref cursor type

    if i try to rename a ref cursor type variable, nothing happens. i.e. type cdRefCursor is ref cursor return myView%rowtype; /* Create a cursor of our cursor type */ cData cdRefCursor; attempting to rename cdRefCursor to myWizzyRefCur brings up the rename dialog box, but doesn't...
  7. A

    licencing

    Confused re the licencing. I have a personal licenced copy of PL/SQL Developer V7.01 for home use. At work, we have a 10 licence pack (but for V5.x) Can I install my own V7x at work (for MY use only) and continue use it at home on my own computer?
Back
Top