oracle12.1 rac 静默dbca教程(百分之百创建成功)

修改原响应文件

oracle@primary1 database\]$ cd response/ \[oracle@primary1 response\]$ ls dbca.rsp db_install.rsp netca.rsp \[oracle@primary1 response\]$ vi dbca.rsp ![](https://file.jishuzhan.net/article/1796248805172056066/2d279b57844fc2dbc5f9610314bd98fd.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/226916d6898878d90c453331d1e2b4b8.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/3c2612cee7488970623517e683c58d99.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/05a3187999bd5a88f33a5e76dc8fcf19.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/e4d6de565430dad9299f5700992a8445.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/5b4d992535819951d4c23a46524317d3.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/2c757d71e4c96df7acc04a1e3f5cf7ac.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/c6e45c2a5246dfe9e47e500d0990d477.webp) ![](https://file.jishuzhan.net/article/1796248805172056066/7cee08aba51f848d31d81a16ad433b41.webp) 默认即可 ![](https://file.jishuzhan.net/article/1796248805172056066/bbb812e121e9421e81a03713065373e9.webp) 数据库类型内存占比按需选择 ![](https://file.jishuzhan.net/article/1796248805172056066/5a78fdb5d1c00df1c93981e9e77a5762.webp) ## 运行静默创建实例脚本 \[oracle@primary1 response\]$ dbca -silent -createDatabase -responseFile /software/database/response/dbca.rsp Copying database files 1% complete 3% complete 9% complete 15% complete 21% complete 27% complete 30% complete Creating and starting Oracle instance 32% complete 36% complete 40% complete 44% complete 45% complete 48% complete 50% complete Creating cluster database views 52% complete 70% complete Completing Database Creation 73% complete 76% complete 85% complete 94% complete 100% complete Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/orcl12c/orcl12c.log" for further details. \[oracle@primary1 response\]$ ## 查看数据库实例创建日志 \[root@primary1 \~\]# su - oracle \[oracle@primary1 \~\]$ tail -f /u01/app/oracle/cfgtoollogs/dbca/orcl12c/orcl12c.log DBCA_PROGRESS : 73% DBCA_PROGRESS : 76% DBCA_PROGRESS : 85% DBCA_PROGRESS : 94% DBCA_PROGRESS : 100% Database creation complete. For details check the logfiles at: /u01/app/oracle/cfgtoollogs/dbca/orcl12c. Database Information: Global Database Name:orcl12c.us.oracle.com System Identifier(SID) Prefix:racpm

相关推荐
东小黑3 分钟前
WordPress问题
数据库·wordpress
2401_879693874 分钟前
用Python批量处理Excel和CSV文件
jvm·数据库·python
gjc59224 分钟前
踩坑实录:MySQL服务器CPU爆高,元凶竟是SELinux的setroubleshootd?
运维·服务器·数据库·mysql·adb
2401_8463416527 分钟前
Python Lambda(匿名函数):简洁之道
jvm·数据库·python
2401_8796938730 分钟前
进阶技巧与底层原理
jvm·数据库·python
知识分享小能手32 分钟前
Redis入门学习教程,从入门到精通, Redis Stack 完整语法知识点及使用指南(7)
数据库·redis·学习
小仓桑37 分钟前
【Agent智能体项目实战三】LangChain调用通义千问保姆级教程
数据库·阿里云·langchain·agent
GIS阵地44 分钟前
QgsDataSourceUri解析
数据库·c++·qt·开源软件·qgis
yunyun321231 小时前
自动化与脚本
jvm·数据库·python
暮冬-  Gentle°1 小时前
使用PyTorch构建你的第一个神经网络
jvm·数据库·python