Tenho uma banco Oracle 10g em RAC e necessito habilitar essa feature, alguém sabe como fazer esse procedimento na Versão Oracle 10g. Pois no metalink não encontrei nada que possa me ajudar.
Select * from gv$version;
1 Oracle Database 10g Release 10.2.0.4.0 – 64bit Production
1 PL/SQL Release 10.2.0.4.0 – Production
1 “CORE 10.2.0.4.0 Production”
1 TNS for Linux: Version 10.2.0.4.0 – Production
1 NLSRTL Version 10.2.0.4.0 – Production
2 Oracle Database 10g Release 10.2.0.4.0 – 64bit Production
2 PL/SQL Release 10.2.0.4.0 – Production
2 “CORE 10.2.0.4.0 Production”
2 TNS for Linux: Version 10.2.0.4.0 – Production
2 NLSRTL Version 10.2.0.4.0 – Production
CREATE TABLE teste1 (
emp_id NUMBER
, first_name VARCHAR2(128)
, last_name VARCHAR2(128)
) COMPRESS
Error at Command Line : 3 Column : 1
Error report –
SQL Error: ORA-00439: feature not enabled: Table compression
00439. 00000 – “feature not enabled: %s”
*Cause: The specified feature is not enabled.
*Action: Do not attempt to use this feature.