Datafile Size [message #223623] |
Fri, 09 March 2007 17:15 |
Martyn.Jones
Messages: 3 Registered: March 2007
|
Junior Member |
|
|
I am about to create a datafile which will have data around the 20GB mark.
Should i create one 20GB datafile or create 10 2GB data files. If possible can some explain why? I have been told by a colleague to create 10 2GB files, but he could not say why.
Regards
Martyn
|
|
|
Re: Datafile Size [message #223626 is a reply to message #223623] |
Fri, 09 March 2007 18:58 |
nmacdannald
Messages: 460 Registered: July 2005 Location: Stockton, California - US...
|
Senior Member |
|
|
I usually keep them at 1 gig. But I am just an old guy from the version 7.3 days.
By keeping them at 1 gig it seems make the hot backup perform better.
|
|
|
|
Re: Datafile Size [message #223645 is a reply to message #223623] |
Fri, 09 March 2007 23:52 |
knam
Messages: 5 Registered: March 2007 Location: Austria
|
Junior Member |
|
|
which oracle- version ?
> 9.x you can create one.
the question is ,which tables or data do you have in the tablespace
for the performance it will be fine when you have tables with the same size.
i create different tablespaces for index / data and different tables.
|
|
|
Re: Datafile Size [message #223661 is a reply to message #223623] |
Sat, 10 March 2007 03:04 |
Martyn.Jones
Messages: 3 Registered: March 2007
|
Junior Member |
|
|
It is Oracle 9.2 on Windows 2003 platform 32 Bit.
If I have Oracle 9.2 + Windows 2003 64 Bit, then I can get away with one data file of 20GB?
Also, I have noticed on past installations by a colleague, that when 10 2GB data files are created, the data is split across all data files. I would have though it would have started with the first one and then moved on the second, third, etc... when importing data.
Is this down to the table size when importing? I.e. if a table that is about to be imported is say 100MB but there is only 50 MB left in the first data file, the import puts the 100MB straight into the second data file and not split it?
Another question - are hot backups easy to configure?
Apologies for the apparently lack of knowledge, but I’m relatively new to this Oracle DBA stuff, so where some questions appear daft to most people, they are quite relevant to me.
|
|
|
|