Skip to content

Commit 77a8317

Browse files
authored
Merge pull request #191719 from linda33wj/purview
Add stored proc option for Oracle & Teradata source
2 parents d03358d + 3e3ea59 commit 77a8317

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

articles/purview/register-scan-oracle-source.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ To create and run a new scan, do the following:
181181
> [!Note]
182182
> The driver should be accessible to all accounts in the VM. Please do not install in a user account.
183183
184+
1. **Stored procedure details**: Controls the amount of details imported from stored procedures:
185+
186+
- Signature: The name and parameters of stored procedures.
187+
- Code, signature: The name, parameters and code of stored procedures.
188+
- Lineage, code, signature: The name, parameters and code of stored procedures, and the data lineage derived from the code.
189+
- None: Stored procedure details are not included.
190+
184191
1. **Maximum memory available**: Maximum memory (in GB) available on customer's VM to be used by scanning processes. This is dependent on the size of Oracle source to be scanned.
185192
186193
> [!Note]

articles/purview/register-scan-teradata-source.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,13 @@ Follow the steps below to scan Teradata to automatically identify assets and cla
128128

129129
1. **Driver location**: Specify the path to the JDBC driver location in your VM where self-host integration runtime is running. This should be the path to valid JAR folder location.
130130

131+
1. **Stored procedure details**: Controls the amount of details imported from stored procedures:
132+
133+
- Signature: The name and parameters of stored procedures.
134+
- Code, signature: The name, parameters and code of stored procedures.
135+
- Lineage, code, signature: The name, parameters and code of stored procedures, and the data lineage derived from the code.
136+
- None: Stored procedure details are not included.
137+
131138
1. **Maximum memory available:** Maximum memory (in GB) available on customer's VM to be used by scanning processes. This is dependent on the size of Teradata source to be scanned.
132139

133140
> [!Note]

0 commit comments

Comments
 (0)