example01.dbf and temp01.dbf [message #112803] |
Tue, 29 March 2005 08:31 |
m_scandroglio
Messages: 26 Registered: March 2005
|
Junior Member |
|
|
Hi all!
I have some trouble with space on my disk, and I wonder whether I can delete the example01.dbf and temp01.dbf on the directory which contains my instance?
thanks!!
|
|
|
Re: example01.dbf and temp01.dbf [message #112814 is a reply to message #112803] |
Tue, 29 March 2005 08:58 |
smartin
Messages: 1803 Registered: March 2005 Location: Jacksonville, Florida
|
Senior Member |
|
|
You of course can do anything but you probably don't want to, especially with temp. If this is a small sample db for limitted testing purposes, you can probably reduce the size of temp by creating a new temp tablespace, and then dropping the old one. Depends entirely on your situation.
Example holds the example schemas that come with the database and are used for learning purposes. If you don't need them you can delete them.
If space is really an issue you'll want to set autoextend off so that none of your files keep growing and growing like the energizer bunny and fill your whole disk up.
|
|
|