① 关闭两个节点上的数据库 crsctl stop resource ora.ORA11G.db ② 命令行单节点启动数据库, 注意这里的SQLPLUS 一定是升级后的软件地址 sqlplus / as sysdba 执行ALTER SYSTEM SET CLUSTER_DATABASE=false scope=spfile ③ shutdown immediate startup upgrade @/u01/product/11.2.0.4/rdbms/admin/catupgrd.sql
Download and run Jenkins Download Jenkins. Open up a terminal in the download directory. Run java -jar jenkins.war --httpPort=8080. Browse to http://localhost:8080. Follow the instructions to complete the installation. 官方教程: https://jenkins.io/doc/tu