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
13e88d50
Commit
13e88d50
authored
Aug 16, 2016
by
Steven Murray
Browse files
Corrected a spelling mistake in a PL/SQL comment
parent
b99bcace
Changes
1
Hide whitespace changes
Inline
Side-by-side
catalogue/drop_oracle_catalogue_schema.sql
View file @
13e88d50
...
...
@@ -32,7 +32,7 @@ DECLARE
DBMS_OUTPUT
.
PUT_LINE
(
'Table '
||
tableName
||
' dropped'
);
EXCEPTION
WHEN
OTHERS
THEN
-- ORA-00942: table or view does not exis
-- ORA-00942: table or view does not exis
t
IF
SQLCODE
=
-
942
THEN
DBMS_OUTPUT
.
PUT_LINE
(
'Table '
||
tableName
||
' not dropped because it does not exist'
);
ELSE
...
...
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