using OMF database creation [message #345986] |
Fri, 05 September 2008 08:19 |
meaku16
Messages: 4 Registered: September 2008
|
Junior Member |
|
|
Hi All,
I am creating database using OMF using follwing parameter in parameter file.
db_create_file_dest = c:\oracle\oradata\test
db_create_online_log_dest_1 = c:\oracle\oradata\test\u01
db_create_online_log_dest_2 = c:\oracle\oradata\test\u02
db_create_online_log_dest_3 = c:\oracle\oradata\test\u03
giving command in startup nomount phase
create database test;
This command creates my test database successfully by creating 3 control files in each destination 1,2 & 3.
But, creating 2 groups with 2 memebers each in destination 1 and 2 only.
It is not supposed to create 3 groups?
What is the meaning of adding log_dest_3?
I am new to ORAcle DBA. Any help/explanation would be apprecited.
Thanks
Purvi Shah
|
|
|
|