Partitioning is most helpful when the table contains many rows. Additionally it can be immensely beneficial if queries accessing partitioned tables perform full-table scans. In these cases some indexes can be removed from tables there by improving INSERT and UPDATE operations.
Using the following SQL to display partitioned tables within your environment
select owner || '.' || table_name, PARTITIONING_TYPE
from dba_part_tables
ORDER BY table_name;
Use Xattr CloudFiler™ to dedup, encrypt and move your RMAN backups to the cloud.
We
are currently paying for accepted Oracle 10g DBA & Business
Intelligence articles, scripts, tips & tricks. Send
yours to the editor and we will review within three weeks.