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: cloud-architecture/custom-apps-and-consolidation/oracle-db-consolidation/db-discovery/zdm-discovery-utility/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
2
2
# ZDM Discovery Utility
3
3
4
-
ZDM Discovery Utility for ORACLE Database is a SQL script-based utility that captures necessary details of an oracle On-Prem database in order to analyze the suitability of logical online migration using ZDM.
5
-
This utility runs on Oracle 11g onwards NonContainer database and helps in generating HTML report with pre-check summary with required action and other detailed description.
4
+
ZDM Discovery Utility for ORACLE Database is a SQL script-based utility that captures the necessary details of an Oracle On-Prem database in order to analyze the suitability of logical online migration using ZDM.
5
+
This utility runs on Oracle 11g onwards Non-Container database and helps in generating HTML reports with pre-check summaries with required action and other detailed descriptions.
6
6
7
7
## When to use this asset?
8
8
9
-
This script is to be executed in the discovery phase if it is identified the oracle on-premises database is to be migrated using Zero Downtime Migration(ZDM) Tool.
9
+
This script is to be executed in the discovery phase if it is identified the Oracle on-premises database is to be migrated using Zero Downtime Migration(ZDM) Tool.
10
10
11
11
## How to use this asset?
12
12
13
13
```
14
14
sqlplus "/ as sysdba" @oradb_zdmgg_discovery_v1_2.sql
15
15
```
16
16
17
-
This script needs to execute on Oracle database server with a user who has `"/as sysdba"` access.
17
+
This script needs to execute on an Oracle database server with a user who has `"/as sysdba"` access.
18
18
- Copy the oradb_zdmgg_discovery_v1_2.sql file to the server.
19
19
- Execute the script as ```sqlplus "/ as sysdba" @oradb_zdmgg_discovery_v1_2.sql ``` .
20
20
21
21
22
-
The above script will generate .htm output file on the same location.
22
+
The above script will generate a .htm output file on the same location.
0 commit comments