strongduanmu commented on code in PR #17984:
URL: https://github.com/apache/shardingsphere/pull/17984#discussion_r883194341
##########
shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-oracle/src/main/antlr4/imports/oracle/DDLStatement.g4:
##########
@@ -2359,3 +2359,27 @@ createSPFile
createPFile
: CREATE PFILE (EQ_ pfileName)? FROM (SPFILE (EQ_ spfileName)? (AS COPY)?
| MEMORY)
;
+
+createControlFile
+ : CREATE CONTROLFILE REUSE? SET? DATABASE databaseName
logfileForControlClause?
+ ( RESETLOGS | NORESETLOGS) (DATAFILE fileSpecifications)?
Review Comment:
Can these rules be extracted into a sub rule?
--
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]