RE: Urgent: Why is system tablespace growing?

2001-05-13 Thread Rajesh Dayal
Presently that seems to be the only reason for the mentioned error. However, as suggested by other members you should alter all users to have temporary Tablespace as TEMP (and not system). Also check that all the users have their default tablespace as non-system tablespace. HTH, Rajesh -Ori

RE: Urgent: Why is system tablespace growing?

2001-05-12 Thread abdul latif
Rajesh, touser's temporary tablespace is temp, do have any other idea's as to why system tablespace is suddenly running out of space? Thanks abdul latif --- Rajesh Dayal <[EMAIL PROTECTED]> wrote: > Check whether the user TOUSER has a default setting > of > SYSTEM tablespace for "TEMPORARY TABL

RE: Urgent: Why is system tablespace growing?

2001-05-12 Thread Rajesh Dayal
Check whether the user TOUSER has a default setting of SYSTEM tablespace for "TEMPORARY TABLESPACE". You can perform this check by following query: Select temporary_tablespace from dba_users where username = 'TOUSER'; If the result points to SYSTEM tablespace, then alter the user as follows:

Re: Urgent: Why is system tablespace growing?

2001-05-12 Thread Nuno Souto
Whichever user you using to import has a temporary tablespace and default tablespace set to SYSTEM? Cheers Nuno Souto [EMAIL PROTECTED] http://www.users.bigpond.net.au/the_Den - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> > I'm doing an fromuser touse

Re: Urgent: Why is system tablespace growing?

2001-05-11 Thread Paul Drake
abdul latif wrote: > > Does anyone know why system tablespace is changing? > > I'm doing an fromuser touser import and the system > tablespace is for some reason is being written to. > > Here what is being reported: > > IMP-00017: following statement failed with ORACLE > error 1652: > "CREATE