SQL Performance (MOSC)

MOSC Banner

I have facing issue in one of my report query on exadata.

I have facing issue in one of my report query on exadata and  also used parallel hint for the query but no improvement.

It was executed in an hour in normal server but in exadata even after 10 hours we are not getting result.

 please help me for using smart scan to improve query performance.


"SELECT /*+ parallel(TLOG,10) */ TO_CHAR(ROWNUM) AS SERIAL, "

"TLOG.TRAN_CODE AS TRANCODE, T.TRAN_DESCRIPTION, ACQ_CHANNEL.CHANNELID "

"SRC_CHANNEL, ACQ_CHANNEL.CHANNELNAME SRC_CHANNEL_NAME, "

"ISSUER_CHANNEL.CHANNELID DEST_CHANNEL, ISSUER_CHANNEL.CHANNELNAME "

"DEST_CHANNEL_NAME, CASE ACQ_CHANNEL.CHANNELCATEGORY WHEN 'ATM' THEN "

"CASE ISSUER_CHANNEL.CHANNELCATEGORY WHEN 'HOST' THEN 'Local ATM "

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