Database Administration (MOSC)

MOSC Banner

How to report SQL Developer bug?

edited Dec 16, 2008 2:15PM in Database Administration (MOSC) 1 commentAnswered
How does one report an Oracle SQL Developer bug?  Do I need to create a new SR incident through Metalink?

I recently upgraded from an old version of sql developer version 1.2.0.2998 to the latest 1.5.3.57.83.

The "Drag and Drop Effects" (Preferences-->Database-->Worksheet Parameters) has lost a feature that worked in the old previous version.  When dragging a table from the navigator to the worksheet, it no longer provides the schema name in the select query.

Before:

select col1, col2, col3 from MySchema.MyTable;

Now:

SELECT col1, col2, col3 FROM MyTable;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center