Skip to content

Commit 86a3573

Browse files
Update README.md
typo
1 parent d3810b9 commit 86a3573

File tree

1 file changed

+5
-5
lines changed
  • cloud-architecture/custom-apps-and-consolidation/oracle-db-consolidation/db-discovery/zdm-discovery-utility

1 file changed

+5
-5
lines changed

cloud-architecture/custom-apps-and-consolidation/oracle-db-consolidation/db-discovery/zdm-discovery-utility/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11

22
# ZDM Discovery Utility
33

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 Non Container 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.
66

77
## When to use this asset?
88

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.
1010

1111
## How to use this asset?
1212

1313
```
1414
sqlplus "/ as sysdba" @oradb_zdmgg_discovery_v1_2.sql
1515
```
1616

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.
1818
- Copy the oradb_zdmgg_discovery_v1_2.sql file to the server.
1919
- Execute the script as ```sqlplus "/ as sysdba" @oradb_zdmgg_discovery_v1_2.sql ``` .
2020

2121

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.
2323

2424
## License
2525
Copyright (c) 2023 Oracle and/or its affiliates.

0 commit comments

Comments
 (0)