IBM Support

"Insufficient privileges" message displays during update to InfoSphere Business Glossary when Oracle database is used for metadata repository

Troubleshooting


Problem

The message "java.sql.SQLException: [IBM][Oracle JDBC Driver][Oracle]ORA-01031: insufficient privileges" is returned when Oracle 10g or 11g is used as the database for the metadata repository.

Symptom

The message "java.sql.SQLException: [IBM][Oracle JDBC Driver][Oracle]ORA-01031: insufficient privileges" is returned when Oracle 11g or 10g is used as the database for the metadata repository.

Cause

Insufficient privileges exist to create InfoSphere Business Glossary database procedures and triggers on the Oracle database.

Resolving The Problem

Before you update with the Update Installer, run the following SQL commands on the metadata repository database:

grant create trigger to
schema_name;
grant create procedure to
schema_name;
grant administer database trigger to
schema_name;
grant execute on sys.DBMS_LOB to schema_name ;

where schema_name is the name of the schema. Typically the name of the schema is xmeta.

[{"Product":{"code":"SSZJPD","label":"InfoSphere Business Glossary"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"9.1.0.1;9.1;8.7.0.1;8.7;8.5.0.2;8.5.0.1;8.5;8.1.2.3;8.1.2.2;8.1.2.1;8.1.2;8.1.1.3;8.1.1.2;8.1.1.1;8.1.1","Edition":"All Editions","Line of Business":{"code":"","label":""}},{"Product":{"code":"SSZJPZ","label":"IBM InfoSphere Information Server"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"9.1;8.7.0.2;8.7.0.1;8.7;8.5.0.3;8.5.0.2;8.5.0.1;8.5;8.1.2.5;8.1.0.2;8.1.0.1;8.1","Edition":"All Editions","Line of Business":{"code":"LOB10","label":"Data and AI"}}]

Document Information

Modified date:
23 June 2018

UID

swg21412099