I am trying to run on a PC based Oracle installation the command below. I think it fails if I don't have enterprise edition. How can I check ?
SQL> alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=
200';
alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=200'
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-00439: feature not enabled: Managed Standby
SQL> alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=
200';
alter system set log_archive_dest_1='location=c:\temp', mandatory, 'reopen=200'
*
ERROR at line 1:
ORA-32017: failure in updating SPFILE
ORA-00439: feature not enabled: Managed Standby