刘伟 发表于 2018-9-23 11:27:32

Zabbix监控Oracle表空间

#!/bin/bash  #
  # Oracle tablespace usagep check
  # Run this script in crond at oracle user
  source ~/.bash_profile
  # check tableSpace funtion
  check {
  sqlplus -S user/passwd@orcl/dev/null

页: [1]
查看完整版本: Zabbix监控Oracle表空间