Database DataWarehousing (MOSC)

MOSC Banner

Virtual column partitioning 11.2.0.2

edited Mar 4, 2013 7:49PM in Database DataWarehousing (MOSC) 3 commentsAnswered
Hi

We have some large tables that we are planning to make partitioned (Virtual column partitioning).

I need to know what would be the impact on application code change as basically partitioning should be transperent to the application.

In our case we have accountnumber column which is varchar2 (frequently used in where clause of application sql) and we created virtual column as number column with accountnumber_id which is our partition key. Now we have to modify application SQL to replace accountnumber with accountnumber_id for use of partition pruning and partition-wise joins.

Please suggest.

Thanks!!
Malay

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