Live SQL
Hello World
View All Scripts
Login to Run Script
Script Name
Hello World
Description
Simple example showing how to write text to the console.
Area
PL/SQL General
Contributor
Mike Hichwa (Oracle)
Created
Monday October 05, 2015
Statement
1
Illustrates DBMS_OUTPUT package to print text to the console.
begin dbms_output.put_line('hello world'); end;
hello world
Additional Information
Database on OTN
SQL and PL/SQL Discussion forums
Oracle Database
Download Oracle Database
© 2024 Oracle Corporation
Privacy
|
Terms of Use