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

相关推荐
2301_781571428 小时前
Golang格式化输出占位符都有什么_Golang fmt占位符教程【通俗】
jvm·数据库·python
养肥胖虎8 小时前
RAG学习笔记(3):区分数据库检索与RAG的使用场景
数据库·ai·rag
_ku_ku_8 小时前
数据库系统原理 · 数据库应用开发 · 自学总结
数据库
No8g攻城狮9 小时前
【人大金仓】wsl2+ubuntu22.04安装人大金仓数据库V9
java·数据库·spring boot·非关系型数据库
山峰哥9 小时前
SQL慢查询调优实战:从全表扫描到索引覆盖的完整复盘
前端·数据库·sql·性能优化
代码中介商10 小时前
Redis入门:5大数据类型全解析
数据库·redis·缓存
渣渣盟10 小时前
数据库设计范式详解(纯小白版)
数据库·oracle·软考·数据库工程师
夜雪闻竹11 小时前
Cursor 对话导入:解析 SQLite 里的宝藏
数据库·sqlite·ai编程
hhb_61812 小时前
PL/SQL核心技术难点梳理与实战应用案例解析
数据库·sql
m0_4708576412 小时前
PHP怎么实现工厂模式_Factory模式编写指南【指南】
jvm·数据库·python