Skip to content

Commit 6078d91

Browse files
committed
Updated Installation
1 parent 6c87181 commit 6078d91

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Installing Oracle/Install Oracle in Linux.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,27 @@ Now execute the below command to create the database.
276276
dbca -silent -responseFile /ora01/app/oracle/distribs/database/response/dbca.rsp
277277
```
278278

279+
Alternatively,
280+
281+
```sh
282+
dbca \
283+
-silent \
284+
-createDatabase \
285+
-templateName General_Purpose.dbc \
286+
-gdbName ORA12C \
287+
-pdbadminPassword oracle \
288+
-SysPassword oracle \
289+
-SystemPassword oracle \
290+
-emConfiguration NONE \
291+
-datafileDestination /ora01/app/oracle/oradata \
292+
-asmSysPassword oracle \
293+
-characterSet AL32UTF8 \
294+
-totalMemory 6000 \
295+
-recoveryAreaDestination /ora01/app/oracle/flash_recovery_area
296+
297+
THIS IS FOR STANDARD EDITION
298+
```
299+
279300
Thats it!! :)
280301

281302

0 commit comments

Comments
 (0)