Database Administrator (DBA) Question:

How do you add a data file to a tablespace?

Database Administrator (DBA) Interview Question
Database Administrator (DBA) Interview Question

Answer:

ALTER TABLESPACE ADD DATAFILE <datafile_name> SIZE <size>


Previous QuestionNext Question
When creating a user, what permissions must you grant to allow them to connect to the database?How do you resize a data file?