Is it possible to specify custom tablespace names for Data Warehouse upgrade?
When upgrading from 2.0.0.2 to 3.0.1.2, it appears like our Oracle DBA customized the Data Warehouse creation scripts to create all the tables in a custom tablespace name, and not in the default tablespaces -- VNF_IDX, VNF_32K, VSTR_IDX, VSTR_32K, RIS_TEMP.
Now I'm trying to do an upgrade to 4.0.4, and am getting an error on the upgrade warehouse step since it's trying to create a new table in the "VNF_32K" tablespace, which doesn't exist. Is there any way to specify custom tablespace names for the upgrade script to use?
Accepted answer
Starting 4.0.3 (https://jazz.net/downloads/jazz-foundation/releases/4.0.3?p=news), it is possible to generate DDLs for DW upgrade (and also create)
and...