Database Error Messages

ORA-02347

Direct object privileges cannot be granted on object table columns.

Cause

An attempt was made to grant direct object privileges on the columns of an object table. Privileges cannot be granted to object table columns.


Action

A change to the design may be needed. An option may be to create a view on the object table and create privileges on the view columns.