SQL> alter database convert to physical standby;
I have Oracle 10g on windows system
I have error:
SQL> startup mount;
ORACLE instance started.
Total System Global Area 293601280 bytes
Fixed Size 788908 bytes
Variable Size 154138196 bytes
Database Buffers 138412032 bytes
Redo Buffers 262144 bytes
Database mounted.
SQL> alter database convert to physical standby;
alter database convert to physical standby
*
ERROR at line 1:
ORA-00933: SQL command not properly ended
Regards!
Hine