What are the characteristics of data files

Showing Answers 1 - 11 of 11 Answers

sri

  • Aug 4th, 2005
 

Characterstics of Data File : 
- A Data file can be associated with only one database. 
- Once created, a data file cannot change is size. 
- One or more data files form a logical unit of database storage called a Tablespace.

Bahurudeen

  • Oct 5th, 2005
 

 

Datafile size can be change by using ALTER DATABASE .................RESIZE command

  Was this answer useful?  Yes

Characteristics of a Data File :
- A Data file can be associated with only one tablespace.
- Once created, a datafile can be increased or decreased in size with RESIZE
command. Example: ALTER database datafile '/u03/oradata/dev01/users_02.dbf'
RESIZE 150 MB ;
- Once created, a datafile cannot be dropped. It can only be shrunk to an
insignificant size.
- One or more data files form a logical unit of database storage called a
Tablespace.


Ram Srinivasan

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions