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

相关推荐
张璐月2 小时前
mysql join语句、全表扫描 执行优化与访问冷数据对内存命中率的影响
数据库·mysql
全干engineer4 小时前
ClickHouse 入门详解:它到底是什么、优缺点、和主流数据库对比、适合哪些场景?
数据库·clickhouse
Hellyc6 小时前
基于模板设计模式开发优惠券推送功能以及对过期优惠卷进行定时清理
java·数据库·设计模式·rocketmq
lifallen6 小时前
Paimon LSM Tree Compaction 策略
java·大数据·数据结构·数据库·算法·lsm-tree
{⌐■_■}10 小时前
【Kafka】登录日志处理的三次阶梯式优化实践:从同步写入到Kafka多分区批处理
数据库·分布式·mysql·kafka·go
isNotNullX10 小时前
数据中台架构解析:湖仓一体的实战设计
java·大数据·数据库·架构·spark
睿思达DBA_WGX13 小时前
由 DB_FILES 参数导致的 dg 服务器无法同步问题
运维·数据库·oracle
袋鼠云数栈14 小时前
使用自然语言体验对话式MySQL数据库运维
大数据·运维·数据库·后端·mysql·ai·数据治理·数栈·data+ai
渣渣盟14 小时前
掌握MySQL函数:高效数据处理指南
sql·mysql·adb·dba