SQL> show parameter cursor;
NAME TYPE VALUE
------------------------------------ ----------- ------------
cursor_bind_capture_destination string memory+disk
cursor_sharing string EXACT
cursor_space_for_time boolean FALSE
open_cursors integer 500
session_cached_cursors integer 500
SQL> alter system set open_cursors=800 scope=spfile;
System altered.
SQL> startup
ORACLE instance started.
Total System Global Area 4275781632 bytes
Fixed Size 2235208 bytes
Variable Size 1962935480 bytes
Database Buffers 2298478592 bytes
Redo Buffers 12132352 bytes
Database mounted.
Database opened.
SQL> show parameter cursor
NAME TYPE VALUE
------------------------------------ ----------- --------------
cursor_bind_capture_destination string memory+disk
cursor_sharing string EXACT
cursor_space_for_time boolean FALSE
open_cursors integer 800
session_cached_cursors integer 500
SQL>
Running Repository Creation Utility (RCU) for Oracle Identity Management Components
[fusionmgr@fusionsvr02 fmw_rcu]$ cp rcuHome.zip /u01/fusion/apps/framework/provisioning/fmw_rcu
[fusionmgr@fusionsvr02 fmw_rcu]$ cd /u01/fusion/apps/framework/provisioning/fmw_rcu
[fusionmgr@fusionsvr02 fmw_rcu]$ unzip rcuHome.zip
[fusionmgr@fusionsvr02 bin]$ cd bin/
[fusionmgr@fusionsvr02 bin]$ ./rcu
No comments:
Post a Comment