当前位置:网站首页>DBCA silent installation and database building
DBCA silent installation and database building
2022-06-26 00:12:00 【Document Porter】
rdbms 11.2.0.4
-- Silent installation process
[[email protected] database]$ ./runInstaller -silent -force -showProgress -ignoreSysPrereqs -waitForCompletion -responseFile /home/oracle/database/response/db_install.rsp -ignorePrereq
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB. Actual 31392 MB Passed
Checking swap space: must be greater than 150 MB. Actual 16383 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2022-06-23_03-21-13PM. Please wait ...You can find the log of this install session at:
/test/app/oraInventory/logs/installActions2022-06-23_03-21-13PM.log
Prepare in progress.
.................................................. 9% Done.
Prepare successful.
Copy files in progress.
.................................................. 14% Done.
.................................................. 20% Done.
.................................................. 26% Done.
.................................................. 31% Done.
.................................................. 36% Done.
.................................................. 41% Done.
.................................................. 46% Done.
.................................................. 51% Done.
.................................................. 56% Done.
.................................................. 63% Done.
.................................................. 68% Done.
.................................................. 73% Done.
.................................................. 78% Done.
.................................................. 83% Done.
..............................
Copy files successful.
Link binaries in progress.
..........
Link binaries successful.
Setup files in progress.
.................................................. 88% Done.
.................................................. 94% Done.
Setup files successful.
The installation of Oracle Database 11g was successful.
Please check '/test/app/oraInventory/logs/silentInstall2022-06-23_03-21-13PM.log' for more details.
Execute Root Scripts in progress.
As a root user, execute the following script(s):
1. /test/app/oraInventory/orainstRoot.sh
2. /test/app/oracle/product/11.2.0/db_1/root.sh
.................................................. 100% Done.
Execute Root Scripts successful.
Successfully Setup Software.
[[email protected] database]$ -- Install Monitor , No configuration netca.rep The response file
netca -silent -responsefile /home/oracle/database/response/netca.rsp
[[email protected] bin]$ ./netca -silent -responsefile /home/oracle/database/response/netca.rsp
Parsing command line arguments:
Parameter "silent" = true
Parameter "responsefile" = /home/oracle/database/response/netca.rsp
Done parsing command line arguments.
Oracle Net Services Configuration:
Profile configuration complete.
Oracle Net Listener Startup:
Running Listener Control:
/test/app/oracle/product/11.2.0/db_1/bin/lsnrctl start LISTENER
Listener Control complete.
Listener started successfully.
Listener configuration complete.
Oracle Net Services configuration successful. The exit code is 0
[[email protected] bin]$ -- dbca Building database
dbca -silent -responseFile /tmp/database/response/dbca.rsp -- No use this
-- Use the following dbca Command database building
dbca -silent -createDatabase \
-templateName General_Purpose.dbc \
-responseFile NO_VALUE \
-gdbname prod \
-sid prod \
-sysPassword oracle \
-systemPassword oracle \
-redoLogFileSize 2048 \
-storageType FS \
-datafileDestination /test/app/oradata \
-characterSet AL32UTF8 \
-nationalCharacterSet AL16UTF16 \
-emConfiguration NONE \
-automaticMemoryManagement false \
-totalMemory 4096 \
-databaseType OLTP-- The process
[[email protected] oradata]$ dbca -silent -createDatabase \
> -templateName General_Purpose.dbc \
> -responseFile NO_VALUE \
> -gdbname prod \
> -sid prod \
> -sysPassword oracle \
> -systemPassword oracle \
> -redoLogFileSize 2048 \
> -storageType FS \
> -datafileDestination /test/app/oradata \
> -characterSet AL32UTF8 \
> -nationalCharacterSet AL16UTF16 \
> -emConfiguration NONE \
> -automaticMemoryManagement false \
> -totalMemory 4096 \
> -databaseType OLTP
Copying database files
1% complete
3% complete
11% complete
18% complete
26% complete
37% complete
Creating and starting Oracle instance
40% complete
45% complete
50% complete
55% complete
56% complete
60% complete
62% complete
Completing Database Creation
66% complete
70% complete
73% complete
85% complete
96% complete
100% complete
Look at the log file "/test/app/oracle/cfgtoollogs/dbca/prod/prod.log" for further details.
[[email protected] oradata]$
[[email protected] oradata]$ -- log Information
[[email protected] oradata]$ more /test/app/oracle/cfgtoollogs/dbca/prod/prod.log
Copying database files
File "/etc/oratab" is not accessible.
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 3%
DBCA_PROGRESS : 11%
DBCA_PROGRESS : 18%
DBCA_PROGRESS : 26%
DBCA_PROGRESS : 37%
Creating and starting Oracle instance
DBCA_PROGRESS : 40%
DBCA_PROGRESS : 45%
DBCA_PROGRESS : 50%
DBCA_PROGRESS : 55%
DBCA_PROGRESS : 56%
DBCA_PROGRESS : 60%
DBCA_PROGRESS : 62%
Completing Database Creation
DBCA_PROGRESS : 66%
DBCA_PROGRESS : 70%
DBCA_PROGRESS : 73%
DBCA_PROGRESS : 85%
DBCA_PROGRESS : 96%
DBCA_PROGRESS : 100%
Database creation complete. For details check the logfiles at:
/test/app/oracle/cfgtoollogs/dbca/prod.
Database Information:
Global Database Name:prod
System Identifier(SID):prod
[[email protected] oradata]$ This is very fast , The main slowness is configuring response files .
END
边栏推荐
- Literature research (I): hourly energy consumption prediction of office buildings based on integrated learning and energy consumption pattern classification
- Efficacy of kiwi fruit enzyme_ Old bear passing by_ Sina blog
- 记录一些cf的题
- 正则表达式介绍及一些语法
- ASA如何配置端口映射及PAT
- darkent2ncnn出错
- 6. common instructions (upper) v-cloak, v-once, v-pre
- How ASA configures port mapping and pat
- Network connection verification
- farsync 简易测试
猜你喜欢

文献调研(一):基于集成学习和能耗模式分类的办公楼小时能耗预测

Literature research (I): hourly energy consumption prediction of office buildings based on integrated learning and energy consumption pattern classification

6. common instructions (upper) v-cloak, v-once, v-pre

Redis之跳跃表

postman如何测试需要登录的接口

POSTMAN测试出现SSL无响应

Explain in detail the three types of local variables, global variables and static variables

About Simple Data Visualization

详细讲解局部变量、全局变量、静态变量三种类型

被新冠后遗症困住15个月后,斯坦福学霸被迫缺席毕业典礼,现仍需每天卧床16小时:我本该享受20岁的人生啊...
随机推荐
Record some CF questions
文献调研(一):基于集成学习和能耗模式分类的办公楼小时能耗预测
Simulation connection between WinCC and STEP7_ Old bear passing by_ Sina blog
The problem of low video memory in yolov5 accelerated multi GPU training
7. common instructions (Part 2): common operations of v-on, v-bind and V-model
网络协议之:redis protocol详解
Bit compressor [Blue Bridge Cup training]
SMT葡萄球现象解决办法
19c installing PSU 19.12
文献调研(二):基于短期能源预测的建筑节能性能定量评估
Redis之内存淘汰机制
Lazy people teach you to use kiwi fruit to lose 16 kg in a month_ Old bear passing by_ Sina blog
解决线程并发安全问题
JS to input the start time and end time, output the number of seasons, and print the corresponding month and year
On the use of bisection and double pointer
Installation of third-party library iGraph for social network visualization
手工制作 pl-2303hx 的USB轉TTL電平串口的電路_過路老熊_新浪博客
Rocket之消息存储
19c安装psu 19.12
ASA如何配置端口映射及PAT