Dear I installed the latest version of the extension, 25.3.1.
I wanted to test the new AI enrichment feature.
I have the 4 sys privileges in related schema where I wanted to test it:
- CREATE VIEW
- CREATE TABLE
- CREATE SEQUENCE
- CREATE PROCEDURE
When clicking on the AI enrichment, I get the dialog box to confirm the creation of AI enrichment objects. I clicked on 'Yes'.
However when I click to create the dashboard, I see in the SQL Developer output the following logs:
11/13/25, 10:12:24.550] [AI Enrichment API] [ERROR] Error validating annotation existance. table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
[11/13/25, 10:12:24.755] [Task Manager API] [ERROR] table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
[11/13/25, 10:12:24.871] [AI Enrichment API] [ERROR] Error retrieving object annotations.
table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
[11/13/25, 10:12:25.013] [AI Enrichment API] [ERROR] Error retrieving groups.
table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
[11/13/25, 10:12:25.134] [AI Enrichment API] [ERROR] Error retrieving groups.
table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
[11/13/25, 10:12:25.265] [Task Manager API] [ERROR] table or view does not exist https://docs.oracle.com/error-help/db/ora-00942/
Am I missing something?