星期三, 10月 15, 2014

[轉載] Script to quiesce a Sybase ASE database

Ref: https://sort.symantec.com/public/documents/sf/5.1/linux/html/sf_advanced_admin/apbs04.htm

Script to quiesce a Sybase ASE database

Use this script to quiesce a Sybase ASE database.

#!/bin/ksh

#

# script: backup_start.sh

#

# Sample script to quiesce example Sybase ASE database.

#

# Note: The "for external dump" clause was introduced in Sybase

# ASE 12.5 to allow a snapshot database to be rolled forward.

# See the Sybase ASE 12.5 documentation for more information.

 

isql -Usa -Ppassword -SFMR <<!

quiesce database tag hold database1[, database2]... [for external dump]

go

quit

!

 

沒有留言:

LinkWithin-相關文件

Related Posts Plugin for WordPress, Blogger...