Hello All!
I am maintaining for one of our customer one old Oracle 8.1.7.4 database with 2 standby database using arc log file .
OS: AIX 5L on IBM P520 and RS-6000
In the production database I have the 2 most heavily used tables of the prod environment with a size of 10GB each one and 15M rows.
Btw, the total size of the db is 110GB.
In the meantime, I have a 18 and 20 indexes on them, but the majority of them are inconsistent because too old.
When I try to recreate only one index it costs me an average of 2 hours! (I extract the DDL code, drop the object and recreate the index)
Then I am seriously thinking to export the entire table and then re-import it.
Anyway, the goal is to:
- recreate all the indexes on those 2
- Partitioning the 2 tables – probably with Composite type.
I would like to ask you advice on the methodology. I have only one week-end to do it.
Do you agree with me to say that it is better to export/import the tables before partitioning them?
Cheers/TurtleOp
I am maintaining for one of our customer one old Oracle 8.1.7.4 database with 2 standby database using arc log file .
OS: AIX 5L on IBM P520 and RS-6000
In the production database I have the 2 most heavily used tables of the prod environment with a size of 10GB each one and 15M rows.
Btw, the total size of the db is 110GB.
In the meantime, I have a 18 and 20 indexes on them, but the majority of them are inconsistent because too old.
When I try to recreate only one index it costs me an average of 2 hours! (I extract the DDL code, drop the object and recreate the index)
Then I am seriously thinking to export the entire table and then re-import it.
Anyway, the goal is to:
- recreate all the indexes on those 2
- Partitioning the 2 tables – probably with Composite type.
I would like to ask you advice on the methodology. I have only one week-end to do it.
Do you agree with me to say that it is better to export/import the tables before partitioning them?
Cheers/TurtleOp