![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, The database version is Oracle 11.1 When star transformation enabled is set to true, I see redo log being generated. I believe this is because of the dimensions being loaded into temp tables (SYS_TEMP_*). Is it possible to disable this redo log generation without using temp_disable? These temp tables are created in the SYS schema. Can we alter system tablespace to nologging? Regards, Pratap |
#3
| |||
| |||
|
|
Hi, The database version is Oracle 11.1 When star transformation enabled is set to true, I see redo log being generated. I believe this is because of the dimensions being loaded into temp tables (SYS_TEMP_*). Is it possible to disable this redo log generation without using temp_disable? These temp tables are created in the SYS schema. Can we alter system tablespace to nologging? Regards, Pratap |
#4
| |||
| |||
|
|
These temp tables are created in the SYS schema. Can we alter system tablespace to nologging? |
#5
| |||
| |||
|
|
On Fri, 26 Aug 2011 04:49:35 -0700, Pratap wrote: These temp tables are created in the SYS schema. Can we alter system tablespace to nologging? Temp tables may be created in SYS schema but are NOT created in the SYSTEM tablespace. Temp tables are always created in the TEMP tablespace for the issuing schema. If it's the SYS schema, it's the default tablespace for the database. Messing with system tablespace is definitely not recommended, even if setting it to nologging could actually achieve anything. --http://mgogala.byethost5.com |
#6
| |||
| |||
|
|
On Aug 26, 7:49*am, Pratap <pratap.deshm... (AT) gmail (DOT) com> wrote: Hi, The database version is Oracle 11.1 When star transformation enabled is set to true, I see redo log being generated. I believe this is because of the dimensions being loaded into temp tables (SYS_TEMP_*). Is it possible to disable this redo log generation without using temp_disable? These temp tables are created in the SYS schema. Can we alter system tablespace to nologging? Regards, Pratap PS - Google won't show me my initial reply but I found the following article at Oracle support that tells you how to disable the use of temporary tables in a start transformation. Init.ora Parameter "STAR_TRANSFORMATION_ENABLED" Reference Note [ID 47358.1] HTH -- Mark D Powell -- |
#7
| |||
| |||
|
|
Thanks, if the tables were created in the TEMP tablespace, I believe they would not have generated redo? |
![]() |
| Thread Tools | |
| Display Modes | |
| |