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

相关推荐
程序员的世界你不懂1 天前
【Flask】测试平台开发,新增说明书编写和展示功能 第二十三篇
java·前端·数据库
自学也学好编程1 天前
【数据库】Redis详解:内存数据库与缓存之王
数据库·redis
JAVA不会写1 天前
在Mybatis plus中如何使用自定义Sql
数据库·sql
IT 小阿姨(数据库)1 天前
PgSQL监控死元组和自动清理状态的SQL语句执行报错ERROR: division by zero原因分析和解决方法
linux·运维·数据库·sql·postgresql·centos
ChinaRainbowSea1 天前
7. LangChain4j + 记忆缓存详细说明
java·数据库·redis·后端·缓存·langchain·ai编程
小马学嵌入式~1 天前
嵌入式 SQLite 数据库开发笔记
linux·c语言·数据库·笔记·sql·学习·sqlite
Java小白程序员1 天前
MyBatis基础到高级实践:全方位指南(中)
数据库·mybatis
Monly211 天前
人大金仓:merge sql error, dbType null, druid-1.2.20
数据库·sql
不宕机的小马达1 天前
【Mysql|第一篇】Mysql的安装与卸载、Navicat工具的使用
数据库·mysql
float_六七1 天前
数据库连接池:性能优化的秘密武器
数据库·oracle·性能优化