Recent content by ariffe

  1. ariffe

    Recovery not working

    I would also like to have an "Autosave open SQL windows" feature. I frequently have many Ad-hoc SQL windows open at the end of a work day. I don't want to save each one individually but would like to be able to close PL/SQL Developer and have them open again when I restart. Currently I just...
  2. ariffe

    Explain plan HTML, XML, Text error ORA-00904

    Forgot to provide: PL/SQL Developer Version 11.0.2.1766 Windows 8 (64-bit) 6.2 Build 9200
  3. ariffe

    Explain plan HTML, XML, Text error ORA-00904

    When selecting the HTML, Text, and XML tabs in the explain plan window I am getting an error and no output: ORA-00904: "OTHER_XML": invalid identifier We are on DB v 11.2.0.3 and I can see column OTHER_XML in view gv$sql_plan (which I assume this window is using). Is there a profile I need to...
  4. ariffe

    New test window takes very long time to open when record type parameters are involved

    Steps to replicate: 1. In object browser (or from program window) - locate a procedure that takes a record type parameter. 2. Right click on procedure name and select "test" from the context window. 3. Application takes over 5 minutes to open test window. Is there a preference or setting I need...
  5. ariffe

    "not a variable" while debogging..

    Same issue for me. Any news on a cause or work-around?
  6. ariffe

    login.sql or glogin.sql startup script

    Was able to accomplish this by using command line parameters to run the startup report prior to the actual report: "C:\Program Files\QueryReporter\QueryReporter.exe" userid=scott/tiger@tstdb exec=c:\temp\startup.rep exec=actual.rep
  7. ariffe

    login.sql or glogin.sql startup script

    Is there functionality in Query Reporter (or PL/SQL Dev) that mimics the login.sql or glogin.sql behavior found in SQL*Plus? I need to run a startup script when users login to the database.
  8. ariffe

    New Version

    How do existing customers keep up with version updates since there is no download site for existing customers?
Back
Top