Skip to content

Commit ca67353

Browse files
authored
wms 11901: AI DB changes (#897)
* WMS 11382: Update ADB login WMS 11382: Update ADB login * WMS 11382: Update ADB login WMS 11382: Update ADB login * wms 11029: update ai database wms 11029: update ai database * wms 11901: AI DB changes wms 11901: AI DB changes
1 parent 4335e9e commit ca67353

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

microtx-agentic-workflow/connector/connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ View configuration details of an HTTP tool, which is used in the agentic tasks.
6868
4. Click **Close**.
6969

7070

71-
## Task 4: View details of an MCP Server Connector for Oracle Database
71+
## Task 4: View details of an MCP Server Connector for Oracle AI Database
7272

7373
1. Open the navigation menu and click **Connectors**.
7474

microtx-agentic-workflow/create/create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,14 +382,14 @@ Agentic Planner requires LLM access, a prompt, and tools as input parameters. Ne
382382

383383
10. View the existing "oracledb\_mcp" MCP definition. To create a new MCP definition, click **New MCP Definition (+)**.
384384

385-
11. Click on the edit button to view the oracledb\_mcp definition. Or enter the following information when creating a new MCP server connector for Oracle Database.
385+
11. Click on the edit button to view the oracledb\_mcp definition. Or enter the following information when creating a new MCP server connector for Oracle AI Database.
386386
* Name: Enter `oracledb_mcp` as a unique and descriptive name to identify this MCP server definition in workflows.
387-
* Description: Enter a description for the tool configuration, such as Oracle Database MCP server.
387+
* Description: Enter a description for the tool configuration, such as Oracle AI Database MCP server.
388388
* Transport: Select STDIO from the drop-down list to specify the network transport protocol used by the MCP server for communication.
389389
* Command: Enter '/app/sqlcl/bin/sql'.
390390
* Args: Enter `-mcp` as the command argument.
391391

392-
![Create an MCP server connector for Oracle Database.](images/oracle-mcp2.png)
392+
![Create an MCP server connector for Oracle AI Database.](images/oracle-mcp2.png)
393393

394394
12. Click **Submit**. Your new connector appears in the list of available MCP definitions.
395395

microtx-agentic-workflow/initialize-environment/initialize-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ This lab assumes you have:
2525
2626
>**Note:** *When doing Copy/Paste using the convenient* **Copy** *function used throughout the guide, you must hit the* **ENTER** *key after pasting. Otherwise, the last line will remain in the buffer until you hit* **ENTER!**
2727
28-
## Task 1: Start the Oracle Database Instance
28+
## Task 1: Start the Oracle AI Database Instance
2929
3030
1. Click **Activities** in the remote desktop window to open a new terminal.
3131
32-
2. From your remote desktop session as an *oracle* user, run the following commands to start an instance of Oracle Database 23ai Free.
32+
2. From your remote desktop session as an *oracle* user, run the following commands to start an instance of Oracle AI Database 26ai Free.
3333
3434
```
3535
<copy>
@@ -41,12 +41,12 @@ This lab assumes you have:
4141
Wait until the database starts. *This can take from 90 seconds to a couple of minutes.* When the database instance is ready, you will see the following message.
4242
4343
```text
44-
Status of the Oracle FREE 23ai service:
44+
Status of the Oracle FREE 26ai service:
4545
LISTENER status: RUNNING
4646
FREE Database status: RUNNING
4747
```
4848
49-
This Oracle Database 23ai Free instance is configured with two schemas. MicroTx Workflow uses one schema to store the workflow definitions and the execution state data. A SQL task uses the other schema, named `livelabsUser` which stores the loan application data. The Oracle MCP server connects to the `livelabsUser` schema.
49+
This Oracle AI Database 26ai Free instance is configured with two schemas. MicroTx Workflow uses one schema to store the workflow definitions and the execution state data. A SQL task uses the other schema, named `livelabsUser` which stores the loan application data. The Oracle MCP server connects to the `livelabsUser` schema.
5050
5151
## Task 2: Set the Password to Receive Email Notifications
5252

0 commit comments

Comments
 (0)