Skip to Main Content

Oracle Database Discussions

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!

Not displaying output on clicking on run button.

User_WRDHKApr 21 2021

I installed oracle 10g XE .it is installed and login as HR successfully but when I write query and click on run button. It did not run . I tried to save it but that also did not work. It is not even displaying error or something else. It is running on 8080 port number.
I wrote this code:
SET SERVEROUTPUT ON
dbms_output.put_line('hello');

image.pngI also checked services in task manager .This is the status.
image.pngimage.png

Please help.

Comments
Post Details
Added on Apr 21 2021
0 comments
227 views