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

   error sql:
   
   SQL> ALTER PACKAGE [ schema. ] package package_compile_clause;
   ALTER PACKAGE [ schema. ] package package_compile_clause
                 *
   ERROR at line 1:
   ORA-04050: invalid or missing procedure, function, or package name
   
   SQL> ALTER ROLLBACK SEGMENT;
   ALTER ROLLBACK SEGMENT
                        *
   ERROR at line 1:
   ORA-02245: invalid ROLLBACK SEGMENT name
   
   
   SQL> CREATE ROLLBACK SEGMENT;
   CREATE ROLLBACK SEGMENT
                         *
   ERROR at line 1:
   ORA-02175: invalid rollback segment name
   
   
   SQL> DROP ROLLBACK SEGMENT;
   DROP ROLLBACK SEGMENT
                       *
   ERROR at line 1:
   ORA-02175: invalid rollback segment name


-- 
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]

Reply via email to