Name

ALTER SYSTEM

Synopsis

ALTER SYSTEM 
{SET
 {[RESOURCE_LIMIT = TRUE | FALSE] |
  [GLOBAL_NAMES = TRUE | FALSE] |
  [MTS_SERVERS = integer] |
  [MTS_DISPATCHERS = 'protocol, integer'] |
  [LICENSE_MAX_SESSIONS = integer] |
  [LICENSE_SESSIONS_WARNING = integer] |
  [LICENSE_MAX_USERS = integer] |
 }
  [COMMENT 'text']
  [DEFERRED]
  [SCOPE = {MEMORY | SPFILE | BOTH}]
  [SID = {'sid' | .}]
| [RESET
 {[RESOURCE_LIMIT = TRUE | FALSE] |
  [GLOBAL_NAMES = TRUE | FALSE] |
  [MTS_SERVERS = integer] |
  [MTS_DISPATCHERS = 'protocol, integer'] |
  [LICENSE_MAX_SESSIONS = integer] |
  [LICENSE_SESSIONS_WARNING = integer] |
  [LICENSE_MAX_USERS = integer]
 }]
  [SCOPE = {MEMORY | SPFILE | BOTH}]
  [SID = {'sid' | *}]
| [{ENABLE | DISABLE} RESTRICTED SESSION] 
| [FLUSH SHARED POOL] 
| [CHECKPOINT [{GLOBAL | LOCAL}]] 
| [CHECK DATAFILES {GLOBAL | LOCAL}] 
| [SWITCH LOGFILE] 
| [{ENABLE | DISABLE} DISTRIBUTED RECOVERY] 
| [QUIESCE RESTRICTED | UNQUIESCE] 
| [SHUTDOWN [IMMEDIATE] dispatcher_name] 
| [REGISTER] 
| [{SET | RESET} parameter_name 
         [SCOPE={MEMORY | SPFILE | BOTH}] [SID = 'sid'[,sid...]]] 
| [SUSPEND | RESUME]  
| [KILL SESSION 'sid_integer, session_integer' [IMMEDIATE]] 
| [DISCONNECT SESSION 'sid_integer, session_integer ' 
    [POST_TRANSACTION | IMMEDIATE]
| [ARCHIVE_LOG [THREAD integer] 
  {[START [TO 'destination']]
  | [STOP]
  | [SEQUENCE integer [TO 'destination']]
  | [CHANGE integer [TO 'destination']]
  | [CURRENT [TO 'destination']]
  | [GROUP integer [TO 'destination']]
  | [LOGFILE 'filename' [TO 'destination']]
  | [NEXT [TO 'destination']] ...

Get Oracle in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.