安装卸载Windows服务 实例:sc create resin2-80 binpath= "D:\resin2-80\bin\httpd.exe" displayname= "resin2-80"sc create resin2-8088 binpath= "D:\resin2-8088\bin\httpd.exe" displayname= "resin2-8088"D:\resin2-... Other 2023-12-03 149 点赞 2 评论 225 浏览
RMAN简单实验引出的RMAN-06169错误 首先,正常的实验会出现备份非归档模式数据库的错误(ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode),但是这里却出现了RMAN-06169错误正常实验会出现下面在linux机子上的错误oracle@gujunpu-HP-ProBook-4410s:~$ export ORACLE_SID=guj... 数据库 2023-12-02 156 点赞 2 评论 236 浏览