everly-gif commented on a change in pull request #16024:
URL: https://github.com/apache/shardingsphere/pull/16024#discussion_r825360072
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/antlr4/imports/oracle/DDLStatement.g4
##########
@@ -2014,6 +2014,11 @@ createDatabaseLink
: CREATE SHARED? PUBLIC? DATABASE LINK dbLink
(connectToClause | dbLinkAuthentication)* (USING connectString)?
;
+
+dropDatabaseLink
+ : DROP PUBLIC? DATABASE LINK dbLink
+ (connectToClause | dbLinkAuthentication)* (USING connectString)?
Review comment:
Referred the wrong docs :) However, I corrected it now. Do let me know
if it's correct. On to the next requested changes!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]