How to add datafile to tablespace in Oracle
Oracle tablespace stores the data in the Oracle database and as the data grows, we often need to add space to the tablespace. We can add space in two ways. we can either resize the existing data file or add the new data file to the tablespace. We will check out adding datafile to tablespace […]
How to add datafile to tablespace in Oracle Read More »