1. Log-in to EBS with system administrator responsibility and click on Dashboard.
2. On the Lower-Right corner you may find a link to OAM version. Click on that.
3. Here comes the OAM version.
SINGLESIGNON parameter in the Reports Servlet configuration file (rwservlet.properties) and set it to "NO". This file is located in $ORACLE_HOME/reports/conf directory.SINGLESIGNON value is usually commented out after installation, but the default value is YES.ORACLE_HOME/reports/conf/servername.conf) must be commented out.
The default value would be like this:"security id="rwSec" class="oracle.reports.server.RWSecurity>"
"!--property name="securityUserid" value="portal_id/portal_password@portal_schema"
confidential="yes" encrypted="no"-->"
"property name="oidEntity" value="%REPORTS_OID_ENTITY%" confidential="yes"
encrypted="no"/>"
"/security>"
SPACE MANAGEMENT :: 1. Table space usuage: ============== SELECT tablespaces.tablespace_name, allocated.total_alloc allocated_mb, ...