verify understanding on the valid for parameter
hi guys,
i am still not really getting the setting of these parameter on the pri db init file:
https://docs.oracle.com/cd/B19306_01/server.102/b14239/create_ps.htm#i68626 <---
3.1.4 Set Primary Database Initialization Parameters
this is under the section, creating a physical standby db.....
DB_NAME=chicago
DB_UNIQUE_NAME=chicago
LOG_ARCHIVE_CONFIG='DG_CONFIG=(chicago,boston)'
CONTROL_FILES='/arch1/chicago/control1.ctl', '/arch2/chicago/control2.ctl'
LOG_ARCHIVE_DEST_1=
'LOCATION=/arch1/chicago/
VALID_FOR=(ALL_LOGFILES,ALL_ROLES) <--- this is for irregardless the role, pri /or standby, the arch location is as specify ...?