EasyManuals Logo

Oracle ZFS Storage Appliance User Manual

Oracle ZFS Storage Appliance
650 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #633 background imageLoading...
Page #633 background image
Configuring Oracle Direct NFS (dNFS)
_backup_file_bufsz - Size of the buffers used to process image copies
For backup and restore operations on backup sets and image copies, set the number of buffers to
64 and the buffer size to 1 MB:
SQL> alter system set “_backup_disk_bufcnt”=64;
SQL> alter system set “_backup_file_bufcnt”=64;
SQL> alter system set “_backup_disk_bufsz”=1048576;
SQL> alter system set “_backup_file_bufsz”=1048576;
These commands may be configured persistently by adding them to the SPFILE, or they may
be set dynamically in the Oracle RMAN run block used to execute the backup or restore
operations.
The following code fragments show how to dynamically tune the buffer sizes and counts for
backup and restore operations.
Backup set backup:
run
{<br/>
sql 'alter system set “_backup_disk_bufcnt”=64';<br/>
sql 'alter system set “_backup_disk_bufsz”=1048576';<br/>
allocate channel...
...<br/>
backup as backupset database;
}
Backup set restore:
run
{<br/>
sql 'alter system set “_backup_disk_bufcnt”=64';<br/>
sql 'alter system set “_backup_disk_bufsz”=1048576';<br/>
allocate channel...
...<br/>
restore database;
}
Image copy backup:
run
{<br/>
sql 'alter system set “_backup_file_bufcnt”=64';<br/>
Integration 633

Table of Contents

Other manuals for Oracle ZFS Storage Appliance

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Oracle ZFS Storage Appliance and is the answer not in the manual?

Oracle ZFS Storage Appliance Specifications

General IconGeneral
Connectivity10GbE, 40GbE, InfiniBand, Fibre Channel
ProtocolsNFS, SMB, iSCSI, Fibre Channel, HTTP
Operating SystemOracle Solaris
Data Protectionsnapshots, clones, remote replication
Data ReductionInline compression, deduplication
High AvailabilityRedundant hardware components (controllers, power supplies, fans). Automatic failover between controllers. Hot-swappable drives and components. Cluster configurations for increased availability and scalability.
Management InterfaceWeb-based GUI, CLI, REST API
Storage TypeHybrid (SSD + HDD), All-Flash
Storage CapacityUp to several petabytes
EncryptionAES-256 encryption at rest

Related product manuals