ALTER TABLESPACE tablespace_name ADD DATAFILE 'path_to_datafile' SIZE size AUTOEXTEND ON; Code language: SQL (Structured Query Language) (sql)