Increase maximum open cursors

This commit is contained in:
Christian Beikov 2021-03-12 12:51:38 +01:00
parent 44d78d9b85
commit b6ba93c786
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ alter system checkpoint;
alter database drop logfile group 1;
alter database drop logfile group 2;
alter database drop logfile group 3;
alter system set open_cursors=1000 sid='*' scope=both;
EOF\""
}