Last active
August 16, 2021 13:15
-
-
Save foobarbaz-pl/52a2223f613d7f858453e0d9be83d3eb to your computer and use it in GitHub Desktop.
Oracle Fix Control
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
alter session set "_fix_control"='20648883:OFF'; | |
select * from v$system_fix_control where bugno = '20648883'; | |
select * from v$session_fix_control where bugno = '20648883'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment