移动表所在表空间:
alter table table_name(表名) move tablespace new_tablespace(新表空间)
用户拥有的存储过程:
select object_name from user_objects where object_type='PROCEDURE';
本文介绍如何使用 SQL 语句将表从一个表空间移动到另一个表空间,并提供了查询用户拥有存储过程的方法。
移动表所在表空间:
alter table table_name(表名) move tablespace new_tablespace(新表空间)
用户拥有的存储过程:
select object_name from user_objects where object_type='PROCEDURE';
630

被折叠的 条评论
为什么被折叠?