You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Listed below are sample applications that leverage Autonomous Database.
3
+
4
+
Autonomous Database is already configured with APEX. After creating your APEX workspace, simply import the applications using the APEX App Builder.
5
+
6
+
## ADB Chat
7
+
ADB Chat allows you to query data in Autonomous Database using natural language. It uses the AI profiles that are in the current user's schema. Those profiles support both natural language to SQL as well as RAG.
Simply import the application into your APEX development environment.
13
+
14
+
*[Download the APEX application](select-ai-chat/f101.sql)
15
+
16
+
Background material:
17
+
*[APEX in Autonomous Database documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/application-express-autonomous-database.html)
18
+
*[Create an AI profile](../sql/select-ai-create-profile.sql)
19
+
*[NL2SQL](../sql/select-ai-nl2sql.sql)
20
+
*[Select AI RAG](../sql/select-ai-rag.sql)
21
+
22
+
23
+
24
+
<hr>
25
+
Copyright (c) 2025 Oracle and/or its affiliates.<br>
26
+
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
0 commit comments