Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: how to index partitioning views and create triggers on them

    i have created a partitioned view as

    create view a

    as

    select * from tbl1

    union all

    select * from tbl2

     

    and tbl1 and tbl2 have the same structure and primary keys are defined on...

  • RE: Partitioning Tables

    Hi,

    Partitioning view is really a good option. but while implementing in our scenario we are facing some problems such as we cannot create index on the partitioned views as it...

Viewing 2 posts - 1 through 3 (of 3 total)