摘要:
删除数据库用户的时候经常会遇到这样的错误;ORA-01940: cannot drop a user that is currently connected原因是有程序在连接我们需要删除的用户,我们删除用户之前一定要先把连接断掉;1、查找帐号下哪些连接在运行:SELECT SID,SERIAL# F... 阅读全文
摘要:
基本环境信息target DB (需备份数据库)192.168.199.67ORACLE_SID=zgwHOSTNAME=Oracle11catlog DB (备份管理数据库)192.168.199.68ORACLE_SID=rmanHOSTNAME=Oracle11_2创建rman账号及相关设置s... 阅读全文
摘要:
1. 生成本机的公私钥匙对[oracle@Oracle11_2 scripts]$ ssh-keygen -b 1024 -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/home/o... 阅读全文