1、oracle安装
录制安装脚本:runInstaller -record -destinationFile /home/oracle/myenterprise.rsp
生成这个脚本主要改路径、oracle名字、数据文件路径、库名、实例名等。
看帮助:runInstaller -help
静默方式安装数据库: runInstaller -silent -responseFile /home/oracle/myenterprise.rsp
查看端口: lsof -i :1521
2、oracle升级
1)先备份数据
2)
3、oracle隐藏参数查找
select ksppinm,ksppstvl from x$ksppi a, x$ksppcv b
where a.indx = b.indx