Benefits of Profile You can enforce a limit on resource utilization using resource limit parameters. Also you can maintain database security by using password management feature. Resource Parameters • SESSIONS_PER_USER Specify the number of concurrent sessions to which you want to limit the user. • CPU_PER_SESSION Specify the CPU time limit for a session, expressed in hundredth of seconds. • CPU_PER_CALL Specify the CPU time limit for a call (a parse, execute, or fetch), expressed in hundredths of seconds. • CONNECT_TIME Specify the total elapsed time limit for a session, expressed in minutes. • IDLE_TIME Specify the permitted periods of continuous inactive time during a session, expressed in minutes. Long-running queries and other operations are not subject to this limit. • LOGICAL_READS_PER_SESSION Specify the permitted number of data blocks read in a session, including blocks read from memory and disk. • LOGICAL_READS_PER_CALL Specify the permitted th...