Skip to content

Commit d3810b9

Browse files
Update README.md
typo
1 parent d2cfaa3 commit d3810b9

File tree

1 file changed

+4
-4
lines changed
  • cloud-architecture/custom-apps-and-consolidation/oracle-db-consolidation/db-discovery/xtts-prechecks

1 file changed

+4
-4
lines changed

cloud-architecture/custom-apps-and-consolidation/oracle-db-consolidation/db-discovery/xtts-prechecks/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Oradb XTTS Prechecks
22

3-
XTTS Pre-check for ORACLE Database is a SQL script-based utility that captures necessary details of an oracle database in order to analyze the suitability of XTTS method.
4-
This utility runs on Oracle 11g onwards, both on Container/Non Container databases and helps in generating a HTML report with self-contained tablespace violation status and other detailed description.
3+
XTTS Pre-check for ORACLE Database is a SQL script-based utility that captures the necessary details of an Oracle database in order to analyze the suitability of the XTTS method.
4+
This utility runs on Oracle 11g onwards, both on Container/Non-Container databases, and helps in generating an HTML report with self-contained tablespace violation status and other detailed descriptions.
55

66
## When to use this asset?
77

8-
This script is to be executed in the discovery phase if it is identified the oracle on-premises database is to be migrated using XTTS method.
8+
This script is to be executed in the discovery phase if it is identified the Oracle on-premises database is to be migrated using the XTTS method.
99

1010
## How to use this asset?
1111

1212
```
1313
sqlplus "/ as sysdba" @oradb_xtts_prechecks.sql
1414
```
1515

16-
This script needs to be executed on Oracle database server with a user who has ` "/as sysdba" ` access.
16+
This script needs to be executed on an Oracle database server with a user who has ` "/as sysdba" ` access.
1717

1818
- Copy the oradb_xtts_prechecks.sql file to the server.
1919
- Execute the script as ```sqlplus "/ as sysdba" @oradb_xtts_prechecks.sql``` .

0 commit comments

Comments
 (0)