2010年12月17日
摘要: A:When you create a partitioned table you should create an index on the table. The index may be partitioned according to the same range values that were used to partition the table.Local keyword in the index partitiong tells oracle to create a separate index for each partition of the table.The Globa 阅读全文
posted @ 2010-12-17 14:14 Jungle 阅读(346) 评论(0) 推荐(0)