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!

BUG : DBMS_OUTPUT.put_line and tabs in sqldeveloper 1.2.1 - build 32.00

541243Aug 20 2007 — edited Nov 7 2007
Hi Guys.

I upgraded from 1.2 and it appears that dbms_output.put_line is now broken.

Consider the following:
begin
   dbms_output.put_line('hello world');
end;
Process:
1. Load SQL Developer
2. Open a connection to DB
3. Go to DBMS Output tab
4. Enable server output
5. Type in the code (as above)
6. Hit F5

The bug/new feature:
After hitting f5, the DBMS Output tab switches to Script output where by I am presented with "anonymous block completed". In 1.2 (and previous versions) I used to see

anonymous block completed
hello world

in the Script Output tab.

Now I have to switch back to the DBMS Output tab. My problem with this is that there is far too much clicking. Why redirect me away from the tab that is going to actually display the script output only for me to have to click back into that tab? I just don't get it.

Regards
Kristian Jones
http://kristianjones.blogspot.com

Message was edited by:
Kris Jones
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2007
Added on Aug 20 2007
11 comments
2,866 views