Silent Mode 로 설치 테스트 (Enterprise Edition 임)

 

이전에 19c 방식과 비슷하면서 약간 다르다.

 

[CDB]oracle@26ai:/u01/app/oracle/product/26.0.0.0/dbhome_1# ./runInstaller  -silent  -ignorePrereqFailure  -setupDBHome -OSDBA dba -OSBACKUPDBA dba -OSDGDBA dba -OSKMDBA dba -OSRACDBA dba -ORACLE_BASE /u01/app/oracle -installEdition EE -INVENTORY_LOCATION /u01/app/oraInventory 

 

Launching Oracle AI Database Setup Wizard...

[WARNING] [INS-13014] Target environment does not meet some optional requirements.
   CAUSE: Some of the optional prerequisites are not met. See logs for details. /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log.
   ACTION: Identify the list of failed prerequisite checks from the log: /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
The response file for this session can be found at:
 /u01/app/oracle/product/26.0.0.0/dbhome_1/install/response/db_2026-06-17_11-44-08AM.rsp

You can find the log of this install session at:
 /u01/app/oraInventory/logs/InstallActions2026-06-17_11-44-08AM/installActions2026-06-17_11-44-08AM.log

As a root user, run the following script(s):
        1. /u01/app/oracle/product/26.0.0.0/dbhome_1/root.sh

Run /u01/app/oracle/product/26.0.0.0/dbhome_1/root.sh on the following nodes: 
[26ai]

Successfully Setup Software with warning(s).

 

다음은 Database 생성

dbca -silent -createDatabase -templateName /u01/app/oracle/product/26.0.0.0/dbhome_1/assistants/dbca/templates/New_Database.dbt -gdbName CDB -sid CDB \
-sysPassword oracle -systemPassword oracle  -createAsContainerDatabase true  -numberOfPDBs 1 -pdbName PDB1 \

-pdbAdminPassword oracle  -characterSet AL32UTF8  -nationalCharacterSet AL16UTF16 -totalMemory 6000

 

[WARNING] [DBT-06208] The 'SYS' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
[WARNING] [DBT-06208] The 'SYSTEM' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
[WARNING] [DBT-06208] The 'PDBADMIN' password entered does not conform to the Oracle recommended standards.
   CAUSE: 
a. Oracle recommends that the password entered should be at least 8 characters in length, contain at least 1 uppercase character, 1 lower case character and 1 digit [0-9].
b.The password entered is a keyword that Oracle does not recommend to be used as password
   ACTION: Specify a strong password. If required refer Oracle documentation for guidelines.
Prepare for db operation
7% complete
Creating and starting Oracle instance
9% complete
13% complete
Creating database files
14% complete
20% complete
Creating data dictionary views
22% complete
26% complete
28% complete
30% complete
40% complete
Creating cluster database views
41% complete
53% complete
Completing Database Creation
57% complete
59% complete
60% complete
Creating Pluggable Databases
64% complete
80% complete
Executing Post Configuration Actions
100% complete
Database creation complete. For details check the logfiles at:
 /u01/app/oracle/cfgtoollogs/dbca/CDB.
Database Information:
Global Database Name:CDB
System Identifier(SID):CDB
Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/CDB/CDB0.log" for further details.

 

또는 rsp 화일 만들어서 해도 된다.

 

 dbca -silent -createDatabase -responsefile /home/oracle/dbca.rsp

 

vi dbca.rsp

 

gdbName=CDB
sid=CDB
databaseConfigType=SINGLE
storageType=FS
createAsContainerDatabase=true
numberOfPDBs=1
pdbName=PDB1
templateName=New_Database.dbt
sysPassword=oracle
systemPassword=oracle
pdbAdminPassword=oracle
emConfiguration=NONE
characterSet=AL32UTF8
nationalCharacterSet=AL16UTF16
databaseType=MULTIPURPOSE
totalMemory=6000m

 

Posted by pat98

07-06 15:29
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2026.7
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

최근에 달린 댓글