Added lots of space to a tablespace [message #522120] |
Tue, 06 September 2011 13:15 |
lg123
Messages: 225 Registered: August 2008
|
Senior Member |
|
|
Mistakenly I added lot of datafiles with autextend on option.. I realized later and then tried to resize the datafiles to a minumum space but got the below error
ORA-03214: File Size specified is smaller than minimum required.
How to resolve this problem to reclain the space back?
|
|
|
|
|
|
|
|
|
Re: Added lots of space to a tablespace [message #522293 is a reply to message #522282] |
Thu, 08 September 2011 01:24 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
If you read up on the ALTER TABLE...SHRINK SPACE command, you will find that it refers to reducing the size of a table following deletion of rows. Will that assist you in your current situation?
|
|
|
|
Re: Added lots of space to a tablespace [message #522348 is a reply to message #522342] |
Thu, 08 September 2011 14:43 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote:Then tune your database and find out latch contention as well using v$system_event view.After getting latch contention you can find tuning opportunities for that location and tune that place.
Once again, what this has to do with the question?
(And what is the relation between location and lacth contention???? Don't answer to thid, this is not the question of the topic).
Could you please think about the question and your answer before posting it.
Regards
Michel
[Updated on: Sun, 30 March 2014 10:07] Report message to a moderator
|
|
|