在给windows下的oracle数据库安装psu的时候,已经设置了环境变量,但是在运行opatch的时候,还是提示findstr不是内部或外部命令。
原因:
c:\Windows\System32没有设置在环境变量中
解决方法:
1 set PATH=c:\windows\system32;%PATH%
2 将C:\Windows\System32 永久性地添加到环境变量中。
参考文档:
opatch command fails with Error:"'findstr' is not recognized as an internal or external command" (Doc ID 2190149.1)
END