From c2c2b006178d4cb6e25412c12207ef6fcfe52b8c Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Tue, 25 Jun 2024 08:49:10 +0200 Subject: [PATCH] implementing feedback from Matt --- .../55/06_building_toolkit.properties_file.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/migration_toolkit/55/06_building_toolkit.properties_file.mdx b/product_docs/docs/migration_toolkit/55/06_building_toolkit.properties_file.mdx index be3363787d4..bf8dd5f1132 100644 --- a/product_docs/docs/migration_toolkit/55/06_building_toolkit.properties_file.mdx +++ b/product_docs/docs/migration_toolkit/55/06_building_toolkit.properties_file.mdx @@ -195,7 +195,7 @@ An Oracle URL contains the following information: - `` — The name of the Oracle service. -- `SRC_DB_USER` — Specifies the name of a privileged Oracle user. The Oracle user needs read access to the source database objects you want to migrate. If you want to migrate users/roles and related profiles/privileges, grant the Oracle user SELECT privileges on the following Oracle catalogs: +- `SRC_DB_USER` — Specifies the name of a privileged Oracle user. The Oracle user needs read access to the source database objects you want to migrate. If you want to migrate users/roles and related profiles/privileges, grant the Oracle user SELECT privileges on the following Oracle catalog objects: - `DBA_ROLES` - `DBA_USERS` @@ -205,6 +205,7 @@ An Oracle URL contains the following information: - `ROLE_ROLE_PRIVS` - `DBA_SYS_PRIVS` + - `SRC_DB_PASSWORD` — Contains the password of the specified user.