Skip to content

Commit 96e1adc

Browse files
committed
formatting
1 parent 17434e4 commit 96e1adc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/virtual-machines/workloads/sap/dbms_guide_oracle.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Usually customers will use RMAN, Azure Backup for Oracle and/or disk snap techni
176176
> [!NOTE]
177177
> Azure Host Disk Cache for the DATA ASM Disk Group can be set to either Read Only or None. All other ASM Disk Groups should be set to None. On BW or SCM a separate ASM Disk Group for TEMP can be considered for large or busy systems.
178178
179-
##Adding Space to ASM + Azure Disks##
179+
### Adding Space to ASM + Azure Disks
180180

181181
Oracle ASM Disk Groups can either be extended by adding extra disks or by extending current disks. It is recommended to add extra disks rather than extending existing disks. Review these MOS articles and links MOS Notes 1684112.1 and 2176737.1
182182

@@ -246,9 +246,12 @@ We highly recommend using the Oracle dNFS clint for all Oracle volumes.
246246

247247
Recommended mount options are:
248248

249-
**NFSv3**: rw,vers=3,rsize=262144,wsize=262144,hard,timeo=600,noatime
250-
251-
**NFSv4.1**: rw,vers=4.1,rsize=262144,wsize=262144,hard,timeo=600,noatime
249+
| NFS Vers | Mount Options |
250+
|-------------|---------------------------------------------------------------|
251+
| **NFSv3** | rw,vers=3,rsize=262144,wsize=262144,hard,timeo=600,noatime |
252+
| | |
253+
| **NFSv4.1** | rw,vers=4.1,rsize=262144,wsize=262144,hard,timeo=600,noatime |
254+
| | |
252255

253256
### ANF Backup
254257

0 commit comments

Comments
 (0)