Basic Oracle Concepts and Programming Question:
How To Create a new Oracle Data File?
Answer:
There is no dedicated statement to create a data file. Data files are created as part of statements that manages other data structures, like tablespace and database.
Previous Question | Next Question |
How To View the Data Files in the Current Database? | How To Create a New Tablespace in Oracle? |