Last active
December 22, 2015 07:18
-
-
Save davidhooey/6436866 to your computer and use it in GitHub Desktop.
Oracle Determine SQL_ID given SQL text.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select dbms_sqltune_util0.sqltext_to_sqlid('SQL_TEXT_HERE'||chr(0)) sql_id from dual; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment