Skip to content

Commit c6121a7

Browse files
Update varray_02.sql
1 parent 740517c commit c6121a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

varray_02.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET SERVEROUT ON;
1+
SET SERVEROUTPUT ON;
22

33
DECLARE
44
TYPE va_int_type IS
@@ -50,4 +50,4 @@ BEGIN
5050
v1.DELETE;
5151
dbms_output.put_line('Count of varray v1: ' || v1.count);
5252
END;
53-
/
53+
/

0 commit comments

Comments
 (0)