zhujunxxxxx commented on a change in pull request #10214:
URL: https://github.com/apache/shardingsphere/pull/10214#discussion_r623902507
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/antlr4/imports/oracle/BaseRule.g4
##########
@@ -526,3 +526,51 @@ hashSubpartitionQuantity
odciParameters
: identifier
;
+
+databaseName
+ : identifier
+ ;
+
+locationName
+ : STRING_
+ ;
+
+fileName
+ : STRING_
+ ;
+
+asmFileName
+ : identifier
+ ;
Review comment:
@Liangda-w `asmFileName` can you help me? because I don't know how to
define it.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]