How can I confirm my database is in Standard Edition?
Hello,
I am downgrading my databases from Enterprise to Standard Edition. From the listing of differences it shows that Standard Edition does not let me use Materialized Views or rebuild objects online like alter index rebuild.
From the view PRODUCT_COMPONENT_VERSION these are my settings:
Standard Edition database:
PRODUCT | VERSION |
-------------------- -----------------------
NLSRTL | 11.2.0.4.0 |
Oracle Database 11g 11.2.0.4.0
PL/SQL | 11.2.0.4.0 |
TNS for IBM/AIX RISC 11.2.0.4.0
System/6000:
Enterprise Edition database:
PRODUCT | VERSION |
-------------------- ------------
NLSRTL | 11.2.0.4.0 |
Oracle Database 11g 11.2.0.4.0
Enterprise Edition
PL/SQL | 11.2.0.4.0 |
TNS for IBM/AIX RISC 11.2.0.4.0
System/6000:
So all seems correct, yet I just tested and created a mat. view in the Std. Edition database. I can also do "alter table ... move" and "alter index ... rebuild".