Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
314f6488
Commit
314f6488
authored
Dec 04, 2014
by
Giuseppe Lo Presti
Browse files
A stupid fix... after applying it to all dev instances
parent
7283c3aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
ReleaseNotes
View file @
314f6488
...
...
@@ -28,7 +28,7 @@
Ask your DBA to run the following snippet, providing your stager account name:
DECLARE
stager_account := '<your stager account>';
stager_account
VARCHAR2(100)
:= '<your stager account>';
BEGIN
EXECUTE IMMEDIATE 'GRANT CONNECT, RESOURCE, aq_administrator_role TO ' || stager_account;
EXECUTE IMMEDIATE 'GRANT EXECUTE ON dbms_aq TO ' || stager_account;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment