zihaoAK47 commented on issue #26957:
URL:
https://github.com/apache/shardingsphere/issues/26957#issuecomment-1637707207
ALTER DIMENSION CREATE DIMENSION DROP DIMENSION
error sql:
SQL> ALTER DIMENSION CREATE DIMENSION DROP DIMENSION;
ALTER DIMENSION CREATE DIMENSION DROP DIMENSION
*
ERROR at line 1:
ORA-30340: illegal dimension name
SQL> ALTER DIMENSION;
ALTER DIMENSION
*
ERROR at line 1:
ORA-30340: illegal dimension name
SQL> CREATE DIMENSION;
CREATE DIMENSION
*
ERROR at line 1:
ORA-30340: illegal dimension name
SQL> DROP DIMENSION;
DROP DIMENSION
*
ERROR at line 1:
ORA-30333: dimension does not exist
--
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]