Database Administration (MOSC)

MOSC Banner

session parameters

edited Apr 18, 2011 8:12PM in Database Administration (MOSC) 5 commentsAnswered
hi All,

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center