Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Network > RHN Satellite Server > Issue <<  52 of 126 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 8501
Last update: 04-09-08
Issue:
I am getting traceback emails with message 'ORA-01654: unable to extend index RHNSAT.RHN_PACKAGE_FILE_CID_PID_IDX by 16 in tablespace DATA_TBS', how do I resolve this?
Resolution:

Note: Before extending the tablespace, ensure there is a current working backup of the database.

This problem arises if the tablespace within the Embedded Oracle database has become 100% full. Verify that it is 100% full by running the command:

su -l oracle -c 'db-control report'

NOTE: Due to a bug in db-control for earlier RHN Satellites, if the output of this command does not contain a row for DATA_TBS tablespace, then assume that the tablespace is full.

If the output of this command shows that the DATA_TBS is 100% then proceed to add more space using command below.

There is currently no supported method to automate the extension of tablespaces, however, the following command will effect the extension:

# service rhn-satellite stop
# service rhn-database start
# su - oracle
# db-control extend DATA_TBS
# exit
# service rhn-database stop
# service rhn-satellite start
Each usage of the 'extend' option to the db-control command will add another 512MB of space to the database on the tablespace specified. Re-run db-control with the report option to verify the new current space usage.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Network > RHN Satellite Server > Issue <<   52  of  126  >>