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

相关推荐
韩立学长4 小时前
【开题答辩实录分享】以《自然灾害隐患点管理信息系统》为例进行答辩实录分享
数据库·spring boot
迎風吹頭髮4 小时前
Linux服务器编程实践58-getnameinfo函数:通过socket地址获取主机名与服务名
开发语言·数据库·php
christine-rr4 小时前
linux常用命令——其他
linux·服务器·网络·数据库·redis·ubuntu
一只专注api接口开发的技术猿4 小时前
容器化与调度:使用 Docker 与 K8s 管理分布式淘宝商品数据采集任务
开发语言·前端·数据库
tryxr5 小时前
MySQL 之索引为什么选择B+树
数据库·mysql·b+树·索引
曦樂~5 小时前
【Qt】信号与槽(Signal and Slot)- 简易计算器
开发语言·数据库·qt
ZYMFZ5 小时前
python面向对象
前端·数据库·python
lang201509287 小时前
MySQL 8.0原子性DDL全面解析
数据库·mysql
viperrrrrrrrrr77 小时前
milvus向量数据库
数据库·大模型·llm·milvus
白衣鸽子8 小时前
MySql数据库同步技术:构建高可用架构的基石
数据库·后端