Skip to content

Commit

Permalink
Mini changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjian2664 committed Dec 23, 2024
1 parent ac14cd9 commit 053d648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/trino-oracle/src/test/resources/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ALTER SYSTEM SET audit_trail=NONE SCOPE=SPFILE;
ALTER SYSTEM SET sql_trace=FALSE SCOPE=BOTH;
ALTER SYSTEM SET timed_statistics=FALSE SCOPE=BOTH;

-- Redirect background and user trace logs to /dev/null
ALTER SYSTEM SET background_dump_dest='/dev/null' SCOPE=SPFILE;
ALTER SYSTEM SET user_dump_dest='/dev/null' SCOPE=SPFILE;
ALTER SYSTEM SET diagnostic_dest='/dev/null' SCOPE=SPFILE;
-- -- Redirect background and user trace logs to /dev/null
-- ALTER SYSTEM SET background_dump_dest='/dev/null' SCOPE=SPFILE;
-- ALTER SYSTEM SET user_dump_dest='/dev/null' SCOPE=SPFILE;
-- ALTER SYSTEM SET diagnostic_dest='/dev/null' SCOPE=SPFILE;

0 comments on commit 053d648

Please sign in to comment.