Skip to content

Commit 04c9f6e

Browse files
committed
Refresh Project Settings article (UUF 437504)
1 parent 76cfe09 commit 04c9f6e

File tree

1 file changed

+26
-33
lines changed

1 file changed

+26
-33
lines changed
Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: "Project Settings(Loading System objects) (OracleToSQL)"
3-
description: "Project Settings(Loading System objects) (OracleToSQL)"
2+
title: "Default Project Settings (Loading System Objects) (OracleToSQL)"
3+
description: "Default Project Settings (Loading System Objects) (OracleToSQL)"
44
author: nilabjaball
55
ms.author: niball
6-
ms.date: "01/19/2017"
6+
ms.reviewer: randolphwest
7+
ms.date: 07/21/2025
78
ms.service: sql
89
ms.subservice: ssma
910
ms.topic: conceptual
@@ -12,33 +13,25 @@ ms.collection:
1213
f1_keywords:
1314
- "ssma.oracle.projectsettingloadingobject.f1"
1415
---
15-
# Project Settings(Loading System objects) (OracleToSQL)
16-
The Loading System Objects page of the **Project Settings** dialog box lets you specify which Oracle system objects SSMA converts and loads into [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
17-
18-
The Loading System Objects pane is available in the **Project Settings** and **Default Project Settings** dialog boxes:
19-
20-
- To specify settings for all SSMA projects, on the **Tools** menu, select **Default Project Settings**, select migration project type for which settings are required to be viewed or changed from **Migration Target Version** drop-down click **General** at the bottom of the left pane, and then click **Loading System Objects**.
21-
22-
- To specify settings for the current project, on the **Tools** menu, select **Project Settings**, click **General** at the bottom of the left pane, and then click **Loading System Objects**.
23-
24-
## Default Settings
25-
Converting system objects consumes system resources and takes time. To improve performance, SSMA selects only the most frequently used system objects, as shown in the following list:
26-
27-
- SYS.DBMS_OUTPUT
28-
29-
- SYS.DBMS_PIPE
30-
31-
- SYS.DBMS_UTILITY
32-
33-
- SYS.STANDARD
34-
35-
- SYS.UTL_FILE
36-
37-
- SYS.DBMS_LOB
38-
39-
- SYS.DBMS_SQL
40-
41-
- SYS.DBMS_SESSION
42-
43-
If your Oracle objects refer to additional system objects, you should select those objects. If you don't select the system objects that are referenced by your Oracle database objects, SSMA will report conversion errors. If you receive conversion errors caused by missing system objects, select the missing objects in this dialog box. You can then repeat the conversion as necessary.
44-
16+
# Default Project Settings (Loading System Objects) (OracleToSQL)
17+
18+
The Loading System Objects page of the **Default Project Settings** dialog box lets you specify which Oracle system objects SQL Server Migration Assistant (SSMA) converts and loads into [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
19+
20+
The Loading System Objects pane is available in the **Default Project Settings** dialog box:
21+
22+
- To specify settings for all SSMA projects, on the **Tools** menu, select **Default Project Settings**, select the migration project type for the settings you want to view or change from the **Migration Target Version** dropdown list, select **General** at the bottom of the left pane, and then select **Loading System Objects**.
23+
24+
## Default settings
25+
26+
Converting system objects consumes system resources and takes time. To improve performance, SSMA selects only the most frequently used system objects, as shown in the following list:
27+
28+
- `SYS.DBMS_OUTPUT`
29+
- `SYS.DBMS_PIPE`
30+
- `SYS.DBMS_UTILITY`
31+
- `SYS.STANDARD`
32+
- `SYS.UTL_FILE`
33+
- `SYS.DBMS_LOB`
34+
- `SYS.DBMS_SQL`
35+
- `SYS.DBMS_SESSION`
36+
37+
If your Oracle objects refer to other system objects, you should select those objects. If you don't select the system objects that are referenced by your Oracle database objects, SSMA reports conversion errors. If you receive conversion errors caused by missing system objects, select the missing objects in this dialog box. You can then repeat the conversion as necessary.

0 commit comments

Comments
 (0)