Skip to content

Commit 4eb1826

Browse files
authored
Merge pull request #202911 from cro27/oracle-updates-june2022
Update Azure file share information to reflect 4TiB limit
2 parents 942cd3a + ea9a71c commit 4eb1826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/workloads/oracle/oracle-database-backup-azure-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ In this section, we will be using Oracle Recovery Manager (RMAN) to take a full
335335
2. In this example, we are limiting the size of RMAN backup pieces to 1 TiB. Please note the RMAN backup MAXPIECESIZE can go upto 4TiB as Azure standard file shares and Premium File Shares have a maximum file size limit of 4 TiB. For more information, see [Azure Files Scalability and Performance Targets](../../../storage/files/storage-files-scale-targets.md).)
336336

337337
```bash
338-
RMAN> configure channel device type disk maxpiecesize 1000G;
338+
RMAN> configure channel device type disk maxpiecesize 4000G;
339339
```
340340

341341
3. Confirm the configuration change details:

0 commit comments

Comments
 (0)