asm 实例管理命令-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3502894
  • 博文数量: 718
  • 博客积分: 1860
  • 博客等级: 上尉
  • 技术积分: 7790
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-07 08:51
个人简介

偶尔有空上来看看

文章分类

全部博文(718)

文章存档

2024年(4)

2023年(74)

2022年(134)

2021年(238)

2020年(115)

2019年(11)

2018年(9)

2017年(9)

2016年(17)

2015年(7)

2014年(4)

2013年(1)

2012年(11)

2011年(27)

2010年(35)

2009年(11)

2008年(11)

最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2021-09-09 09:58:26



  1. srvctl command for asm

  2. to add/remove the asm

  3.     command: srvctl add asm [-l lsnr_name] [-p spfile] [-d asm_diskstring]
  4.     command: srvctl remove asm -l [-f]
  5.     example: srvctl add asm -l listener_asm01 -p diskg_data/spfile.ora
  6.     example: srvctl remove asm -l listener_asm01 -f
  7. to start/stop the asm

  8.     command: srvctl start asm [-n node_name] [-o start_options]
  9.     example: srvctl start asm -n lnxrac1
  10.     command: srvctl stop asm [-n node_name] [-o stop_options] [-f]
  11.     example: srvctl stop asm -n lnxrac1 -f
  12. to check the status of the asm

  13.     command: srvctl status asm [-n node_name] [-a]
  14.     example: srvctl status asm -n lnxrac1 -a
  15. to enable/disable asm

  16.     command: srvctl enable asm [-n node_name]
  17.     example: srvctl enable asm -n lnxrac1
  18.     command: srvctl disable asm [-n node_name]
  19.     example: srvctl disable asm -n lnxrac1
  20. to configure the asm

  21.     command: srvctl config asm [-a]
  22.     example: srvctl config asm -a
  23. to modify the asm parameters

  24.     command: srvctl modify asm [-n node_name] [-l listener_name] [-d asm_diskstring] [-p spfile_path]
  25.     example: srvctl modify asm -l listener01
  26. to get/set/unset the environment of asm

  27.     example: srvctl getenv asm
  28.     example: srvctl setenv asm -t lang=en
  29.     example: srvctl unsetenv asm -t classpath


参考

  1. https://db.geeksinsight.com/tools-scripts/srvctl-command-for-asm/

阅读(812) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图