VBROracleDatabase

Contains job session.

Properties

Property

Type

Description

RestorePointID

GUID

The Oracle database restore point ID.

ServerName

string

The domain name of the Oracle database host.

IsReadOnly

bool

Indicates that the Oracle database is read-only (TRUE) or not (FALSE).

CreationTime

DateTime

The date and time of the Oracle database creation.

GuestOsType

VBRGuestOsType

Oracle database guest OS type.

RecoveryModel

VBROracleDatabaseRecoveryModel

Oracle database recovery mode.

Home

VBROracleHomeInfo

The Oracle home.

Sid

string

The Oracle database ID.

GlobalName

string

The Oracle database global name.

FastRecoveryAreaPath

string

 

ControlFiles

VBROracleDatabaseFileInfo

The Oracle database control file.

DataFiles

VBROracleDatabaseFileInfo

The Oracle database data files.

LogFiles

VBROracleDatabaseLogFileInfo

The Oracle database log files.

TempFiles

VBROracleDatabaseFileInfo

The Oracle database temp files.

Name

string

The Oracle database name.

Id

GUID

The Oracle database ID in Veeam Backup & Replication.

VBROracleDatabaseFileInfo

The Oracle database files.

Property

Type

Description

Path

string

The file path.

Size

UInt64

The file size (bytes).

VBROracleDatabaseLogFileInfo

The Oracle database log files.

Property

Type

Description

GroupNumber

string

The log files group number.

Path

string

The log file path.

Size

UInt64

The log file size (bytes).

VBROracleHomeInfo

The Oracle home information.

Property

Type

Description

Path

string

The Oracle home path.

Version

string

The Oracle product version.

IsAsm

bool

Indicates if the Oracle home uses ASM (TRUE) or not (FALSE).

Name

string

The Oracle home name.

Related Commands

Get-VBROracleDatabase