elib-29 in new xxx40 has error ORA-01031: insufficient privileges
- Product: Aleph
- Product Version: 20, 21, 22, 23
- Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care
Problem Symptoms:
* new ill library was created
* script elib-29 (Import receipts from Netpunkt) fails with error:
Prepare SQL
ORA-01031: insufficient privileges
Cause:
required permissions are missing
Resolution:
Before running elib-29 in a new xxx40 library do the following:
1. sqlplus ALEPH_DBA/ALEPH_DBA
2. grant the following rights (replacing xxx with the actual name of the library):
grant select on usr01.z303 to xxx40;
grant select on usr01.z308 to xxx40;
grant select on usr01.z700 to xxx40;
grant update on usr01.z303 to xxx40;
grant select on xxx40.z410 to xxx50;
grant select on xxx40.z411 to xxx50;
3. Rerun the script elib_29 for xxx40
- Article last edited: 17-Jun-2016