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
6a8f03ae
Commit
6a8f03ae
authored
Sep 24, 2019
by
Giuseppe Lo Presti
Browse files
Cosmetic change
parent
4b754a29
Changes
2
Hide whitespace changes
Inline
Side-by-side
migration/castor/castorns_ctamigration_schema.sql
View file @
6a8f03ae
...
...
@@ -47,7 +47,6 @@ CREATE GLOBAL TEMPORARY TABLE CTAFilesFailedTemp(
blockId
INTEGER
,
s_mtime
INTEGER
,
retc
INTEGER
,
message
VARCHAR2
(
2048
))
ON
COMMIT
PRESERVE
ROWS
;
CREATE
OR
REPLACE
VIEW
CTADirsHelper
AS
SELECT
/*+ PARALLEL(F) PARALLEL(D) */
F
.
fileid
,
F
.
parent_fileid
,
D
.
depth
,
substr
(
D
.
path
,
length
(
'/castor/cern.ch/'
))
as
path
,
...
...
migration/oracle_catalogue_castor_migration.sql
View file @
6a8f03ae
...
...
@@ -209,8 +209,8 @@ BEGIN
SELECT
count
(
*
)
INTO
nbMissingImports
FROM
Err
$
_Tape_File
;
IF
nbMissingImports
=
nbPreviousErrors
THEN
IF
nbPreviousErrors
>
0
THEN
CNS_ctaLog
(
inTapePool
,
'Tape files import completed
. S
till '
||
nbPreviousErrors
||
' cases from previous imports in the Err$_Tape_File table'
);
CNS_ctaLog
(
inTapePool
,
'Tape files import completed
, but there are s
till '
||
nbPreviousErrors
||
'
problematic
cases from previous imports in the Err$_Tape_File table'
);
ELSE
CNS_ctaLog
(
inTapePool
,
'Tape files import completed'
);
END
IF
;
...
...
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