In a message dated 00-01-06 17:11:27 EST, you write:
I just realized that the table OBJ_X_DOCUMENTS has grown to a size of 1768 MB due to which I am
running out of Temp space whenever I query against the database. Is there
an
easy method to get rid
od the old documents ?
Can I know what exactly is the data contained in this table ? Is it the documents sent to repository
via Doc Agent or is it the documents residing in the repository or what is it ? I do not want to
delete the data from backend with the fear of distrbuing the links. So please tell me a way of deleting them from OBJ_X_DOCUMENTS ( 1768 MB). And what info does OBJ_M_DOCUMENTS ( 0.27 MB) contain ?
OBJ_X_DOCUMENTS contains binary data made up of your documents, their data providers, and all of the data. These can be documents set to DAS, documents sent to the Repository, or documents sent to Users that were never retrieved. (Once a document sent to “user” is retrieved it is supposed to leave the repository.)
OBJ_M_DOCUMENTS is where the document name, owner, and other supporting information is stored. It will be much smaller since there is no actual data involved.
You should never delete items from the repository directly!
You can try to “Compact” your repository. That will ensure that any documents marked to be deleted actually go away. Documents (users, universes, etc.) that are “deleted” do not actually leave until a Compact is done. At least that is my understanding.
Another possibility is to retrieve each document from the repository, Purge it, and store it once again. If a document is stored in the repository to be a “template” or starting point for a user report, there is not much need to distribute a file with data in it.
Find out which documents have been sent to a user. Perhaps a user that no longer uses BusObj or works at the company. Someone should log as that user and delete any documents stored by that user.
All of these options are temporary. Ultimately your DBA needs to understand the purpose of the repository, the needs of the users, and size the table accordingly. If you are running out of TEMP space, it looks like there are some sizing issues that need to be resolved.
Regards,
Dave Rathbun
Integra Solutions
www.islink.com
Listserv Archives (BOB member since 2002-06-25)