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...
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...
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
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.
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