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

Home -> Community -> Mailing Lists -> Oracle-L -> Views & Resources (7.3.4 DB)

Views & Resources (7.3.4 DB)

From: Lisa R. Clary <lisa_at_cog.ufl.edu>
Date: Sat, 30 Nov 2002 16:58:41 -0800
Message-ID: <F001.0050F739.20021130165841@fatcity.com>


I have 3 individual views (average #records=76,000) with the exact same variable names and datatypes. There is another view that is the union of the 3 individual views. If I use a count(*) operation (in sqlplus) on the view that is the union (or the individual view), I run out of temp space e.g. ORA-01652: unable to extend temp segment by 256 in tablespace TEMP (108M temp space, ). If I do subsets, selects, whatever, the views are fairly quick with no problems-- I just can't perform count(*) operations

Any ideas as to parameters in environment/temp space that would eliminate the extent problem relative to the count function?

thanks,
lc

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Lisa R. Clary
  INET: lisa_at_cog.ufl.edu

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 Sat Nov 30 2002 - 18:58:41 CST

Original text of this message

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