Skip to Main Content

SQL & PL/SQL

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!

send HTTP Status Code 204 (HTTP_NO_CONTENT)

26885Jul 10 2008 — edited Jul 10 2008
Hi,

how can I in PL/SQL send a status Code 204 to manipulate header code of the Website

In Perl it look like:
use CGI;
print CGI::header (-status => 204);

Karl
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2008
Added on Jul 10 2008
2 comments
274 views