Follow these steps:
Add "server <_ntp_server>" to the list of servers
Where <_ntp_server> is the IP address of your NTP server.
service ntpd restart
chkconfig ntpd on
alter system set processes=500 scope=spfile; alter system set sessions=824 SCOPE=spfile; ALTER SYSTEM SET EVENT='44951 TRACE NAME CONTEXT FOREVER, LEVEL 1024' scope=spfile; shutdown immediate startup
ALTER SYSTEM SET JAVA_POOL_SIZE=120M scope=spfile; ALTER SYSTEM SET SHARED_POOL_SIZE=240M scope=spfile; create pfile from spfile; shutdown immediate; startup; @$ORACLE_HOME\javavm\install\initjvm.sql; @$ORACLE_HOME\javavm\install\initxa.sql; grant select,insert,update,delete on DBA_PENDING_TRANSACTIONS to Identity Management user; grant select,insert,update,delete on DBA_PENDING_TRANSACTIONS to system; shutdown immediate; startup;
Note: You can ignore errors such as "ORA-29539: Java system classes already installed." However, you may receive a disconnect message from the database. This error is mostly observed while executing the following command:
@$ORACLE_HOME\javavm\install\initjvm.sql;
If you receive this error, continue with the next SQL command:
@$ORACLE_HOME\javavm\install\initjvm.sql;
export POSTGRES_HOME=PostgreSQL Installation directory cd $POSTGRES_HOME/data
If you set max_prepared_transactions to 0, you disable transactions.
cd $POSTGRES_HOME/bin ./pg_ctl restart -D $POSTGRES_HOME/data -m fast
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|