Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best Practice for control file location?

User_QP9CMJun 6 2017 — edited Jun 6 2017

What are the best practices for the location of your control files? We are using ASM for our data files.

Traditionally they have been stored in

$ORACLE_HOME/dbs

A consultant created control files in ASM

SQL> show parameter control_files

NAME TYPE VALUE

------------------------------------ ----------- ------------------------------

control_files string +DATA/test/controlfile/current

.ctl, +RECO/test/controlfile/c

urrent.ctl

spfile shows:

*.control_files='+DATA/test/controlfile/current.ctl','+RECO/test/controlfile/current.ctl'

Are there Pros/Cons for either place?

Are there implications for RMAN restore/recover for using ASM?

Are there implication for RMAN Duplicate Database for using ASM?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2017
Added on Jun 6 2017
3 comments
1,100 views