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/xtts-prechecks/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Oradb XTTS Prechecks
2
2
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/NonContainer 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.
5
5
6
6
## When to use this asset?
7
7
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.
9
9
10
10
## How to use this asset?
11
11
12
12
```
13
13
sqlplus "/ as sysdba" @oradb_xtts_prechecks.sql
14
14
```
15
15
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.
17
17
18
18
- Copy the oradb_xtts_prechecks.sql file to the server.
19
19
- Execute the script as ```sqlplus "/ as sysdba" @oradb_xtts_prechecks.sql``` .
0 commit comments