Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Oracle RAC Database in Silent Mode

Database Version 11gR2
-bash-4.1$ pwd/u01/app/oracle/product/11.2.0.3/dbhome_1
-bash-4.1$ cd bin
-bash-4.1$ ./dbca -silent -createDatabase -templateName General_Purpose.dbc -g dbName EBSPROD -sid EBSPROD -sysPassword welcome1 -systemPassword welcome1 -sysmanPassword welcome1 -dbsnmpPassword welcome1 -emConfiguration LOCAL -storageType ASM -diskGroupName DATA_DAH1 -datafileJarLocation $ORACLE_HOME/assistants/dbca/ templates -nodeinfo dbserver1,dbserver2 -characterset AR8MSWIN1256 -obfuscatedPass words false -sampleSchema false -asmSysPassword welcome1
sh: line 1: showrev: not found
sh: line 1: /usr/sbin/patchadd: not found
Copying database files
1% complete
3% 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/EBSPROD/EBSPROD.log” for further details.
-bash-4.1$ cat /u01/app/oracle/cfgtoollogs/dbca/EBSPROD/EBSPROD.log
Copying database files
DBCA_PROGRESS : 1%
DBCA_PROGRESS : 3%
DBCA_PROGRESS : 30%
Creating and starting Oracle instance
DBCA_PROGRESS : 32%
DBCA_PROGRESS : 36%
DBCA_PROGRESS : 40%
DBCA_PROGRESS : 44%
DBCA_PROGRESS : 45%
DBCA_PROGRESS : 48%
DBCA_PROGRESS : 50%
Creating cluster database views
DBCA_PROGRESS : 52%
DBCA_PROGRESS : 70%
Completing Database Creation
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/EBSPROD.
Database Information:
Global Database Name:EBSPROD
System Identifier(SID) Prefix:EBSPRODThe Database Control URL is https://dbserver1:1158/em

Completed



Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction