General Ledger - EBS (MOSC)

MOSC Banner

GL table indexes recommendations

edited Jul 30, 2013 12:36PM in General Ledger - EBS (MOSC) 5 commentsAnswered
We are advised that the following indexes will help EBS GL performance and I would like your input on pros/cons on implementing these recommendations?
-- for improving performance related to GLXJEENT the following is recommended:
create index GL.GL_JE_BATCHES_N55 on GL.GL_JE_BATCHES("CHART_OF_ACCOUNTS_ID","PERIOD_SET_NAME","ACCOUNTED_PERIOD_TYPE","NAME");
create index GL.GL_JE_HEADERS_N55 on GL.GL_JE_HEADERS("JE_BATCH_ID"+0);
create index APPS.GL_ACCESS_SET_LED_N55 on APPS.GL_ACCESS_SET_LEDGERS("ACCESS_SET_ID","LEDGER_ID");

-- for improving performance relating to GLPPOSS the following is recommended:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center