Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Reviewed: 2026.04.23

# Team Publications

- Coming Soon
- [Oracle AI Agent Memory - Tracking Engagements Over Time](https://medium.com/@harrysnart/exploring-oracle-agent-memory-32ef77ef178f?postPublishedType=initial)

</br></br>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Select AI Getting Started - Setup Guide

Use this asset as a reference for setting up the pre-requisites required to start utilising the Select AI capabilities available within the Oracle AI Database.

Reviewed: 2026.04.30


# When to use this asset?

Use this asset as a reference for setting up the pre-requisites required to start utilising the Select AI capabilities available within the Oracle AI Database. The assets contains all the neccessary steps for the creation of the DB user along with required grants, access to PL/SQL packages, connection to LLM providers, setting up OCI authentication, defining OCI policies, and for setting up credentials for tools such as the OCI SMTP Server or Web Search Tool.

It is recommend to read through the entire document before executing any of the other getting started content to ensure that you have the right pre-requisites in place for the task ahead. Different sections of the document may be relevant for different tasks, so it is important to understand the content in its entirety to ensure a smooth experience with the Select AI capabilities.

# How to use this asset?

This asset is provided as general purpose material. Please tailor the content according to your context and needs.

This asset contains two versions of the same script, a SQL Script (`.sql`) to be used with an IDE such as SQLDeveloper Web or the VS Code Extension, and an OML Notebook (`.dsnb`) which can be used within the Oracle Machine Learning UI available through the Autonomous Oracle AI Database. Please use the version that is appropriate for your development environment.


# License

Copyright (c) 2026 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

Large diffs are not rendered by default.

Loading