Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. set line 300
  2. col file_name format a50
  3. select file_name, AUTOEXTENSIBLE, MAXBYTES /1024/1024/1024 mxsz , BYTES/1024/1024/1024 sz
  4. from dba_data_files where TABLESPACE_NAME='UNDOTBS1';
  5.  
  6. alter database datafile '/u01/app/oracle/oradata/discover/users02.dbf' autoextend on maxsize 31G;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement