Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Temp tbs with no temp file
But why it allow the tablespace without datafile.
The 10g Concept said:
Databases, tablespaces, and datafiles are closely related, but they have important differences:
a.. An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database's data.
b.. Each tablespace in an Oracle database consists of one or more files called datafiles, which are physical structures that conform to the operating system in which Oracle is running.
c.. A database's data is collectively stored in the datafiles that constitute each tablespace of the database. For example, the simplest Oracle database would have one tablespace and one datafile. Another database can have three tablespaces, each consisting of two datafiles (for a total of six datafiles).
My situation, seems like a bit different, don't you think so? Or
Regards,
Sinardy
On 07/01/2005 06:15:19 AM, Sinardy wrote:
> Why Oracle allow to have temporary tablespace without the temp file?
Because tablespace is a logical and not a physical structure.
>
> What should I do?
Add one.
-- Mladen Gogala Oracle DBA -- http://www.freelists.org/webpage/oracle-lReceived on Fri Jul 01 2005 - 06:43:53 CDT
![]() |
![]() |