Extensions for Oracle SQL Developer
Oracle SQL Developer is a free and fully supported graphical toll for database development. Its latest version 1.5 offers multi-databases support, such as Oracle, SQL Server, Access and MySQL. Also, Timesten is default to be supported with this new version.
Similar to famous IDE Eclipse, oracle now provides an “extension development kit” to have more third party involved in extension development. In page of “oracle SQL Developer - Extensions Exchange”, you can find a list of available extensions for Oracle SQL Developer in different versions. On that list, there is only one extension available for the latest version of Oracle SQL Developer. That is OrindaBuild, which generate Java source code to run your PL/SQL procedures and functions or any SQL statement you give it.
Besides of this extension, I also tried out the following three extensions below, which is not noted to be available for the latest version of Oracle SQL Developer. The experimental result is satisfied and they all work with the latest version of Oracle SQL Developer.
- Insider for SQL Developer
- Error Lookup for SQL Developer
- Oracle Data Miner PL/SQL Code Generator
Among above extensions, “Insider for SQL Developer” is my favorite one. Ignoring the resource consumption, “Insider for SQL Developer” offers real-time overall database activity in graphical view as shown in following figure. Even though this extension disables some commercial functions, it’s still very helpful for you to get run-time outlook of database activity.
Continued…
In response to comment, I’ve included screenshot for “Opening Inside View”. Please be noted that logging on with sysdba role might be necessary for using that.
Last 3 posts in Oracle Utilities
- How to Verify Memory Leaks on Unix - May 10th, 2010
- Using Crontab to Create Statspack Reports - April 23rd, 2009
- "Oracle Audit Tool" for DBA - August 16th, 2007
Popularity: 12% [?]
Tags:none

















September 16th, 2008 at 4:17 am
Hello !
I tried to DL the Insider for SQLDev. My SQlDev is 1.5.1.
I cant seem to fint out where to actually start the thing??? It is in the extensions in preferences, when I display in SQLDev.
Where do I start the tool?
best regards and thanx fo a nice BLOG
Mette
September 16th, 2008 at 4:19 pm
Please see newly added screenshot for “Opening Insider View”. That’s quite straightforward: right clicking connection and choose “Open Insider View”
R.Wang