irqadbapoc1@/home/oracle: . oraenv
ORACLE_SID = [+ASM] ? PVDEV2
irqadbapoc1@/home/oracle: sqlplus "/as sysdba"
SQL*Plus: Release 11.2.0.4.0 - Production on Fri Feb 11 09:08:44 2018
Connected to:
Oracle Database 11g Enterprise Edition Release11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select name from v$database;
NAME
---------
PVDEV2
SQL> alter tablespace TWINSD2 add datafile '+PVDEV2' size 2g autoextend on maxsize 30g;
Tablespace altered.
SQL> alter tablespace ROYALSD2 add datafile '+PVDEV2' size 2g autoextend on maxsize 10g;
Tablespace altered.
SQL> alter tablespace REDSOXD2 add datafile '+PVDEV2' size 2g autoextend on maxsize 10g;
Tablespace altered.
Comments
Post a Comment