April 1999
Intermediate to advanced
584 pages
23h 17m
English
ALTER PROFILE
ALTER PROFILEprofile_nameLIMIT [SESSIONS_PER_USER {integer| UNLIMITED | DEFAULT}] [CPU_PER_SESSION {integer| UNLIMITED | DEFAULT}] [CPU_PER_CALL {integer| UNLIMITED | DEFAULT}] [CONNECT_TIME {integer| UNLIMITED | DEFAULT}] [IDLE_TIME {integer| UNLIMITED | DEFAULT}] [LOGICAL_READS_PER_SESSION {integer| UNLIMITED | DEFAULT}] [LOGICAL_READS_PER_CALL {integer| UNLIMITED | DEFAULT}] [PRIVATE_SGA {integer[K | M] | UNLIMITED | DEFAULT}] [COMPOSITE_LIMIT {integer| UNLIMITED | DEFAULT}] [FAILED_LOGIN_ATTEMPTS {integer| UNLIMITED | DEFAULT}] [PASSWORD_LIFE_TIME {integer| UNLIMITED | DEFAULT}] [PASSWORD_LOCK_TIME {integer| UNLIMITED | DEFAULT}] [PASSWORD_GRACE_TIME {integer| UNLIMITED | DEFAULT}] [PASSWORD_REUSE_TIME {integer| UNLIMITED | DEFAULT}] [PASSWORD_REUSE_MAX {integer| UNLIMITED | DEFAULT}] [PASSWORD_VERIFY_FUNCTION {function| NULL | DEFAULT}]
Adds, changes, or removes a resource limit from an existing profile (profile_name). For many of the following keywords you can specify:
Specifying this value means that no limit will be imposed on this resource.
Specifying this value means that the limit specified in the DEFAULT profile will be used for this resource.
Limits the number of concurrent sessions for a user. Note that each slave process in a parallel query uses one slot.
Limits the amount of CPU time (in hundredths of a second) that can be used in a session.
Limits the amount ...
Read now
Unlock full access