Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
alter table <owner>.<table_name> move parallel nologging;
ALTER TABLESPACE <ts_name> ADD DATAFILE '<fully qualified path and file name>' SIZE <n M>;
ALTER TABLESPACE <ts_name> ADD DATAFILE '<fully qualified path and file name>' SIZE <n M>
AUTOEXTEND ON NEXT <n M> MAXSIZE <n M>;
ALTER DATABASE DATAFILE '<fully qualified file name>'
AUTOEXTEND ON NEXT <n M> MAXSIZE <n M>;