Skip to content

Instantly share code, notes, and snippets.

@foobarbaz-pl
Last active August 16, 2021 13:15
Show Gist options
  • Save foobarbaz-pl/52a2223f613d7f858453e0d9be83d3eb to your computer and use it in GitHub Desktop.
Save foobarbaz-pl/52a2223f613d7f858453e0d9be83d3eb to your computer and use it in GitHub Desktop.
Oracle Fix Control
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