Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem while creating secondary Index

former_member767623
Participant
0 Likes
1,805

Hi to All,

I have to create a secondary index for improve the performance of one report. I created and activated though this warning (Index does not exist in database system) is coming.

1) Is this mean that the secondary index is created or not.

2) Why it is not coming like Index EKBE~PLA exists in database system ORACLE.

Any one please explain in detail with steps.

Thanks in advance.

Regards,

Radhakrishna.Ette

Moderator Message: <subject altered>...Please do not post the subject in CAPS and let it be more descriptive

Message was edited by: Kesavadas Thekkillath

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,232

Hi,

Secondary index gets created when you activate a table.

Try adjusting the database (SE14) and check whether this will solve it.

You can also got DB02 and check the Diagnostics->Missing Table and Indexes.

Find you index and Press 'Create on DB'.

Hope this will help.

Thanks,

Shambu

3 REPLIES 3
Read only

Former Member
0 Likes
1,232

First - Create Secondary index in customer namespace.

Second - STOP. Don't create a secondary index on standard table for a single report performance issue.

Creating a secondary index consumes memory, and also, might have performance impact on standard functionality.

Be very careful and very very confident that you need to create the secondary index.

Most of the times, you need to change the custom code to improve the performance, and it will solve the issue.

Anyway.

The index is not created.

Is your index active? What is the status of your index? Can you give a screenshot?

Read only

Former Member
0 Likes
1,233

Hi,

Secondary index gets created when you activate a table.

Try adjusting the database (SE14) and check whether this will solve it.

You can also got DB02 and check the Diagnostics->Missing Table and Indexes.

Find you index and Press 'Create on DB'.

Hope this will help.

Thanks,

Shambu

Read only

0 Likes
1,232

Hi Shaym,

It i have done by DB02--->Diagonostics--->Missing tables and indexes--->secondary indexes

Here i have find my index, It beside icon with Create to DB Just activated it , my prob is solved

Thanq