Increase maximum open cursors
This commit is contained in:
parent
44d78d9b85
commit
b6ba93c786
|
@ -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\""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue