Home > Ask the Oracle Database / Applications Experts > Oracle database design and architecture Questions & Answers > RBS tablespace is full
Ask The Oracle Expert: Questions & Answers
EMAIL THIS

RBS tablespace is full

Brian Peasland EXPERT RESPONSE FROM: Brian Peasland

Pose a Question
Other Oracle Categories
Meet all Oracle Experts
Become an Expert for this site


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


>
QUESTION POSED ON: 16 July 2002

I installed Oracle 8.1.7 on a Unix box and client on Win2K box. I created a test database db1 using the dbassist command Wizard. During this process I set my database to be in ARCHIVELOG mode.

Now after eight hours, we started loading data from third-party software into Oracle. And after some time, it stopped loading the data. I tried to check it, and the RBS tablespace was FULL. I tried to bring the database down, and bring it back up, but it didn't come up.

What do I need to do in these situations? Can I run the database in ARCHIVELOG mode for a long time, say 2-3 days?


>

The fact that your RBS tablespace was full does not have anything to do with running in ARCHIVELOG mode. Rollback segments are online redo logs do work hand in hand to manage transactions consistency. Running in ARCHIVELOG mode is just a way of storing the data in the online redo logs for future usage, by archiving the data to another location.

It sounds more like your archive log destination (specified by the LOG_ARCHIVE_DEST parameter) is full. When this disk device becomes full, the database comes to a halt until space is made available. After all, if you are archiving transactions then how can you allow more transactions if you can't store them anywhere. So check your archive log destination. Make sure that you have enough disk space. If necessary, copy the old archive logs to another disk volume, or to tape.

Your RBS tablespace becoming full is a sign that you do not have enough space dedicated to holding rollback information for your load process you were doing. You'll need to increase the size of this tablespace.

You can stay up infinitely in ARCHIVELOG mode, provided that you have enough space in the archivelog destination device. Since no device has infinite space, this means that you'll occasionally have to remove old, obsolete archived redo logs from that device. When do these logs become obsolete? Any logs older than your backup are no longer needed. But many DBAs keep multiple generations of backups around. Let's say that you perform a weekly backup. And you want to keep three generations of backups on hand. Then you'll need to keep three weeks worth of archived redo logs. But you can move them around if needed to clear up room.

For More Information


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Oracle database design and architecture
Why am I receiving Oracle memory allocation errors?
How to join two tables with unique keys in Oracle
How does the Oracle LGWR write to online redo log files?
Can I check an Oracle instance without logging into the Oracle server?
How to use V$SEGMENT_STATISTICS to find the most accessed Oracle table
Can I install an Oracle client on Windows 7?
How to use the Oracle Database Upgrade Assistant (DBUA)
Can I specify Oracle column order in my database table?
Can I have a single Oracle 11g RAC instance across multiple databases?
How to use the Oracle export utility to duplicate database structure

Oracle database design and architecture
Why am I receiving Oracle memory allocation errors?
How to join two tables with unique keys in Oracle
Can I check an Oracle instance without logging into the Oracle server?
How does the Oracle LGWR write to online redo log files?
How to determine your SQL database through needs analysis
Breaking down the contenders in the SQL database market
The MySQL open source database in the enterprise
Diving deeper into the SQL database features
What managers should consider when starting a database scaling project
How to use V$SEGMENT_STATISTICS to find the most accessed Oracle table

RELATED GLOSSARY TERMS
Terms from Whatis.com − the technology online dictionary
E. F. Codd  (SearchOracle.com)
extent  (SearchOracle.com)
flexfield  (SearchOracle.com)
foreign key  (SearchOracle.com)
multidimensional database  (SearchOracle.com)
object-oriented database management system  (SearchOracle.com)
quad tree  (SearchOracle.com)
relational online analytical processing  (SearchOracle.com)
row  (SearchOracle.com)
splay tree  (SearchOracle.com)

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and answer pairs from more than 250 TechTarget industry experts.
Browse our Expert Advice



Oracle White Papers: Fusion Middleware
HomeNewsTopicsTipsAsk the ExpertsMultimediaWhite PapersProductsBlogs
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2003 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts