Hello,
I am using OAM 11GR2 PS2 with bundle patch 4. I just enabled the database persistency for session via oam console but, no entry in oam_sessions table. However there almost 2000 active users are in system. I also checked the oam-config.xml and the configuration is:
<Setting Name="DB" Type="htf:map">
<Setting Name="SmeDb" Type="htf:map">
<Setting Name="URL" Type="xsd:string">jdbc:oracle:thin://amdb.example.com:2001/AM</Setting>
<Setting Name="Principal" Type="xsd:string">amuser</Setting>
<Setting Name="Password" Type="xsd:string">password</Setting>
<Setting Name="DataSourceName" Type="xsd:string">jdbc/oamds</Setting>
</Setting>
Should I edit it manually? Or what may be the problem here?
Regards