Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Drop Tablespace

Re: Drop Tablespace

From: Mirek Dylong (DYLO) <dylo_at_friko.onet.pl>
Date: Thu, 22 Mar 2001 09:49:18 +0100
Message-ID: <99cef3$694$1@zeus.polsl.gliwice.pl>

What tablespace create index:

  1. select index_name, index_type from all_indexes where tablespace_name = 'DCC_DROP2'; and rebuild index
  2. Automation select 'alter index '|| owner || '.' || index_name || ' rebuild tablespace new tablespace;' from all_indexes where tablespace_name = 'DCC_DROP2';
Received on Thu Mar 22 2001 - 02:49:18 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US