Database Administration (MOSC)

MOSC Banner

Range Partition - 11.2.0.3

edited Apr 10, 2013 3:29PM in Database Administration (MOSC) 6 commentsAnswered


Hello everyone
We have a 11.2.0.3,  2 node RAC database on Windows 2008. We have an application table that stores transactional data from 2008 thru to 2013
The table has grown to be 70 GB and we are thinking of partitioning it based on a DATE column. Here is the structure of the table


 TRX_SEQ                                  NOT NULL NUMBER
 TRX_SVU_SEQ                                       NUMBER
 TRX_TRANSACTION_LINE_NUM                          VARCHAR2(35)
 TRX_TRANSACTION_ID                                VARCHAR2(100)
 TRX_PARTY_ID                                      VARCHAR2(100)
 TRX_PARTY_NAME                                    VARCHAR2(200)
 TRX_PARTY_ADDRESS                                 VARCHAR2(1000)
 TRX_PARTY_CY                                      VARCHAR2(200)
 TRX_CCL_ID                                        VARCHAR2(35)
 TRX_PRODUCT_ID                                    VARCHAR2(100)
 TRX_COMMENTS                                      VARCHAR2(2000)
 TRX_STATUS                                        VARCHAR2(1)
 TRX_DT_CRT                                        DATE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center