zihaoAK47 commented on issue #26966:
URL: 
https://github.com/apache/shardingsphere/issues/26966#issuecomment-1658113961

   Error sql:
   
   SQL> ALTER INDEX index MONITORING USAGE;
   ALTER INDEX index MONITORING USAGE
               *
   ERROR at line 1:
   ORA-00953: missing or invalid index name
   
   SQL> ALTER INDEX index NOMONITORING USAGE;
   ALTER INDEX index NOMONITORING USAGE
               *
   ERROR at line 1:
   ORA-00953: missing or invalid index name
   
   SQL> ALTER INDEX index VISIBLE;
   ALTER INDEX index VISIBLE
               *
   ERROR at line 1:
   ORA-00953: missing or invalid index name
   
   
   SQL> ALTER INDEX index_name PARAMETERS (parms);
   ALTER INDEX index_name PARAMETERS (parms)
                                      *
   ERROR at line 1:
   ORA-01780: string literal required


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to