session parameters
i have created the database in 11.2.0.2 .0 with default parameters. I have change the parameters of session to 775 with below command.
alter system set sessions=775 scope=spfile; and restarted the database. But when i login to the database it shows me different value 1072 for the session while in spfile it shows 775
SQL> show parameter sessions
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
java_max_sessionspace_size integer 0
java_soft_sessionspace_limit integer 0
license_max_sessions integer 0
license_sessions_warning integer 0
sessions integer 1072
shared_server_sessions integer
can you please advise on this.