Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AI Enrichment error

JJP BENov 13 2025 — edited Nov 13 2025

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?

This post has been answered by JJP BE on Nov 17 2025
Jump to Answer
Comments
Post Details
Added on Nov 13 2025
10 comments
156 views