SQL Developer
Speed up SQL Developer Startup
dmann — Mon, 11/14/2011 - 15:23
If you are using SQL Developer 2.x you can reduce your startup time by about 20% by disabling any unneeded extensions. I was able to reduce my startup time from 11 seconds to 8 seconds by turning off all extensions (none of which I really needed anyway). Read more »
Using Proxy Connections with SQL Developer or SQLPLUS
dmann — Tue, 09/13/2011 - 14:04
When trying to debug for another user sometimes it is helpful to be able to log in as that user. In the past magic was done by admins by storing the encrypted passwords, setting to a new temporary password, logging in, and then resetting the old encrypted password back.
Luckily modern Oracle versions we have the concept of a Proxy user. This allows connecting as one user but masquerading as another user (once proper permissions have been granted of course).
So far I have done this with SQL Developer and SQLPLUS, instructions are below for a test case.
SQL Developer Custom Report Example - Long Operations Graph
dmann — Thu, 01/29/2009 - 12:10
I added a new tutorial to my collection of SQL Developer information. The tutorial covers creation of a HTML Custom Report for SQL Developer.
Here is an example of the report running and showing 1 long operation (click to enlarge):
If you would like to see how this is done the tutorial is available here.
--Dave
If you would like to see how this is done the tutorial is available here.
--Dave 