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
7283c3aa
Commit
7283c3aa
authored
Dec 04, 2014
by
Giuseppe Lo Presti
Browse files
A (WIP) block for the Oracle AQ
parent
0b36cab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ReleaseNotes
View file @
7283c3aa
...
...
@@ -23,6 +23,23 @@
+ /etc/grid-security/castor-gridftp-dsi/castor-gridftp-dsi-cert.pem
+ /etc/grid-security/castor-gridftp-dsi/castor-gridftp-dsi-key.pem
Database configuration
----------------------
Ask your DBA to run the following snippet, providing your stager account name:
DECLARE
stager_account := '<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;
EXECUTE IMMEDIATE 'GRANT EXECUTE ON dbms_aqadm TO ' || stager_account;
DBMS_AQADM.grant_system_privilege('ENQUEUE_ANY', stager_account, FALSE);
DBMS_AQADM.grant_system_privilege('DEQUEUE_ANY', stager_account, FALSE);
END;
/
Oracle client configuration: ~/.sqlnet.ora should contain DIAG_DDE_ENABLED=FALSE
-------------
- 2.1.14-15 -
...
...
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