Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: USER_TABLESPACES has more rows than DBA_TABLESPACES

Re: USER_TABLESPACES has more rows than DBA_TABLESPACES

From: Stephane Faroult <sfaroult_at_oriole.com>
Date: Tue, 14 Jan 2003 12:35:28 -0800
Message-ID: <F001.0052F98F.20030114123528@fatcity.com>


> Keith Moore wrote:
>
> I'm still confused. They are not in DBA_TABLESPACES, only
> USER_TABLESPACES.
> Keith

Because DBA_TABLESPACES filters them out. Try

select name, online$ from sys.ts$

and you'll see them with online$ = 3 (out of memory).  

> ----- Original Message -----
> From: "Stephane Faroult" <sfaroult_at_oriole.com>
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Monday, January 13, 2003 1:34 PM
> Subject: Re: USER_TABLESPACES has more rows than DBA_TABLESPACES
>
> > > Keith Moore wrote:
> > >
> > > Has anyone else seen this or can you explain it?
> > >
> > > I have 7 tablespaces in USER_TABLESPACES that don't exist in
> > > DBA_TABLESPACES. These have been dropped, but somehow did not
> > > disappear from USER_TABLESPACES. They have a status of INVALID.
> > >
> > > The database is version 8.0.5 (Yeah, I know, we'll be going to 9i
> real
> > > soon now)
> > >
> > > Keith
> > >
> >
> > Regular behaviour. Rows are never deleted from sys.ts$ (on which
> > DBA_TABLESPACES is based).
> >
> > --
> > Regards,
> >
> > Stephane Faroult
> > Oriole Software
> > --

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: sfaroult_at_oriole.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Tue Jan 14 2003 - 14:35:28 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US