SYS.V$REKEY_STATUS

This view contains data about the currently running or last completed rekey operation. If a rekey operation is in progress, the view contains information about the ongoing rekey operation.

Columns

Column name Type Description

STATUS

TT_VARCHAR (200) NOT INLINE NOT NULL

Information about the progress or completion of the last rekey operation.

Possible values include the following:
  • Never rekeyed

  • In progress

  • Rekey done

  • Rekey failed

STARTTIME

TT_TIMESTAMP

Time when the rekey operation started.

ENDTIME

TT_TIMESTAMP

Time when the rekey operation completed. If this column is NULL and the STARTTIME column is not null, a rekey operation is in progress.

REKEYCOUNT

TT_INTEGER

Count of how many rekey operations have completed.