Quote:
|
would buy you a pint or something; but it seems your not quite round the corner...
|
Actually, I'm from the UK... I've been living & working in the US for the past 4 years on an H1B visa.
[QUOTE]
How can i avoid the same mistake again; won't it still happen when i try and delete the rows?
Quote:
|
Set the rollback segmen tablespace files to auto extend. This can be done through the OEM. You might also want to set FAST_START_PARALLEL_ROLLBACK to LOW. This is in the initialization parameters like before.
|
Quote:
Is there anyway to calculate the size of undo/rollback things neccessary to complete an operation
e.g. numberofrowstodelete/numberofrowsintable * 4 or something???
|
I'm sure there is, but that's way too complicated for me
Quote:
|
just out of curiousity what kind of machines should i be using for this amount of data (100mill rows) when its being processed alot?
|
Difficult to say without knowing what sort of processing. But as an example, one of my machines is a quad 500Mhz Xeon NT 4.0 box with 2GB RAM. It processes 13 million row batches of data and does some OLAP type analysis on it. It's fine. NT is actually very good at doing one thing quickly. The problems start when more than one user needs to access the data.
PS. DML is Data Manipulation Language (deleting, inserting, updating rows of data)... as opposed to DDL, Data Definition Language (creating, deleting objects)