This query may be helpful; particularly the t.used_ublk column

Kurt Wiegand
IBM Global Services
Cable & Wireless Communications, Vienna VA

703 760-3619


-- page 10-30 from DBA admin class -- current activity 
--
select s.username, t.xidusn, t.ubafil, t.ubablk, t.used_ublk, s.sid
from v$session s, v$transaction t
where s.saddr = t.ses_addr

-----Original Message-----
Sent: Thursday, November 29, 2001 6:30 AM
To: Multiple recipients of list ORACLE-L


Hi

I have created a test table and I have inserrted about
50000 recoeds in it.

when I want to delete even one record ofthis table 
receive the following errors:

ORA-01562: failed to extend rollback segment number 3
ORA-01650: unable to extend rollback segment R02 by 64
in tablespace RBS

and also  cannot shutdown the DB.

Could someone please tell me what is the problem?

Thanks;

E.

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: ehsan sinavalda
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Wiegand, Kurt
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to