Cannot discharge in Circulation; space quota issues
- Article Type: General
- Product: Voyager
- Product Version: All
Problem Symptoms
- Items can be renewed, but not discharged
- Fines and fees cannot be added manually or via Circulation batch jobs
- Circjob.log and/or alert_VGER.log contain error: ORA-01536: space quota exceeded for tablespace 'XXXDB'
- Attempting to discharge item results in error: An error occurred while attempting to process discharge request
Cause
XXXDB may be out of tablespace, or tablespace may not be set to autoextend.
Resolution
Open a Case with Voyager Support for assistance
OR
- Use UTIL menu to add tablespace:
- SSH or telnet to server as voyager user.
- dlib xxxdb
- util
- Type O (Oracle Management)
- Type C (Check Oracle tablespace)
- Enter oracle administrative user
- Enter oracle password for system user
UTIL menu will check tablespace. If indicates that additional tablespace is needed:
- Type Enter to return to Oracle Management menu
- Type A (Add an Oracle datafile for xxxdb)
- Enter oracle administrative user
- Enter oracle password for system user
- UTIL menu gives message:
About to create a new datafile for Voyager database voydb:
alter tablespace VOYDB add datafile
'./voydb_439.dbf' size 100M
autoextend on next 100M maxsize 4000M;
- Type YES to continue.
UTIL menu adds datafile
- Article last edited: 2016-Mar-15