Need help with Step 17 (Initiate Log apply Services) of oracle Document [736863.1]
I had been practicing standby database creation using the oracle support Document [736863.1].
I was successful till the step 16. I would like to know abt the first statement in step 17 (Initiate Log apply Services).
When i execute the below command on primary machine,
SQL> Alter database recover managed standby database disconnect from session;
i got the error ORA-01665:control file is not a standby control file.
Should the first statement in step 17 (Initiate Log apply Services) be executed on primary or standby machine?
Thanks,