RE: Who is using temp tablespace?

2003-11-04 Thread Shibu MB
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tue 11/4/2003 6:49 PM To: Multiple recipients of list ORACLE-L Cc: Subject: Who is using temp tablespace? Hi All, How can I determi

RE: Who is using temp tablespace?

2003-11-04 Thread Satav, Pawan
v$sort_usage and v$session should give you that. Pawan -Original Message- Sent: Tuesday, November 04, 2003 6:49 PM To: Multiple recipients of list ORACLE-L Hi All, How can I determine who is using temp tablespace? I have a 1 gb tablespace and it is almost full. I want to know

Who is using temp tablespace?

2003-11-04 Thread Rick_Cale
Hi All, How can I determine who is using temp tablespace? I have a 1 gb tablespace and it is almost full. I want to know who and what sql is using most of it. Thanks Rick -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: INET: [EMAIL PROTECTED] Fat City

Re: ** temp tablespace

2003-10-24 Thread Tanel Poder
Hi!   How much free space you have in your file system, you might be hitting the sparse files issue...   Tanel.   - Original Message - From: A Joshi To: Multiple recipients of list ORACLE-L Sent: Thursday, October 23, 2003 10:49 PM Subject: ** temp tablespace

RE: ** temp tablespace

2003-10-23 Thread Stephen.Lee
4GB isn't all that huge. A couple of questions I can think of are: 1. How many users are simultaneously trying to sort stuff? 2. How often does some dufus fire up a Cartesian join? -Original Message- Hi, I have a huge temp tablespace (4GB) and not much usage (current usage is

** temp tablespace

2003-10-23 Thread A Joshi
Hi,   I have a huge  temp tablespace (4GB) and not much usage (current usage is 50MB  from v$ tables) . However it keeps running out of space. It ran out of space yesterday and I was hoping it would release but it got an error again. The database is only 35GB mostly small tables. IT is temporary

RE: Temp Tablespace

2003-10-09 Thread M Rafiq
Under the senario rely on v$sort_usage view. Regards Rafiq Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Date: Thu, 09 Oct 2003 09:24:24 -0800 I think you are right Jack. With a Temporary Temp tablespace, there is nothing I can do to lower t

RE: Temp Tablespace

2003-10-09 Thread Mercadante, Thomas F
I think you are right Jack. With a Temporary Temp tablespace, there is nothing I can do to lower the HWM. And I don;t really think it's full - just the HWM shows it filled up. Tom Mercadante Oracle Certified Professional -Original Message- Sent: Thursday, October 09, 2003 11:19

RE: Temp Tablespace

2003-10-09 Thread Guang Mei
he associated index to a temporary segment and post smon to clear it up. 5. create a large table that will fail: CREATE TABLE junk ( c1 varchar2(1) ) tablespace DATA storage ( initial 2000M next 2000M) ; Finally I had to bounce the instance, that cleared up the segment in temp tablespace, so that i

Re: Temp Tablespace

2003-10-09 Thread M Rafiq
point your user back to original temp tbs. HTH Regards Rafiq Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Date: Thu, 09 Oct 2003 06:14:27 -0800 All, Is there a way to clear a TEMP tablespace defined as Temporary? We had a couple of long-runnin

Re: Temp Tablespace

2003-10-09 Thread Hemant K Chitale
see a TEMPORARY segment in DBA_SEGMENTS, though, and the disk-space would not be released till those users log out.  Hemant At 06:14 AM 09-10-03 -0800, you wrote: All,   Is there a way to clear a TEMP tablespace defined as Temporary?  We had a couple of long-running jobs  that have totally clogged

RE: Temp Tablespace

2003-10-09 Thread Jack van Zanen
recipients of list ORACLE-L All, Is there a way to clear a TEMP tablespace defined as Temporary? We had a couple of long-running jobs that have totally clogged up the TEMP tablespace (54 Gig worth) and it doesn't seem to be releasing the space. I know a db restart will clear it. Any other

Temp Tablespace

2003-10-09 Thread Mercadante, Thomas F
Title: RE: SAME and separating disk and index tablespaces All,   Is there a way to clear a TEMP tablespace defined as Temporary?  We had a couple of long-running jobs  that have totally clogged up the TEMP tablespace (54 Gig worth) and it doesn't seem to be releasing the space.  I know

Re: TEMP Tablespace problem

2003-10-01 Thread Tanel Poder
I don't think that you can reduce temp datafile much below bytes_used value in v$temp_space_header. I could reduce the file few kilobytes, but not much compared to it's size. In order to reduce bytes_used, you need to bounce instance (if there isn't any nifty tricks for releasing temp segment other

Re: TEMP Tablespace problem

2003-10-01 Thread Mladen Gogala
Yes you can. On Wed, 2003-10-01 at 11:29, Teresita Castro wrote: > I have Oracle 9.2i > I already run the query and the tablespace TEMP have > CONTENTS=TEMPORARY AND EXTENT_MAN=LOCAL > Can I run this line to fix the size of my tablespace? > > SQL> alter database tempfile '/data/oradata/system/te

Re: TEMP Tablespace problem

2003-10-01 Thread Teresita Castro
I have Oracle 9.2i I already run the query and the tablespace TEMP have CONTENTS=TEMPORARY AND EXTENT_MAN=LOCAL Can I run this line to fix the size of my tablespace?   SQL> alter database tempfile '/data/oradata/system/temp01.dbf' resize 128M;   I mean is the same or I have to change someth

Re: TEMP Tablespace problem

2003-10-01 Thread Tanel Poder
er 01, 2003 5:39 PM Subject: Re: TEMP Tablespace problem This table do not have any file, how I understood this is the table space that the queries uses. They tell me that if I run a query that need mode that the actual space it will be made that the TEMP tablespace grow. >&

Re: TEMP Tablespace problem

2003-10-01 Thread Yechiel Adar
AdarMehish - Original Message - From: Teresita Castro To: Multiple recipients of list ORACLE-L Sent: Wednesday, October 01, 2003 4:19 PM Subject: Re: TEMP Tablespace problem 9.2i>>> [EMAIL PROTECTED] 09/30/03 08:54PM >>>What is the Oracle versio

Re: TEMP Tablespace problem

2003-10-01 Thread Teresita Castro
This table do not have any file, how I understood this is the table space that the queries uses. They tell me that if I run a query that need mode that the actual space it will be made that the TEMP tablespace grow. >>> [EMAIL PROTECTED] 09/30/03 10:09PM >>>If the TE

Re: TEMP Tablespace problem

2003-10-01 Thread Teresita Castro
9.2i>>> [EMAIL PROTECTED] 09/30/03 08:54PM >>>What is the Oracle version?At 06:24 PM 9/30/2003 -0800, you wrote:>Hi!!>I am trying to change the size of my tablespace TEMP, I am not an >Administrator but we really need to make this tablespace smaller.>Already the size is 13214 Mgs, and this ta

Re: TEMP Tablespace problem

2003-10-01 Thread Tanel Poder
In 9i you could issue an "drop tablespace temp including contents and datafiles". (First make sure that this tablespace is not a default temporary tablespace). Tanel. - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 5

Re: TEMP Tablespace problem

2003-09-30 Thread Wolfgang Breitling
If the TEMP tablespace is a temporary tablespace, i.e. made of temp files rather than datafiles, then you can't offline it. It would have to be dropped and rebuilt. At 07:34 PM 9/30/2003 -0800, you wrote: Maybe you can create another temp tablespace (called temp_new) on another disk, assig

Re: TEMP Tablespace problem

2003-09-30 Thread Mladen Gogala
Teresita, spelling the word "administrator" with the capital letter is a good thing. Furthermore, if you have version 9i, you can do the following, little known, thing: SQL> alter database tempfile '/data/oradata/system/temp01.dbf' resize 128M; Database altered. If it's Oracle 8i, you can actual

Re: TEMP Tablespace problem

2003-09-30 Thread Guang Mei
Maybe you can create another temp tablespace (called temp_new) on another disk, assign all users to temp_new, then offline the old temp tablespace, drop the old temp tablespace, and finally remove the old temp datafiles from OS. HTH. Guang On Tue, 30 Sep 2003, Teresita Castro wrote: > Hi!!

Re: TEMP Tablespace problem

2003-09-30 Thread Wolfgang Breitling
What is the Oracle version? At 06:24 PM 9/30/2003 -0800, you wrote: Hi!! I am trying to change the size of my tablespace TEMP, I am not an Administrator but we really need to make this tablespace smaller. Already the size is 13214 Mgs, and this tablaspace is on a disk that is full, so if we can

TEMP Tablespace problem

2003-09-30 Thread Teresita Castro
Hi!! I am trying to change the size of my tablespace TEMP, I am not an Administrator but we really need to make this tablespace smaller. Already the size is 13214 Mgs, and this tablaspace is on a disk that is full, so if we can not make it smaller we are going to be in a serius trouble ( our

Re: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Tanel Poder
Title: RE: Nosort parallel dml uses TEMP tablespace You're welcome, please let me know the results. It was news to me as well, that so much temp space would be used in your type of parallel direct load insert...   Btw, you can use nologging hint as well in your DML if you haven'

RE: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Turner, Adrian A SITI-ITPSIE
Title: RE: Nosort parallel dml uses TEMP tablespace Thanks for having a look Tanel; that makes great sense.   I'll have a quick play to convince myself but I'd say its a lesson learned.   BTW did you too experience more temp allocation than you would have expected?   Thanks aga

Re: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Tanel Poder
Title: RE: Nosort parallel dml uses TEMP tablespace Hi!   Btw, I did a little testing with PARALLEL 2, and yes it seems to be a parallel slave communications issue, despite the segments show type "SORT". When i traced sorting with 10032 & 10033, I saw sort segment allocatio

Re: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Tanel Poder
Title: RE: Nosort parallel dml uses TEMP tablespace Hi!   It could be that parallel slaves are passing intermediate results using TEMP tablespace for some reason. (When table queues are full in some cases or smth like that). It can depend on parallel execution plan as well (whether it&#

RE: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Turner, Adrian A SITI-ITPSIE
all trailing extents being trimmed - Note: we DO trim the temporary segment that we are merging into. " So apparently "Each slave creates a TEMPORARY segment in target tablespace" but I am getting them appearing in the TEMP tablespace, not the tablespaces containing the parti

RE: Nosort parallel dml uses TEMP tablespace

2003-09-17 Thread Turner, Adrian A SITI-ITPSIE
Title: RE: Nosort parallel dml uses TEMP tablespace I'm even more confused now. TEMP ran out of space at 20GB - I'm only inserting 12.2GB! So I kicked it off again with the hint just as /*+ APPEND */ and it completed successfully in 1/6th the time to failure of the paral

Nosort parallel dml uses TEMP tablespace

2003-09-16 Thread Turner, Adrian A SITI-ITPSIE
Title: Nosort parallel dml uses TEMP tablespace Apologies if this has been covered before but metalink is not clear on the reasons behind it The database is running version 9204 EE on WinNT Sp6; and the statement is a parallel direct load into partitioned table selecting from a 12.2GB

Re: Locally-managed temp tablespace question

2002-12-20 Thread Connor McDonald
> bash-2.03$ rm templmt* > > bash-2.03$ df -k|grep /oracle/u02 > /dev/dsk/c1t2d0s070592505 44244651 24230079 > 65%/oracle/u02 > > I thought I should get 10GB (2097160192 x 5) back, > but instead I got only > 1.3MB ( 24230079 - 22924927) released. Could >

RE: Locally-managed temp tablespace question

2002-12-20 Thread Spears, Brian
k, but instead I got only 1.3MB ( 24230079 - 22924927) released. Could someone explain? BTW, when I created the temp files (templmt0[1-5]) for locally-managed temp tablespace, I found they were created extremely fast, so I suspected that not real disk space were allocated. But the "ls -l&q

Locally-managed temp tablespace question

2002-12-20 Thread Guang Mei
temp tablespace, I found they were created extremely fast, so I suspected that not real disk space were allocated. But the "ls -l" command still showed 10GB were allocated. TIA. Guang Mei [EMAIL PROTECTED] http://www.geocities.co

Re: Convert TEMP tablespace from datafiles to tempfiles

2002-11-07 Thread Jared Still
> Sent: Wednesday, November 06, 2002 10:56 AM > To: Multiple recipients of list ORACLE-L > > > Hey all, > > I've got some downtime coming up on an 8.1.6 DB on Solaris, and I'd > like to > take the opportunity to convert the datafiles of the TEMP tablespa

Re: TEMP/RBS LMTs (was: Convert TEMP tablespace...)

2002-11-07 Thread Jared Still
Message- > > From: Jared Still [mailto:jkstill@;cybcon.com] > > Sent: Thursday, November 07, 2002 1:19 PM > > To: Multiple recipients of list ORACLE-L > > Subject: Re: TEMP/RBS LMTs (was: Convert TEMP tablespace...) > > > > > > > > 10M? Hardly. Th

RE: TEMP/RBS LMTs (was: Convert TEMP tablespace...)

2002-11-07 Thread Jesse, Rich
: TEMP/RBS LMTs (was: Convert TEMP tablespace...) > > > > 10M? Hardly. That was just a test script to make sure > the syntax was correct. 10m just happens to be created > very quickly. > > The sort_area_size equal or be a multiple of your TEMP > extent size. > >

RE: Convert TEMP tablespace from datafiles to tempfiles

2002-11-07 Thread Ron Rogers
#x27;t let you create temporary segments there. Mike -Original Message- Sent: Wednesday, November 06, 2002 10:56 AM To: Multiple recipients of list ORACLE-L Hey all, I've got some downtime coming up on an 8.1.6 DB on Solaris, and I'd like to take the opportunity to convert th

Re: TEMP/RBS LMTs (was: Convert TEMP tablespace...)

2002-11-07 Thread Jared Still
System/Database Administrator > [EMAIL PROTECTED] Quad/Tech International, Sussex, WI > USA > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:Jared.Still@;radisys.com] > > Sent: Wednesday, November 06, 2002 3:35 PM > &

RE: Convert TEMP tablespace from datafiles to tempfiles

2002-11-07 Thread Hand, Michael T
nts of list ORACLE-L Hey all, I've got some downtime coming up on an 8.1.6 DB on Solaris, and I'd like to take the opportunity to convert the datafiles of the TEMP tablespace to tempfiles. My reason for this change is primarily to get the TEMP tablespace LMT, but also to shrink our h

TEMP/RBS LMTs (was: Convert TEMP tablespace...)

2002-11-07 Thread Jesse, Rich
m/Database Administrator [EMAIL PROTECTED] Quad/Tech International, Sussex, WI USA > -Original Message- > From: [EMAIL PROTECTED] [mailto:Jared.Still@;radisys.com] > Sent: Wednesday, November 06, 2002 3:35 PM > To: Multiple recipients of list ORACLE-L > Subject: Re: Con

Re: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Jared . Still
o: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> cc: Subject: Re: Convert TEMP tablespace from datafiles to tempfiles List, Would you please explain to me how you are able to get TEMP and LMT combined together. I use 8.1.7 and it is not allowed. &

RE: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Jesse, Rich
System/Database Administrator [EMAIL PROTECTED] Quad/Tech International, Sussex, WI USA > -Original Message- > From: Mercadante, Thomas F [mailto:NDATFM@;labor.state.ny.us] > Sent: Wednesday, November 06, 2002 11:59 AM > To: Multiple recipients of list ORACLE-L &

Re: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Ron Rogers
oled file: Select 'Alter User ' || UserName || ' Temporary Tablespace NewTemp ;' >From DBA_Users; After a day or two, or when you can determine that no one is using the old Temp tablespace, offline and drop Temp. If you've just got to have the Temp tablespace named Tem

Re: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Jared . Still
If have the space, create the new TEMP tablespace first, alter all users that have the old one to now use the new one, drop the old tablespace. Jared "Jesse, Rich" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/06/2002 07:56 AM Please respond to ORACLE-L

Re: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread JApplewhite
|| ' Temporary Tablespace NewTemp ;' >From DBA_Users; After a day or two, or when you can determine that no one is using the old Temp tablespace, offline and drop Temp. If you've just got to have the Temp tablespace named Temp, repeat the above steps to create a new Temp

RE: Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Mercadante, Thomas F
). Go have a beer. The only "negative" here is that your TEMP tablespace is called TEMPLMT, but it just doesn't matter. If you want, you can do it again, this time creating the tablespace as TEMP if it makes you feel better. Your method would work just fine. Not sure if the users

Re:Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread dgoulet
Jesse, When you drop the temp tablespace everyone who had it assigned as their temp space will have that changed to SYSTEM. The following should fix that: declare s varchar2(200); begin for a in (select username from dba_users) loop s := 'alter

Convert TEMP tablespace from datafiles to tempfiles

2002-11-06 Thread Jesse, Rich
Hey all, I've got some downtime coming up on an 8.1.6 DB on Solaris, and I'd like to take the opportunity to convert the datafiles of the TEMP tablespace to tempfiles. My reason for this change is primarily to get the TEMP tablespace LMT, but also to shrink our hotbacks w/o modifying t

Dictionary managed Temp tablespace space missing

2002-08-31 Thread kommareddy sreenivasa
Hello all, DB: 8172 I have a dictionary managed temp tablespace, size 22 Gig. When I see the free space in dba_free_space, it is showing only 18 Gig as free. But there is no usage found in v$sort_usage, v$sort_segment. I bounced the DB to reclaim to free-up TEMP. But no use. Its free

RE: TEMP TABLESPACE

2002-05-20 Thread Sherman, Paul R.
Hamid, 1) Do not let TEMP tablespace have autoextend set to on - my .02 is to never have this set to on for any tablespace, but to monitor and expand as necessary. Other DBAs like autoextend, so you may want that for other tablespaces, but not for TEMP. 2) A nice trick to get TEMP cleared of

TEMP TABLESPACE

2002-05-20 Thread Hamid Alavi
Hi List, I have two data files for my TEMP tablespace, & i just find out one of the data file "AUTO EXTEND" is set to on is it right?? I beleive for TEMP tablespace autoextend shoudn't be ON, AM I RIGHT or NOT? Now my data file almost full for TEMP tablespace how can I Clean

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread DENNIS WILLIAMS
then merged with the table segment. I confused the two since they both involved "temp". I don't have a specific solution to your problem, but my survival instincts as a crusty old DBA (but still employed) say "don't make your TEMP tablespace autoextend". It j

RE: TEMP tablespace growing abnormally

2002-05-14 Thread Rodrigues, Bryan
14, 2002 5:08 PM To: Multiple recipients of list ORACLE-L Yes, But this shouldn't warrant 'indefinite extension' of the TB ?!? -Original Message- Sent: Tuesday, May 14, 2002 9:39 PM To: Multiple recipients of list ORACLE-L Do you have auto extend on the temp tab

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread Simon Waibale
Dennis, I haven't seen Tim's posting !!? as regards my woos -Original Message- Sent: Tuesday, May 14, 2002 10:13 PM To: Multiple recipients of list ORACLE-L Simon - I think Tim has given you a good answer to your TEMP tablespace growth. I just wanted to warn you to be caut

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread Simon Waibale
TEMPORARY -Original Message- Sent: Tuesday, May 14, 2002 9:39 PM To: Multiple recipients of list ORACLE-L Is your TEMP tablespace set to TEMPORARY or PERMANENT? -Original Message- Sent: Tuesday, May 14, 2002 11:14 AM To: Multiple recipients of list ORACLE-L Forgot to tell

RE: TEMP tablespace growing abnormally

2002-05-14 Thread Simon Waibale
Yes, But this shouldn't warrant 'indefinite extension' of the TB ?!? -Original Message- Sent: Tuesday, May 14, 2002 9:39 PM To: Multiple recipients of list ORACLE-L Do you have auto extend on the temp tablespace? Bryan -Original Message- Sent: Tuesday, May 14,

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread Khedr, Waleed
ginal Message- Sent: Tuesday, May 14, 2002 8:02 PM To: '[EMAIL PROTECTED]' Hi all, Having a bad start of week. My temp tablespace is growing abnormally -from 3GB -> 32 GB (Filled up disk). DB is 81700 on Tru64 Unix, 120GB in size, appx 150 front-End users running billing application for

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread DENNIS WILLIAMS
Simon - I think Tim has given you a good answer to your TEMP tablespace growth. I just wanted to warn you to be cautious about extremely large sizes of SORT_AREA_SIZE. This is a per-process setting, which means that if you have several processes, each process may acquire a lot of memory and the

RE: TEMP tablespace growing abnormally

2002-05-14 Thread Rodrigues, Bryan
Do you have auto extend on the temp tablespace? Bryan -Original Message- Sent: Tuesday, May 14, 2002 2:10 PM To: Multiple recipients of list ORACLE-L Hi all, Having a bad start of week. My temp tablespace is growing abnormally -from 3GB -> 32 GB (Filled up disk). DB is 81700 on Tr

RE: TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread Wong, Bing
Is your TEMP tablespace set to TEMPORARY or PERMANENT? -Original Message- Sent: Tuesday, May 14, 2002 11:14 AM To: Multiple recipients of list ORACLE-L Forgot to tell you that myparameter for sort_area_size= apx. 8GB -Original Message- Sent: Tuesday, May 14, 2002 8:02 PM To

TEMP tablespace growing abnormally

2002-05-14 Thread Simon Waibale
Hi all, Having a bad start of week. My temp tablespace is growing abnormally -from 3GB -> 32 GB (Filled up disk). DB is 81700 on Tru64 Unix, 120GB in size, appx 150 front-End users running billing application for appx 200,000 customer base. Initially set-up as OPS but undone though init.ora f

TEMP tablespace growing abnormally -Sort Area

2002-05-14 Thread Simon Waibale
Forgot to tell you that myparameter for sort_area_size= apx. 8GB -Original Message- Sent: Tuesday, May 14, 2002 8:02 PM To: '[EMAIL PROTECTED]' Hi all, Having a bad start of week. My temp tablespace is growing abnormally -from 3GB -> 32 GB (Filled up disk). DB is 81700

Re: Large record count in fet$ for TEMP tablespace

2002-03-19 Thread Rajesh . Rao
t;[EMAIL PROTECTED]> Subject: Re: Large record count in fet$ for TEMP tablespace Sent by: r

Re: Large record count in fet$ for TEMP tablespace

2002-03-19 Thread Connor McDonald
PROTECTED]> wrote: > When trying to select * from > DBA_FREE_SPACE_COALESCED the query hangs. It also > hangs when trying to calculate free space from the > DBA_FREE_SPACE view. I looked in the sys.fet$ table > and found that the TEMP tablespace has 21423 > entries and I be

Large record count in fet$ for TEMP tablespace

2002-03-19 Thread Casey A. Jordan
When trying to select *  from DBA_FREE_SPACE_COALESCED  the query hangs.   It also hangs when trying to calculate free space from the DBA_FREE_SPACE view.  I looked in the sys.fet$ table and found that the TEMP tablespace has  21423 entries and I believe this is my problem.    Now for my

RE:Hot backup and TEMP tablespace

2002-01-29 Thread Dave Morgan
And yes, as I keep saying, I am paranoid. Dave Tom wrote: > steps just to save yourself some time during backups? Why stop at backing > up the TEMP tablespace - why not the ROLLBACK tablespace - this could be > dropped and re-created also. Why not INDEX tablespaces - heck, if you have

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Kimberly Smith
Hum, I apologize. Did not read well enough. -Original Message- Thomas F Sent: Monday, January 28, 2002 9:16 AM To: Multiple recipients of list ORACLE-L Kimberly, That is an excellent point! But the original writer was taking a hot backup of the TEMP tablespace, so she must be using

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Jeremiah Wilton
shorten the time frame that it takes to complete our > > Oracle hot backups, and the subsequent file copies to tape. > > I have read > > that it is ok to skip the TEMP tablespace, and then do an > > off-line drop of > > the datafile(s) in the temporary tablespace, drop t

RE: Hot backup and TEMP tablespace

2002-01-28 Thread John Kanagaraj
will not be able to drop the TEMP tablespace. Add to this the fact that Oracle applies archive logs based on the file header SCNs. If you restore an old copy of the TEMP tablespace's datafiles, the recovery will require that *all* the archive logs since the last backup of TEMP. This implies

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Mercadante, Thomas F
Kimberly, That is an excellent point! But the original writer was taking a hot backup of the TEMP tablespace, so she must be using an older version of Oracle. Maybe she should migrate to 8i? :) Tom Mercadante Oracle Certified Professional -Original Message- Sent: Monday, January

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Jeremiah Wilton
On Mon, 28 Jan 2002, Mercadante, Thomas F wrote: > Do you really want to be in the position of performing "extra" > recovery steps just to save yourself some time during backups? Why > stop at backing up the TEMP tablespace - why not the ROLLBACK > tablespace - this c

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Kimberly Smith
If you are using a temp tablespace with a temp file you really are not suppose to back it up. This comes from Oracle, not folks trying to save time. You cannot put them into backup mode so how do you recommend backing them up? -Original Message- Thomas F Sent: Monday, January 28, 2002

RE: Hot backup and TEMP tablespace

2002-01-28 Thread Mercadante, Thomas F
ck in the window - it works, but its really not right. Do you really want to be in the position of performing "extra" recovery steps just to save yourself some time during backups? Why stop at backing up the TEMP tablespace - why not the ROLLBACK tablespace - this could be dropped and

Re: Hot backup and TEMP tablespace

2002-01-27 Thread Greg Moore
blespaces and tempfiles means you can skip backing up the temp tablespace, and when you need to recover it you can recreate the temp tablespace fast. Otherwise, recreating it can take a long time, meaning the time to recover a crashed database may take longer. Check Jonathan Lewis's book (P

Re: Hot backup and TEMP tablespace

2002-01-26 Thread Jared Still
are trying to shorten the time frame that it takes to complete our > Oracle hot backups, and the subsequent file copies to tape. I have read > that it is ok to skip the TEMP tablespace, and then do an off-line drop of > the datafile(s) in the temporary tablespace, drop the tablespace,

RE: Hot backup and TEMP tablespace

2002-01-26 Thread Deshpande, Kirti
You are right. Excluding TEMP tablespace from hot backups is not a problem at all. Your in-house instructions/docs about recovering the database should spell out what to do after performaing the recovery. Also if your version of Oracle supports the TEMPFILEs and TEMPORARY tablespaces

Hot backup and TEMP tablespace

2002-01-26 Thread traci . l . rebman
I was wondering if anyone could offer any suggestions to this issue, or the pro's and con's... We are trying to shorten the time frame that it takes to complete our Oracle hot backups, and the subsequent file copies to tape. I have read that it is ok to skip the TEMP tablespace, and

Re: Convert TEMP tablespace to LMT?

2001-12-13 Thread Connor McDonald
TED]> wrote: > What is the best way to convert a dictionary-managed > TEMP tablespace to > locally managed? > > Here's my situation, I created an 8.1.7 database > with all dictionary-managed > tablespaces. Then, I converted all tablespaces to > locally managed, except

Re: Convert TEMP tablespace to LMT?

2001-12-13 Thread Christian Trassens
ert TEMP to LMT so > it seems that I must drop the TEMP tablespace and > re-create it as LMT. My > question is, do I need to create an intermediate, > like TEMP2, and point > everything to it while I'm dropping and re-creating > TEMP? > > Thanks for your advice, >

Convert TEMP tablespace to LMT?

2001-12-13 Thread David Wagoner
What is the best way to convert a dictionary-managed TEMP tablespace to locally managed?   Here’s my situation, I created an 8.1.7 database with all dictionary-managed tablespaces.  Then, I converted all tablespaces to locally managed, except SYSTEM and TEMP.  The conversion packaged

RE: TEMP Tablespace Problem

2001-12-11 Thread DENNIS WILLIAMS
Ken - I assume you dropped the TEMP tablespace, which doesn't delete the datafile. I'm assuming you are on Unix. Just remove the data file and recreate the TEMP tablespace the same way as you originally did. I believe that the temp tablespace settings for all users will be unaffecte

Re: TEMP Tablespace Problem

2001-12-11 Thread tday6
TED]> Sent by: rootcc: Subject: TEMP Tablespace P

Re: TEMP Tablespace Problem

2001-12-11 Thread Stefan Jahnke
Hi Assuming that you actually use the TEMP tablespace as a real "temp" tablespace and didn't put any actual data in it, you can just go ahead recreate it by reusing the old datafile. Ken Janusz schrieb: > > Somehow I deleted the TEMP tablespace but not the datafile.

TEMP Tablespace Problem

2001-12-11 Thread Ken Janusz
Somehow I deleted the TEMP tablespace but not the datafile. How do I go about recreating this tablespace? Thanks, Ken Janusz, CPIM Database Conversion Lead Sufficient System, Inc. Minneapolis, MN -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ken Janusz INET

RE: rollback for temp tablespace

2001-12-05 Thread K Gopalakrishnan
worry about. The rollback space is for mods to the data dictionary as your segments are created. hth connor --- "Tatireddy, Shrinivas (MED, Keane)" <[EMAIL PROTECTED]> wrote: > Hi lists, > > > Can anybody clarify this: > > Do the sort/idx rebuild etc.,(

RE: rollback for temp tablespace

2001-12-05 Thread Tatireddy, Shrinivas (MED, Keane)
space is for mods to the data dictionary as your segments are created. hth connor --- "Tatireddy, Shrinivas (MED, Keane)" <[EMAIL PROTECTED]> wrote: > Hi lists, > > > Can anybody clarify this: > > Do the sort/idx rebuild etc.,(tasks that use temp > tab

Re: rollback for temp tablespace

2001-12-05 Thread Connor McDonald
t; > Can anybody clarify this: > > Do the sort/idx rebuild etc.,(tasks that use temp > tablespace), use > rollback segments? > > I need to rebuild indexes of 20 Gig to a new > tablespace. > > Do I need to verify the RBS free space for this.? > > Thnx and Rega

rollback for temp tablespace

2001-12-05 Thread Tatireddy, Shrinivas (MED, Keane)
Hi lists, Can anybody clarify this: Do the sort/idx rebuild etc.,(tasks that use temp tablespace), use rollback segments? I need to rebuild indexes of 20 Gig to a new tablespace. Do I need to verify the RBS free space for this.? Thnx and Regards, Srinivas -- Please see the official

Re: Question - Oracle's "TEMP" tablespace and a user's "temporary

2001-10-19 Thread Don Granaman
Granaman > (OraSaurus - Honk if you remember OPS ;-) > > - Original Message - > To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> > Sent: Tuesday, October 16, 2001 5:15 PM > "temporary" ta > > > > Environment: > > Oracle v8.

RE: TEMP Tablespace

2001-09-25 Thread Jacques Kilchoer
Title: RE: TEMP Tablespace > -Original Message- > From: Connie Milliken [mailto:[EMAIL PROTECTED]] > > TEMP tablespace is not listed when I query dba_segments.  However, it > does show up in OEM and > through OEM it does appear to be online.  Yesterday, I > br

RE: TEMP Tablespace

2001-09-25 Thread Koivu, Lisa
Title: RE: TEMP Tablespace Hi Connie, Because there isn't anything stored in there (a segment) permanently.   But when I look at my db (well, my horsing-around-and-breaking-stuff db) I see this.  My temp tablespace is not permanent.   1  select segment_name from dba_segments   2*

Re: TEMP Tablespace

2001-09-25 Thread Ruth Gramolini
What tablespace are the temp segments showing up in? It may not be in TEMP. HTH, Ruth - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Tuesday, September 25, 2001 11:10 AM > TEMP tablespace is not listed when I query dba_seg

RE: TEMP Tablespace

2001-09-25 Thread Kimberly Smith
How was your TEMP tablespace created? Was it created using a temp datafile? Not all information that is normally available with tablespaces are valid when using a temporary tablespace with a temporary datafile. -Original Message- Sent: Tuesday, September 25, 2001 8:10 AM To: Multiple

RE: TEMP Tablespace

2001-09-25 Thread Nicoll, Iain (Calanais)
Wouldn't it need to have something in it? -Original Message- Sent: 25 September 2001 16:10 To: Multiple recipients of list ORACLE-L TEMP tablespace is not listed when I query dba_segments. However, it does show up in OEM and through OEM it does appear to be online. Yesterd

TEMP Tablespace

2001-09-25 Thread Connie Milliken
TEMP tablespace is not listed when I query dba_segments. However, it does show up in OEM and through OEM it does appear to be online. Yesterday, I briefly took the TEMP tablespace offline and then back online again to make sure it was completely cleared out (did not appear to be any active

Re: Disk config. for datafiles of Temp Tablespace

2001-08-14 Thread Mohammad Rafiq
What about mount point on same controller? Split them on different controller if not ? What is the maximum usage of your TEMP tablespace ? and size of datafiles...? Try to reduce size of your temp tablespace as it looks very large Better solution is Datfiles of 501MB each split on

Disk config. for datafiles of Temp Tablespace

2001-08-14 Thread Johnson Poovathummoottil
Hi All, We have data warehouse which uses arround 34 GB of temporary tablespace. The datafiles for this are tempfiles and the tablespace is LMT. We use EMC storage. The tempfiles are on two file systems which inturn are mirrored and striped across three 8 GB disks. We are seeing heavy IO on t

  1   2   >