Skip to content

Commit faace27

Browse files
committed
fix: align package body default with spec (20000)
1 parent b3c25bd commit faace27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plisql/src/plisql--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ END dbms_output;
8989

9090
CREATE OR REPLACE PACKAGE BODY dbms_output IS
9191

92-
PROCEDURE enable(buffer_size INTEGER DEFAULT NULL) IS
92+
PROCEDURE enable(buffer_size INTEGER DEFAULT 20000) IS
9393
BEGIN
9494
PERFORM sys.ora_dbms_output_enable(buffer_size);
9595
END;

0 commit comments

Comments
 (0)