DRG-10758 when building up Z91
- Article Type: General
- Product: Aleph
- Product Version: 21, 22, 23 (up to Oracle version 12c), 23 & 24 (Oracle 19)
Problem Symptoms:
DRG-10758: index owner does not have the privilege to use file or URL datastore
Cause:
Insufficient Oracle privileges
Resolution up to Oracle 12c:
sqlplus aleph_dba/aleph_dba
exec ctxsys.ctx_adm.set_parameter('file_access_role', 'public');
Resolution for Oracle 19:
sqlplus / as sysdba
grant TEXT DATASTORE ACCESS TO <Your_SCHEMA_USER>;
Category: ADAM (500)
- Article last edited: 30-May-2024