Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: UNDOTBS01.DBF file size
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Matthias Hoys wrote:
> "Jim" <mail_at_lost.com> wrote in message > news:23qtg1h1omivphpq5onj8p1lblqh5ecicv_at_4ax.com... >
> > > See the thread some messages below regarding Undo Management. > > Matthias > >
The datafile probably has autoextend turned on and some large transaction caused it to grow. Tell your DBA about it. He/she may not be aware, or may have intentionally set it that large to handle some long running transaction. (Yes it might actually need to be larger than the rest of the database depending on what the DBA was trying to accomplish).
If it's not a production database, and there is no DBA, you could shrink it with this command, but it requires DBA privilege.
alter database datafile 'fully_qualified_file_name_goes_here' resize 2048064k autoextend off;
iEYEARECAAYFAkMPIXMACgkQzIf+rZpn0oSZ2gCfdHpo/yf4ILZ+X1qKadmB8GR/
kV4AmwZ7WdhQ9OaY9vdWLz2jUKXLPBWq
=S6Wc
-----END PGP SIGNATURE-----
Received on Fri Aug 26 2005 - 09:04:36 CDT
![]() |
![]() |