You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/register-scan-oracle-source.md
+33-27Lines changed: 33 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,31 +45,34 @@ Proxy server is not supported when scanning Oracle source.
45
45
46
46
6. User permission: A read-only access to system tables is required.
47
47
The user should have permission to create a session as well as role SELECT\_CATALOG\_ROLE assigned. Alternatively, the user may have SELECT permission granted for every individual system table that this connector queries metadata from:
48
-
> grant create session to \[user\];\
49
-
grant select on all\_users to \[user\];\
50
-
grant select on dba\_objects to \[user\];\
51
-
grant select on dba\_tab\_comments to \[user\];\
52
-
grant select on dba\_external\_locations to \[user\];\
53
-
grant select on dba\_directories to \[user\];\
54
-
grant select on dba\_mviews to \[user\];\
55
-
grant select on dba\_clu\_columns to \[user\];\
56
-
grant select on dba\_tab\_columns to \[user\];\
57
-
grant select on dba\_col\_comments to \[user\];\
58
-
grant select on dba\_constraints to \[user\];\
59
-
grant select on dba\_cons\_columns to \[user\];\
60
-
grant select on dba\_indexes to \[user\];\
61
-
grant select on dba\_ind\_columns to \[user\];\
62
-
grant select on dba\_procedures to \[user\];\
63
-
grant select on dba\_synonyms to \[user\];\
64
-
grant select on dba\_views to \[user\];\
65
-
grant select on dba\_source to \[user\];\
66
-
grant select on dba\_triggers to \[user\];\
67
-
grant select on dba\_arguments to \[user\];\
68
-
grant select on dba\_sequences to \[user\];\
69
-
grant select on dba\_dependencies to \[user\];\
70
-
grant select on dba\_type\_attrs to \[user\];\
71
-
grant select on V\_\$INSTANCE to \[user\];\
72
-
grant select on v\_\$database to \[user\];
48
+
49
+
```sql
50
+
grant create session to [user];
51
+
grant select on all_users to [user];
52
+
grant select on dba_objects to [user];
53
+
grant select on dba_tab_comments to [user];
54
+
grant select on dba_external_locations to [user];
55
+
grant select on dba_directories to [user];
56
+
grant select on dba_mviews to [user];
57
+
grant select on dba_clu_columns to [user];
58
+
grant select on dba_tab_columns to [user];
59
+
grant select on dba_col_comments to [user];
60
+
grant select on dba_constraints to [user];
61
+
grant select on dba_cons_columns to [user];
62
+
grant select on dba_indexes to [user];
63
+
grant select on dba_ind_columns to [user];
64
+
grant select on dba_procedures to [user];
65
+
grant select on dba_synonyms to [user];
66
+
grant select on dba_views to [user];
67
+
grant select on dba_source to [user];
68
+
grant select on dba_triggers to [user];
69
+
grant select on dba_arguments to [user];
70
+
grant select on dba_sequences to [user];
71
+
grant select on dba_dependencies to [user];
72
+
grant select on dba_type_attrs to [user];
73
+
grant select on V_$INSTANCE to [user];
74
+
grant select on v_$database to [user];
75
+
```
73
76
74
77
## Setting up authentication for a scan
75
78
@@ -95,8 +98,11 @@ On the **Register sources (Oracle)** screen, do the following:
95
98
- A host name used by JDBC to connect to the database server. For
96
99
for example, MyDatabaseServer.com or
97
100
- IP address. For for example,192.169.1.2 or
98
-
- Its fully qualified JDBC connection string. For for example,\
Copy file name to clipboardExpand all lines: articles/purview/register-scan-sapecc-source.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,10 @@ instance and fetches **Lineage** between data assets.
20
20
21
21
## Prerequisites
22
22
23
-
1. Set up the latest [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717). For more information, see [Create and configure a self-hosted integration runtime](../data-factory/create-self-hosted-integration-runtime.md). Scanning SAP ECC is a memory intensive operation, you are recommended to install Self-hosted Integration Runtime on a machine with large memory e.g. 128 GB.
23
+
1. Set up the latest [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717). For more information, see [Create and configure a self-hosted integration runtime](../data-factory/create-self-hosted-integration-runtime.md).
24
+
25
+
>[!NOTE]
26
+
>Scanning SAP ECC is a memory intensive operation, you are recommended to install Self-hosted Integration Runtime on a machine with large memory e.g. 128 GB.
@@ -123,9 +126,7 @@ To create and run a new scan, do the following:
123
126
are located
124
127
125
128
f. **Maximum memory available:** Maximum memory (in GB) available on the Self-hosted Integration Runtime machine to be used by scanning processes. This is dependent on the size of SAP ECC source to be scanned. It's recommended to provide large available memory e.g. 100.
126
-
> [!Note]
127
-
> As a thumb rule, please provide 1GB memory for every 1000 tables
Copy file name to clipboardExpand all lines: articles/purview/register-scan-saps4hana-source.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,10 @@ The SAP S/4HANA source supports **Full scan** to extract metadata from a SAP S/4
19
19
20
20
## Prerequisites
21
21
22
-
1. Set up the latest [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717). For more information, see [Create and configure a self-hosted integration runtime](../data-factory/create-self-hosted-integration-runtime.md). Scanning SAP S/4HANA is a memory intensive operation, you are recommended to install Self-hosted Integration Runtime on a machine with large memory e.g. 128 GB.
22
+
1. Set up the latest [self-hosted integration runtime](https://www.microsoft.com/download/details.aspx?id=39717). For more information, see [Create and configure a self-hosted integration runtime](../data-factory/create-self-hosted-integration-runtime.md).
23
+
24
+
>[!NOTE]
25
+
>Scanning SAP S/4HANA is a memory intensive operation, you are recommended to install Self-hosted Integration Runtime on a machine with large memory e.g. 128 GB.
@@ -122,9 +125,7 @@ To create and run a new scan, do the following:
122
125
JCo libraries are located.
123
126
124
127
f. **Maximum memory available:** Maximum memory (in GB) available on the Self-hosted Integration Runtime machine to be used by scanning processes. This is dependent on the size of SAP S/4HANA source to be scanned. It's recommended to provide large available memory e.g. 100.
125
-
> [!Note]
126
-
> As a thumb rule, please provide 1GB memory for every 1000 tables
127
-
128
+
128
129
:::image type="content" source="media/register-scan-saps4hana-source/scan-saps-4-hana.png" alt-text="scan SAP S/4HANA" border="true":::
0 commit comments