creating indexes on siebel table columns
I ran the coe_siebel_profile.sql script on my Siebel CRM install.
Since I am not familiar with CRM my question is can I create indexes?
I have a table S_EVT_ACT_X with the columns attrib_03, attrib_08, attrib_44, and attrib_45.
These columns are varchar2(100 char) and varchar2(1 char) can I create B-Tree Indexes on these columns?
This is Oracle 10.2.0.3.0.
thanks.