Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
temp tablespace blow up

temp tablespace blow up

2007-08-14       - By Lyall Barbour

 Back
just ran an update that had some stupid huge joins and couldn't allocate
anymore extents because the 4gb of datafiles were too small.  So
my update errored.  then, no problem still, just that my temp tablespace
had an enormous amount of extents.  So, i dropped it when users were off
and recreated it as TEMPORARY.  I've been reading about temporary
tablespaces:CREATE TEMPORARY TABLESPACE blah TEMPFILE
'/d01/oradata/PROD/blah.dbf' size 1000M; apparently this creates the idea
of a file on the OS.  Maybe my question is really what is a TEMPFILE?

 -- -- Original Message -- --
 From: "Don Seiler"
 To: lyallbarbour@(protected)
 Subject: Re: temp tablespace blow up
 Date: Tue, 14 Aug 2007 09:43:37 -0500


 A temporary tablespace is what you want for TEMP.

 I'm curious as to how you think you blew it up, and even more curious
 as to how Oracle let you drop it. What version of Oracle are you
 using?

 Don.

 On 8/14/07, Lyall Barbour wrote:
 > Hi all,
 > So, i blew up _the_ temp tablespace the other day with an update
 query
 > *pats himself on the back*. I found some down time and dropped it,
 looking
 > up on the web how to recreate it, i found CREATE TEMPORARY
 TABLESPACE and
 > created it as "temporary" not realizing what i was doing (just
 hadn't done
 > it in awhile).
 > Now, night reports and such take 4 hrs instead of 4 mins to run.
 > Now that i've found the basic syntax to create a tablespace again,
 my only
 > real question is if someone can explain about TEMPORARY tablespaces
 and what
 > good they'd be for? Are they good for the "temp" tablespace for
 queries
 > cause there's only two reasons i found for the huge amount of time
 > difference for the night process 1) tablespace used to be regular 4
 gig
 > tablespace, now it's "TEMPORARY" 2) i created the extents wrong and
 instead
 > of being 767 extents it was 37000.
 >
 > What is a TEMPORARY TABLESPACE?
 >
 > Lyall
 > --
 > We've Got Your Name at Mail.com
 > Get a FREE E-mail Account Today - Choose From 100+ Domains


 --
 Don Seiler
 oracle: http://ora.seiler.us
 ultimate: http://www.mufc.us
 --
 http://www.freelists.org/webpage/oracle-l

--
We've Got Your Name at http://www.mail.com !
Get a FREE E-mail Account Today - Choose From 100+ Domains


<DIV>just ran an update that had some stupid huge joins and couldn't allocate
anymore extents because the 4gb of datafiles&nbsp;were too small.&nbsp; So my
&nbsp;update errored.&nbsp; then, no problem still, just that my temp tablespace
had an enormous amount of extents.&nbsp; So, i dropped it when users were off
and recreated it as TEMPORARY.&nbsp; I've been reading about temporary
tablespaces:</DIV>
<DIV>CREATE TEMPORARY TABLESPACE blah TEMPFILE '/d01/oradata/PROD/blah.dbf'
size 1000M;</DIV>
<DIV>&nbsp;</DIV>
<DIV>apparently this creates the idea of a file on the OS.&nbsp; Maybe my
question is really what is&nbsp;a TEMPFILE?<BR><BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff
2px solid">-- -- Original Message -- --<BR>From: "Don Seiler" <DON@(protected)>
<BR>To: lyallbarbour@(protected)<BR>Subject: Re: temp tablespace blow up<BR
>Date: Tue, 14 Aug 2007 09:43:37 -0500<BR><BR><BR>A temporary tablespace is what
you want for TEMP.<BR><BR>I'm curious as to how you think you blew it up, and
even more curious<BR>as to how Oracle let you drop it. What version of Oracle
are you<BR>using?<BR><BR>Don.<BR><BR>On 8/14/07, Lyall Barbour <LYALLBARBOUR
@(protected)>wrote:<BR>&gt; Hi all,<BR>&gt; So, i blew up _the_ temp
tablespace the other day with an update query<BR>&gt; *pats himself on the back
*. I found some down time and dropped it, looking<BR>&gt; up on the web how to
recreate it, i found CREATE TEMPORARY TABLESPACE and<BR>&gt; created it as
"temporary" not realizing what i was doing (just hadn't done<BR>&gt; it in
awhile).<BR>&gt; Now, night reports and such take 4 hrs instead of 4 mins to
run.<BR>&gt; Now that i've found the basic syntax to create a tablespace again,
my only<BR>&gt; real question is if someone can explain about TEMPORARY
tablespaces and what<BR>&gt; good they'd be for? Are they good for the "temp"
tablespace for queries<BR>&gt; cause there's only two reasons i found for the
huge amount of time<BR>&gt; difference for the night process 1) tablespace used
to be regular 4 gig<BR>&gt; tablespace, now it's "TEMPORARY" 2) i created the
extents wrong and instead<BR>&gt; of being 767 extents it was 37000.<BR>&gt;<BR
>&gt; What is a TEMPORARY TABLESPACE?<BR>&gt;<BR>&gt; Lyall<BR>&gt; --<BR>&gt;
We've Got Your Name at Mail.com<BR>&gt; Get a FREE E-mail Account Today -
Choose From 100+ Domains<BR><BR><BR>--<BR>Don Seiler<BR>oracle: http://ora
.seiler.us<BR>ultimate: http://www.mufc.us<BR>--<BR>http://www.freelists.org
/webpage/oracle-l<BR></BLOCKQUOTE><BR>

--
<div>We've Got Your Name at <a href="http://www.mail.com/?utm_source=mail_sent
_footer&utm_medium=email&utm_term=070621&utm_content=textlink&utm_campaign=we
_got_your_name"target="_blank">Mail.com</a><br>
Get a <b>FREE</b> E-mail Account Today - Choose From 100+ Domains</div>