Skip to content

Commit

Permalink
docs: oracleuserpriv (#746)
Browse files Browse the repository at this point in the history
* docs: oracleuserpriv

* docs: oracleuserpriv

* docs: oracleuserpriv

* docs: oracleuserpriv

---------

Co-authored-by: sanchit latawa <[email protected]>
  • Loading branch information
slatawa and sanchit latawa committed Feb 27, 2023
1 parent d6c40f1 commit a7889bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ Then `pip install cx_Oracle`.
}
```

### Oracle User permissions to run the validator tool:
* CREATE SESSION
* READ or SELECT on any tables to be validated
* Optional - Read on SYS.V_$TRANSACTION (required to get isolation level, if privilege is not given then will default to Read Commited, [more_details](https://docs.sqlalchemy.org/en/14/dialects/oracle.html#transaction-isolation-level-autocommit))

## MSSQL Server
Please note the MSSQL Server package is not installed by default. You will need to follow [SQL Server](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server) installation steps.
Then `pip install pyodbc`.
Expand Down

0 comments on commit a7889bf

Please sign in to comment.