mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
5 lines
133 B
SQL
5 lines
133 B
SQL
exec DBMS_SESSION.RESET_PACKAGE;
|
|
set serveroutput on;
|
|
exec DBMS_OUTPUT.ENABLE(1000000);
|
|
|
|
exec ut.run(USER||':gilded_rose_tests'||''); |