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: October 06, 2025 - 3:57 am UTC

Version: 23ai

Viewed 1000+ 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.




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