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: articles/sap/workloads/dbms-guide-oracle.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords: 'SAP, Azure, Oracle, Data Guard'
7
7
ms.service: sap-on-azure
8
8
ms.subservice: sap-vm-workloads
9
9
ms.topic: article
10
-
ms.date: 10/14/2024
10
+
ms.date: 10/28/2024
11
11
ms.author: juergent
12
12
ms.custom: H1Hack27Feb2017, linux-related-content
13
13
---
@@ -38,6 +38,7 @@ General information about running SAP Business Suite on Oracle can be found at
38
38
| 1672954 |[Oracle 11g, 12c, 18c and 19c: Usage of hugepages on Linux](https://launchpad.support.sap.com/#/notes/1672954)|
39
39
| 1171650 |[Automated Oracle DB parameter check](https://launchpad.support.sap.com/#/notes/1171650)|
40
40
| 2936683 |[Oracle Linux 8: SAP Installation and Upgrade](https://launchpad.support.sap.com/#/notes/2936683)|
41
+
| 3399081 |[Oracle Linux 9: SAP Installation and Upgrade](https://launchpad.support.sap.com/#/notes/3399081)|
41
42
42
43
### Specifics for Oracle Database on Oracle Linux
43
44
@@ -87,7 +88,7 @@ The table below details the support status
87
88
|--------|------------|--------| ------| -----|
88
89
|**Block Storage Type**|||||
89
90
| Premium SSD | Supported | 512e | ASM Recommended. LVM Supported | No support for ASM on Windows |
90
-
| Premium SSD v2 | Supported | 4K Native or 512e<sup>1</sup> | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
91
+
| Premium SSD v2<sup>1</sup>| Supported | 4K Native or 512e<sup>2</sup> | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
91
92
| Standard SSD | Not supported ||||
92
93
| Standard HDD | Not supported ||||
93
94
| Ultra disk | Supported | 4K Native | ASM Recommended. LVM Supported | No support for ASM on Windows. Change Log File disks from 4K Native to 512e |
@@ -97,7 +98,8 @@ The table below details the support status
97
98
| Azure Files NFS | Not supported |||
98
99
| Azure files SMB | Not supported |||
99
100
100
-
<sup>1</sup> 512e is supported on Premium SSD v2 for Windows systems. 512e configurations are't recommended for Linux customers. Migrate to 4K Native using procedure in MOS 512/512e sector size to 4K Native Review (Doc ID 1133713.1)
101
+
<sup>1</sup> Azure Premium SSD v2 does not have predefined storage sizes. There is no need to allocate multiple disks within an ASM Disk Group or LVM VG. It is recommended to allocate a single Premium SSD v2 disk with the required size, throughput and IOPS per ASM Disk Group
102
+
<sup>2</sup> 512e is supported on Premium SSD v2 for Windows systems. 512e configurations are't recommended for Linux customers. Migrate to 4K Native using procedure in MOS 512/512e sector size to 4K Native Review (Doc ID 1133713.1)
101
103
102
104
Other considerations that apply list like:
103
105
1. No support for DIRECTIO with 4K Native sector size. Recommended settings for FILESYSTEMIO_OPTIONS for LVM configurations:
@@ -315,13 +317,12 @@ Mirror Log is required when running LVM.
2. During R3Load migrations, the Host Cache option for SAPDATA should be set to None
324
-
3. oraarch: LVM is optional
325
+
2. oraarch: LVM is optional
325
326
326
327
The disk selection for hosting Oracle's online redo logs is driven by IOPS requirements. It's possible to store all sapdata1...n (tablespaces) on a single mounted disk as long as the volume, IOPS, and throughput satisfy the requirements.
327
328
@@ -333,22 +334,22 @@ The disk selection for hosting Oracle's online redo logs is driven by IOPS requi
333
334
| /oracle/\<SID\>/origlogaB | Premium | None | Can be used |
334
335
| /oracle/\<SID\>/mirrlogAB | Premium | None | Can be used |
335
336
| /oracle/\<SID\>/mirrlogBA | Premium | None | Can be used |
### Oracle Automatic Storage Management (ASM)## can evaluate these storage technologies:
346
+
### Current recommendations for Oracle Storage
347
347
348
-
1. Azure Premium Storage – currently the default choice
348
+
1. Azure Premium Storage – The majority of customers are deploying on ASM with Premium Storage
349
+
2. Azure NetApp Files - VLDB customers, often with single Oracle databases larger than 50TB are typically using ANF and leveraging Storage Snapshot capabilities of Azure NetApp Files for Backup and Restore
349
350
3. Managed Disk Bursting - [Managed disk bursting - Azure Virtual Machines \| Microsoft Docs](/azure/virtual-machines/disk-bursting)
350
-
4. Azure Write Accelerator
351
-
5. Online disk extension for Azure Premium SSD storage is still in progress
351
+
4. Azure Write Accelerator - used for the case that the Oracle redo log is based on Premium SSD v1 disks
352
+
5. Online disk extension is fully supported for Premium Storage v1 and works with ASM
352
353
353
354
Log write times can be improved on Azure M-Series VMs by enabling Write Accelerator. Enable Azure Write Accelerator for the Azure Premium Storage disks used by the ASM Disk Group for <u>online redo log files</u>. For more information, see [<u>Write Accelerator</u>](/azure/virtual-machines/how-to-enable-write-accelerator).
354
355
@@ -375,8 +376,7 @@ The following recommendations should be followed when selecting a VM type:
375
376
For backup/restore functionality, the SAP BR\*Tools for Oracle are supported in the same way as they are on bare metal and Hyper-V. Oracle Recovery Manager (RMAN) is also supported for backups to disk and restores from disk.
376
377
377
378
For more information about how you can use Azure Backup and Recovery services for Oracle databases, see:
378
-
-[<u>Back up and recover an Oracle Database 12c database on an Azure Linux virtual machine</u>](/azure/virtual-machines/workloads/oracle/oracle-overview)
379
-
-[<u>Azure Backup service</u>](../../backup/backup-overview.md) is also supporting Oracle backups as described in the article [<u>Back up and recover an Oracle Database 19c database on an Azure Linux VM using Azure Backup</u>](/azure/virtual-machines/workloads/oracle/oracle-database-backup-azure-backup).
379
+
-[<u>Azure Backup service</u>](../../backup/backup-overview.md) is also supporting Oracle backups as described in the article [<u>Back up and recover an Oracle Database on an Azure Linux VM using Azure Backup</u>](/azure/virtual-machines/workloads/oracle/oracle-database-backup-azure-backup).
0 commit comments