Database Tuning (MOSC)

MOSC Banner

sql with literal

edited Jun 20, 2012 3:04AM in Database Tuning (MOSC) 9 commentsAnswered
I ran the ADDM report and one of the finding says there are some sqls written with literal instead of bind variable. I query the database with the found plan_hash_value indicated by the ADDM report.

The query returned 20 rows. But when I looked at the full sql text, it looks like the sql statements are from oracle's own internal program. I guess there is not much I can do from that end? Please advice.

SELECT t485191.OBJECT_NAME name, t485191.OWNER owner, 1 type FROM ALL_OBJECTS
t485191 WHERE t485191.OBJECT_NAME LIKE '%' AND t485191.OWNER LIKE '%' AND t48519

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