hs_shutdown

Description

Shuts down Historical Server.  

Syntax

hs_shutdown [wait_option]

Parameters

wait_option

specifies whether termination should occur immediately or wait for active connections to close. Valid values are:

  • no_wait – causes Historical Server to shut down immediately and terminates any connections (including those performing playback) and active recording sessions. The active recording sessions and playback sessions that are creating new sessions are shut down in a controlled manner, which prevents corruption of the control file or any historical data files.

  • wait (the default) – defers shutdown until all active recording sessions (including those performing playback) complete and any other active connections are closed. No new connections are accepted during this time.

Examples

Example 1

This example shuts down Historical Server immediately and terminates any connections and active recording sessions.

hs_shutdown no_wait

Usage