Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

1.5.5 export does not work for following query

643245Jul 19 2009 — edited Aug 2 2009
After installing the latest version, 1.5.5 build MAIN-5969, I found that the following query results cannot be exported. After executing the SQL, I right click on the results.

Export Data > CSV

The menu disappears and I'm back to the results with nothing exported or no export options.

select
(select user_id * 1
from all_users
where user_id = u.user_id ) * 1 num
from all_users u
;

I'm running SQL Developer on Windows XP SP3.
ON a 9.2.0.8 (Enterprise Edition, 64bit) database running on a HP-UX server.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2009
Added on Jul 19 2009
10 comments
2,218 views