a little bit late, but for the community:
- in the sqlnet.ora you have to set the wallet_path to the correct directory
- You need a client version 12 and further
When I tested with an Oracle 11 XE Home it didnt work.
When I set the oci.dll by hand to my 12.2 instant client, disabling...
Did you guys ever consider enhancing the testfacilities in PLDEV? Some members of our team are working with SqlDeveloper, some of us with PLDEV. We like the concept of the testmanager and testscripts of PLDEV but a "nice to have" would be something that we could integrate with Fitnesse eg...
Thanks. I tackled the issue by the way:
setting dynamic sampling to 11 for the whole database is not a good thing.
The db was sampling for statements like
select * from dba_whatever where rownum < 1
When we're creating a connection to our main 12c db, Developer seems to hang for a while. Background investigation gave us that the statement
select * from sys.dba_type_attrs where rownum < 1
is the main cause.
We have this in investigation, but is there a way to start PLSQLDeveloper without...
I'm working with version 10.0.5.1710 against a 12C Multitenant database with one PDB and the root-container.
When I look at the source of the shared packages I'm seeing twins. E.g. with UTL_MATCH:
CREATE OR REPLACE PACKAGE utl_match IS
PACKAGE utl_match IS
FUNCTION edit_distance(s1 IN...
I've got an interesting one, I think.
I'm using Matrox Powerdesk version 1.4.17 for a splitsceen.
When I'm using the setting "Maximize In Display Containing the Window" and I open the "preference"-dialog PLSQLDev freeezes. Only killing the process in the taskmanager helps.
However, when I...