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

Home -> Community -> Usenet -> c.d.o.server -> Re: strange SELECT behavior, possibly related to SYSTEM tblspc being full

Re: strange SELECT behavior, possibly related to SYSTEM tblspc being full

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 19 Jul 2007 18:28:09 -0700
Message-ID: <1184894889.1449@bubbleator.drizzle.com>


niz wrote:
> logging into to sqlplus as appowner, in which schema is table
> big_table:
>
> select * from big_table -> no records returned
> select count(*) from big_table -> over a million records
> select field1, field2, field3, etc etc (all fields) from big_table ->
> over a million records
>
> appowener has full permissions on the table.
>
> first time i saw this, the cause was the SYSTEM tablespace being full.

How do you fill up the SYSTEM tablespace unless you are violating Oracle's published rules around using the SYSTEM tablespace?

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Jul 19 2007 - 20:28:09 CDT

Original text of this message

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