Indexes Missing From BRM Database
(Doc ID 1074412.1)
Last updated on MARCH 07, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.3.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
These are the indexes missing from an OOB installation, which currently need to be created manually:
create unique index i_au_purchased_product__id on au_purchased_product_t
( poid_id0 )
tablespace pinx03
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purch_product__acct_id on au_purchased_product_t
( account_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purchased_prod_parent__id on au_purchased_product_t
( au_parent_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create unique index i_au_purchased_discount__id on au_purchased_discount_t
( poid_id0 )
tablespace pinx03
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purch_disc__acct_id on au_purchased_discount_t
( account_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purchased_disc_parent__id on au_purchased_discount_t
( au_parent_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
( poid_id0 )
tablespace pinx03
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purch_product__acct_id on au_purchased_product_t
( account_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purchased_prod_parent__id on au_purchased_product_t
( au_parent_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create unique index i_au_purchased_discount__id on au_purchased_discount_t
( poid_id0 )
tablespace pinx03
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purch_disc__acct_id on au_purchased_discount_t
( account_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
create index i_au_purchased_disc_parent__id on au_purchased_discount_t
( au_parent_obj_id0 )
tablespace pinx04
initrans 16 storage ( initial 2M next 4M) nologging parallel 8 ;
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |