Skip to content

Commit aebb56c

Browse files
authored
Merge pull request #15301 from nahk-ivanov/alexiva/fix-pending-issues
Correct casing in titles of SSMA articles
2 parents a7aa31b + 0491f70 commit aebb56c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/ssma/oracle/connect-to-oracle-oracletosql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Connect To Oracle (OracleToSQL) | Microsoft Docs"
2+
title: "Connect to Oracle (OracleToSQL) | Microsoft Docs"
33
description: Learn how to connect to an Oracle database to begin migration using SSMA for Oracle. Use the Connect to Oracle dialog box.
44
authors: "nahk-ivanov"
55

@@ -13,7 +13,7 @@ ms.assetid: 23a48cb6-ff30-49bb-b4a7-603ebcab336f
1313
ms.author: "alexiva"
1414
---
1515

16-
# Connect To Oracle (OracleToSQL)
16+
# Connect to Oracle (OracleToSQL)
1717

1818
Use the **Connect to Oracle** dialog box to connect to the Oracle database that you want to migrate.
1919

@@ -70,6 +70,6 @@ Connection strings consist of parameter name and value pairs.
7070

7171
For SSMA connection strings, always include the Provider parameter. Also, make sure that you include the Port parameter when you connect to Oracle.
7272

73-
## Next Step
73+
## Next steps
7474

7575
The next step in the migration process is to [Connect to SQL Server](connect-to-sql-server-oracletosql.md).

docs/ssma/oracle/connecting-to-oracle-database-oracletosql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your connection to the database stays active until you close the project. When y
2323

2424
Metadata about the Oracle database is not automatically updated. Instead, if you want to update the metadata in Oracle Metadata Explorer, you must manually update it. For more information, see the "Refreshing Oracle Metadata" section later in this topic.
2525

26-
## Required Oracle Permissions
26+
## Required Oracle permissions
2727

2828
At minimum, the account that is used to connect to the Oracle database must have the following permissions:
2929

@@ -79,7 +79,7 @@ Some of the SSMA features require additional permissions. For instance, if you w
7979
> [!NOTE]
8080
> This is a generic set of permissions required for SSMA to operate properly. If you want to narrow down the scope of your migration to a subset of schemas you can do so by granting above permissions to the limited set of objects, instead of `ALL`. While possible, it might be very hard to correctly identify all dependencies, thus preventing SSMA from functioning properly. It is highly recommended to stick to the generic set as defined above to eliminate any potential permission issues during migration process.
8181
82-
## Establishing a Connection to Oracle
82+
## Establishing a connection to Oracle
8383

8484
When you connect to a database, SSMA reads the database metadata, and then adds this metadata to the project file. This metadata is used by SSMA when it converts objects to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] syntax, and when it migrates data to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. You can browse this metadata in the Oracle Metadata Explorer pane and review properties of individual database objects.
8585

@@ -123,7 +123,7 @@ When you connect to a database, SSMA reads the database metadata, and then adds
123123

124124
Your connection to the database server stays active until you close the project. When you reopen the project, you must reconnect if you want an active connection to the database. You can work offline until you want to update metadata, load database objects into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and migrate data.
125125

126-
## Refreshing Oracle Metadata
126+
## Refreshing Oracle metadata
127127

128128
Metadata about the Oracle database is not automatically refreshed. The metadata in Oracle Metadata Explorer is a snapshot of the metadata when you first connected, or the last time that you manually refreshed metadata. You can manually update metadata for all schemas, a single schema, or individual database objects.
129129

@@ -146,10 +146,10 @@ Metadata about the Oracle database is not automatically refreshed. The metadata
146146

147147
5. [!INCLUDE[clickOK](../../includes/clickok-md.md)]
148148

149-
## Next Step
149+
## Next steps
150150

151151
The next step in the migration process is to [Connect to an instance of SQL Server](connecting-to-sql-server-oracletosql.md).
152152

153-
## See Also
153+
## See also
154154

155155
[Migrating Oracle Databases to SQL Server (OracleToSQL)](../../ssma/oracle/migrating-oracle-databases-to-sql-server-oracletosql.md)

docs/ssma/sybase/connect-to-sybase-sybasetosql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ Connection strings consist of parameter name and value pairs. The names of the p
9595

9696
This is an advanced mode option.
9797

98-
## Next Step
98+
## Next steps
9999

100100
The next step in the migration process is to [Connect to SQL Server](connect-to-sql-server-sybasetosql.md).

0 commit comments

Comments
 (0)