Optional: Enabling Debug Messages on OSSO Server

To record debug messages on OSSO server, modify policy.properties. Debug messages are written to ORACLE_HOME/sso/log/ssoServer.log.

  To record debug messages:

  1. Using a text editor, open ORACLE_HOME/sso/conf/policy.properties; for example, C:\OraHome_1\sso\conf\policy.properties, on the OSSO server.

  2. Set the value of debugLevel property to DEBUG.

    debugLevel = DEBUG
  3. Save and close policy.properties.