Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
SERVEROUTPUT « SQL Plus « Oracle PL / SQL
Oracle PL / SQL
SQL Plus
SERVEROUTPUT
1.
WORD_WRAPPED option for FORMAT wraps each line to the length specified by the value of the LINESIZE variable
2.
TRUNCATED formatting option: each line of the displayed output is truncated exactly at the length specified by the LINESIZE variable.
3.
The SET SERVEROUTPUT Command
4.
SET SERVEROUTPUT OFF/ON
5.
SET SERVEROUTPUT ON SIZE 1000000
6.
Make sure SQL*Plus SERVEROUTPUT setting is on