HHH-12076 Increase maximum open cursors
This commit is contained in:
parent
a123562860
commit
70785baee0
|
@ -153,6 +153,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\""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue