On Friday, August 3, 2012 11:40:02 AM UTC+2, Fin wrote:
Quote:
Yeah, sadly my Tablespaces were not created in 9.7 or above so the alter tablespace command fails. I have literally hundreds of tables that have indexes in my INDEXES tablespace and I was hoping there was a command or procedure somewhere I am missing to convert the tablespace to allow reclaimable storage. Unloading and reloading the tables is out of the question, as is moving tables via the admin move table util. I am not doing that hundreds oftimes simply to lower the high water mark on the indexes tablespace. |
In our shop, we faced the same situation and we've chosen this approach:
1) Create a new database.
2) Configure Federation/Nicknames
3) Loop through all tables using Load from Cursor in the new db.