zihaoAK47 commented on issue #26992:
URL:
https://github.com/apache/shardingsphere/issues/26992#issuecomment-1757284231
Error sql:
SQL> ALTER TABLE table_test DEALLOCATE UNUSED KEEP integer;
ALTER TABLE table_test DEALLOCATE UNUSED KEEP integer
*
ERROR at line 1:
ORA-03277: invalid SIZE specified
SQL> ALTER INDEX index_test DEALLOCATE UNUSED KEEP integer;
ALTER INDEX index_test DEALLOCATE UNUSED KEEP integer
*
ERROR at line 1:
ORA-03277: invalid SIZE specified
SQL> ALTER CLUSTER cluster_test DEALLOCATE UNUSED KEEP integer;
ALTER CLUSTER cluster_test DEALLOCATE UNUSED KEEP integer
*
ERROR at line 1:
ORA-03277: invalid SIZE specified
--
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]