Hp Neoview Release 2.5 Software Instrukcja Użytkownika Strona 21

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 36
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 20
STOP_JOB_BACKUP Stored Procedure
The STOP_JOB_BACKUP stored procedure checks the status of the currently executing backup
operation, and then stops it on all segments. STOP_JOB_BACKUP can be used when a backup
job is in automatic or manual initiation mode.
NOTE: It can take several minutes to completely stop an executing backup job. Use the
STATUS_JOB_BACKUP SPJ to confirm that the backup job has stopped. See
“STATUS_JOB_BACKUP Stored Procedure” (page 20).
This SPJ is available for use only by super-group users, HP support, and users belonging to
ROLE.DBA.
Syntax
CALL NEO.HP_SP.STOP_JOB_BACKUP(?)
Parameters
This procedure has no input parameters.
Output and Error Conditions
The status returned is one of these values:
STOP_OPERATION_INITIATED_SUCCESSFULLY
NO_BACKUP_IN_PROGRESS
COULD_NOT_INITIATE_STOP_OPERATION, reason
NCI Example
SQL>call neo.hp_sp.stop_job_backup(?);
STATUS
--------------------------------------
STOP_OPERATION_INITIATED_SUCCESSFULLY
--- 0 row(s) selected.
--- SQL operation complete.
STOP_JOB_BACKUP Stored Procedure 21
Przeglądanie stron 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 35 36

Komentarze do niniejszej Instrukcji

Brak uwag