Skip to content

Commit 936a0a0

Browse files
authored
Update burn.sql
changed GRANT statement to make the function available for all users.
1 parent cb9403c commit 936a0a0

File tree

1 file changed

+2
-2
lines changed
  • data-platform/core-converged-db/resource-manager/scripts

1 file changed

+2
-2
lines changed

data-platform/core-converged-db/resource-manager/scripts/burn.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN
2222
RETURN 0;
2323
END;
2424
/
25-
grant execute on burn_cpu to public;
25+
grant execute on redef_user.burn_cpu to public;
2626

2727
-- Use burns.sql to run the script
28-
-- SELECT burn_cpu (5) FROM dual;
28+
-- SELECT redef_burn.burn_cpu (5) FROM dual;

0 commit comments

Comments
 (0)