We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c87181 commit 6078d91Copy full SHA for 6078d91
Installing Oracle/Install Oracle in Linux.md
@@ -276,6 +276,27 @@ Now execute the below command to create the database.
276
dbca -silent -responseFile /ora01/app/oracle/distribs/database/response/dbca.rsp
277
```
278
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
300
Thats it!! :)
301
302
0 commit comments