Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, boshuai.

Asked: September 09, 2025 - 8:04 am UTC

Last updated: September 18, 2025 - 1:38 am UTC

Version: 23ai

Viewed 100+ times

You Asked

Which PL/SQL package is primarily used for interacting with Generative AI services in Oracle Database 23ai?
DBMS_AI or DBMS_ML or DBMS_VECTOR_CHAIN or DBMS_GENAI?

and Connor said...

It doesn't really work like this ... we have a LOT of packages from specific purposes.

For example, on Autonomous if you do

select distinct name from dba_source
where name like 'DBMS%AI%'


you'll get over 5000 rows.

There is no DBMS_AI, I assume you're referring to DBMS_CLOUD_AI


More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library