Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created September 23, 2022 16:37
Show Gist options
  • Select an option

  • Save Tracnac/a453c6eec7769cd76c803ab86fb33652 to your computer and use it in GitHub Desktop.

Select an option

Save Tracnac/a453c6eec7769cd76c803ab86fb33652 to your computer and use it in GitHub Desktop.
SQL Stability #oracle #performance
alter system set "_optimizer_adaptive_cursor_sharing"=FALSE scope=both sid='*';
alter system set "_optimizer_extended_cursor_sharing_rel"='NONE' scope=both sid='*';
alter system set "_optimizer_extended_cursor_sharing"='NONE' scope=both sid='*';
alter system set "_OPTIMIZER_USE_FEEDBACK"=FALSE scope=both sid='*';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment