|
1 |
| -1. **Introduction** |
| 1 | +# Creating a NL2SQL Agent on OCI |
| 2 | + |
| 3 | +**1. Introduction** |
2 | 4 |
|
3 | 5 | - **Objective**: Step-by-step instructions for building and implementing
|
4 | 6 | a SQL Agent.
|
|
13 | 15 |
|
14 | 16 | - **Database Setup:**
|
15 | 17 |
|
16 |
| -> Create the database (Oracle Base Database or Autonomous Database). |
17 |
| -> Database should be in a created in a private subnet (preferred) or |
18 |
| -> protected by access control from VCN. |
| 18 | + Create the database (Oracle Base Database or Autonomous Database). |
| 19 | + Database should be in a created in a private subnet (preferred) or |
| 20 | + protected by access control from VCN. |
19 | 21 |
|
20 | 22 | - **Create Table and Load Data**
|
21 | 23 |
|
22 |
| -> Create tables in the above database and load data. You can follow |
23 |
| -> instructions |
24 |
| -> [here](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/autonomous-database-serverless/doc/load-data-autonomous.html#GUID-BCD09013-DFC9-4850-BBD2-6A90E9AE884B) |
25 |
| -> to connect to the DB and load data. |
| 24 | + Create tables in the above database and load data. You can follow instructions |
| 25 | + [here](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/autonomous-database-serverless/doc/load-data-autonomous.html#GUID-BCD09013-DFC9-4850-BBD2-6A90E9AE884B) |
| 26 | + to connect to the DB and load data. |
26 | 27 |
|
27 | 28 | - **Database Tool Connection:**
|
28 | 29 |
|
29 |
| -> Create Database Tool Connection to connect to the above database. |
30 |
| -> Database Tool Connection should use a Private Endpoint to connect to |
31 |
| -> database, You can follow this |
32 |
| -> [doc](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/database-tools/home.htm) |
33 |
| -> for creating a DB tool connection to any Oracle database service in |
34 |
| -> OCI. |
| 30 | + Create Database Tool Connection to connect to the above database. |
| 31 | + Database Tool Connection should use a Private Endpoint to connect to database, You can follow this [doc](https://docs.public.content.oci.oraclecloud.com/en-us/iaas/database-tools/home.htm) for creating a DB tool connection to any Oracle database service in OCI. |
35 | 32 |
|
36 | 33 | - **Prepare Tool Configuration Data**
|
37 | 34 |
|
|
0 commit comments