Dream Always Dream , if you don't work on it :
Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN,
performance tuning, upgrades, backups, and cloud migration.
Tested in production environments.
Thursday, June 3, 2021
Difference between hash_value and plan_hash_value in oracle
hash_value and plan_hash_value
select sql_text,sql_id,hash_value,plan_hash_value from v$sql where sql_text like '%last_name%'
No comments:
Post a Comment