sql>set head off
sql>set pages 5000
sql>spool drop_index.sql
sql>select 'drop index '||owner||'.'||index_name||';' from dba_indexes where tablespace_name='USERS';
sql>spool off;
sql>exit;

相关文章:

  • 2021-09-23
  • 2021-04-01
  • 2022-12-23
  • 2022-01-07
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-16
  • 2021-08-04
  • 2022-02-05
  • 2021-08-21
  • 2022-12-23
  • 2021-05-30
相关资源
相似解决方案