How to turn OFF Active Data Guard?
I installed an 11.2.0.1 EE on SLES 10 (32bits).
Creating a simple database, I notice that:
SQL> select * from v$option where PARAMETER like 'Act%';
PARAMETER VALUE
-------------------------------- -------------------------
Active Data Guard TRUE
How should I disable this option in case I create a Data Guard configuration?
We don't need this option, and don't want to buy a license for this.
Any help is welcome.