Download webgate installer from
http://download.oracle.com/otn/linux/ias/101401/oam_int_linux_v8_cd1.zip
Login with putty on the server:
su - root
mkdir -p $WEBGATE_HOME/gcc
cp /lib64/libgcc_s.so.1 /appl/oracle/access_10.1.4/gcc/
cp /usr/lib64/libstdc++.so.5 /appl/oracle/access_10.1.4/gcc/
unzip oam_int_linux_v8_cd1.zip
./Oracle_Access_Manager10_1_4_2_3_linux64_APACHE22_WebGate
This blog is all about Identity and Access Management and the technology.
Thursday, September 09, 2010
Wednesday, August 04, 2010
How to Setup RAC database Adapter in OVD ?
Select Custom URL then
-> Select Database : Oracle Thin or OCI
-> Driver name
-> URL
if it is oci then replace with oci else remove <> .
jdbc:oracle::@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=ON)(ADDRESS=(PROTOCOL=TCP)(HOST=ankit1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=ankit2)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=mydb)(FAILOVER_MODE = (TYPE = SELECT)(METHOD = BASIC)(RETRIES = 180)(DELAY = 5))))
-> Select Database : Oracle Thin or OCI
-> Driver name
-> URL
if it is oci then replace
jdbc:oracle:
Thursday, January 07, 2010
How to Increase ADAM PageSize ?
Go To C:\WINDOWS\ADAM>dsmgmt
dsmgmt: LDAP Policies
ldap policy: connections
server connections: set creds [domain] [user] *
Please enter password for [domain]\[user]: ********
server connections: connect to server localhost:389
Binding to localhost:389 as [domain]\[user]...
Connected to localhost:389 as [domain]\[user].
server connections: quit
ldap policy: show values
Policy Current(New)
MaxPoolThreads 4
MaxDatagramRecv 4096
MaxReceiveBuffer 10485760
InitRecvTimeout 120
MaxConnections 5000
MaxConnIdleTime 900
MaxPageSize 1000
MaxQueryDuration 120
MaxTempTableSize 10000
MaxResultSetSize 262144
MaxNotificationPerConn 5
MaxValRange 0
ldap policy: set maxpagesize to 10000
ldap policy: commit changes
ldap policy:
dsmgmt: LDAP Policies
ldap policy: connections
server connections: set creds [domain] [user] *
Please enter password for [domain]\[user]: ********
server connections: connect to server localhost:389
Binding to localhost:389 as [domain]\[user]...
Connected to localhost:389 as [domain]\[user].
server connections: quit
ldap policy: show values
Policy Current(New)
MaxPoolThreads 4
MaxDatagramRecv 4096
MaxReceiveBuffer 10485760
InitRecvTimeout 120
MaxConnections 5000
MaxConnIdleTime 900
MaxPageSize 1000
MaxQueryDuration 120
MaxTempTableSize 10000
MaxResultSetSize 262144
MaxNotificationPerConn 5
MaxValRange 0
ldap policy: set maxpagesize to 10000
ldap policy: commit changes
ldap policy:
Subscribe to:
Comments (Atom)