Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: 10g ASM
> What does Automatic Storage Management which manages ASM Instance disk
> groups and the dropping of a partitioned table in a database have to do
> with each other?
ASM is supposed to spread data across all disks in a disk group (striping). An ASM disk can be a partition.
> How about displaying the SQL statements and results you are looking at
> so someone can understand what you are really asking?
after dropping table
SQL> select object_type from dba_objects where object_name = 'xxx';
shows :
OBJECT_TYPE
Object type TABLE is dropped but not all "TABLE PARTITION"s Received on Tue Apr 11 2006 - 12:06:44 CDT