Recent content by JoeyM

  1. J

    How to see history of statements?

    CTRL + E it is! Thank you Joey
  2. J

    How to see history of statements?

    Hello, Is there a way to see a history of executed sql statements in the SQL Window? Thanks, Joey
  3. J

    Oracle12c and PL/SQL Developer 10

    Hi all, I resolved this issue as follow: 1. I downloaded the Oracle12c 32bit instant client for windows 2. In PL/SQL developer 10, I went to Tools->Preferences->Oracle Connection and set the 'OCI Library' path to the Oracle12c instant client I downloaded. 3. I restarted PL/SQL Developer and all...
  4. J

    Oracle12c and PL/SQL Developer 10

    Hi All, I'm experiencing problems with Oracle12c and PL/SQL Developer Version 10. I'm able to connect to the oracle 12c database fine. The problem I'm experiencing is when I attempt to perform a select from a table or view a store procedure/function. The error message I get is: ORA-12801...
  5. J

    Comment Procedure

    Excellent!!! Templates will serve just fine. Many thanks,
  6. J

    Comment Procedure

    Hi All, Is there a way in PLSQL Developer in which I can automatically add header comments to a procedure or function? Basically, I just want a way to provide a comment with a summary of each procedure/function - similar to how we comment methods in C#/.Net. Thanks, Joey
  7. J

    CLOB input with XML Text on PSD

    What I did noticed is that the data editor only persist its data when you've selected a table. So if you select a table, go into edit data, you can then paste in your CLOB data and it should work.
  8. J

    CLOB input with XML Text on PSD

    I'm experiences the exact same problem with the Large Data Editor. Does anybody know how to resolve the above issue? Regards..
  9. J

    Highlight selected word?

    Many thanks Claus. The highlight work-around worked fine.
  10. J

    Highlight selected word?

    Hi there, I'm pretty new to PLSQL Developer. I was wondering, is there a way in the SQL editor to highlight all of the selected work? For example, if I selected the for INTO, I'd like to see every "INTO" highlighted in the editor. Thanks, Joey
Back
Top