Skip to content

Commit

Permalink
implementing feedback from Matt
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Jun 25, 2024
1 parent f01a1bd commit c2c2b00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ An Oracle URL contains the following information:

- `<service_name>` &mdash; The name of the Oracle service.

- `SRC_DB_USER` &mdash; 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` &mdash; 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`
Expand All @@ -205,6 +205,7 @@ An Oracle URL contains the following information:
- `ROLE_ROLE_PRIVS`
- `DBA_SYS_PRIVS`


- `SRC_DB_PASSWORD` &mdash; Contains the password of the specified user.

<div id="define_mysql_url" class="registered_link"></div>
Expand Down

0 comments on commit c2c2b00

Please sign in to comment.