Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> System tablespace growing
Hi Nathan,
in addition to the advice you have been offered so far, add this one, when creating users always specify 'quota 0 on system'.
This stops imports creating objects in the SYSTEM tablespace when it cannot create them in (a) the specified tablespace or (b) the users default tablespace. Until I started restricting quota on system, I had a few problems with imports creating objects in my SYSTEM tablespace - where I didn't want them.
You will find your SYSTEM tablespace getting bigger if users, tables, indexes, constraints, sequences, views, procedures, packages etc etc etc are created because the data dictionary is held in user SYS and SYS has its default tablespace set to SYSTEM - as it should.
Cheers,
Norm.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.comReceived on Tue Apr 29 2003 - 04:36:29 CDT
-------------------------------------
![]() |
![]() |