Skip to content

Commit

Permalink
Merge pull request #5094 from cserf/patch-5093-ATLAS___Fix_RUCIO_ACCO…
Browse files Browse the repository at this point in the history
…UNTING_ALL_SCOPES_procedure

ATLAS : Fix RUCIO_ACCOUNTING_ALL_SCOPES procedure : Closes #5093
  • Loading branch information
bari12 committed Dec 8, 2021
2 parents 226a9f8 + 63d0595 commit 86b27bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/sql/oracle/procedures.sql
Expand Up @@ -469,9 +469,9 @@ AS
num_null_currtime NUMBER(10);
BEGIN

ALTER SESSION SET workarea_size_policy=MANUAL;
ALTER SESSION SET sort_area_size=2100000000;
ALTER SESSION SET hash_area_size=2100000000;
EXECUTE IMMEDIATE 'ALTER SESSION SET workarea_size_policy=MANUAL';
EXECUTE IMMEDIATE 'ALTER SESSION SET sort_area_size=2100000000';
EXECUTE IMMEDIATE 'ALTER SESSION SET hash_area_size=2100000000';

-- 9th Nov 2021, version 1.7, include new rep_type column. rep_type defined as following :
-- rep_type = 3 if no rule (similar to secondary). Cached data
Expand Down

0 comments on commit 86b27bc

Please sign in to comment.