--- title: "VBROracleDatabase" description: "Contains job session. The Oracle database files. The Oracle database log files. The Oracle home information. Get-VBROracleDatabase" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbroracledatabase.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBROracleDatabase" dateModified: "2026-09-03" --- # 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 |
Oracle database guest OS type. |
|
|
RecoveryModel |
Oracle database recovery mode. |
|
|
Home |
The Oracle home. |
|
|
Sid |
string |
The Oracle database ID. |
|
GlobalName |
string |
The Oracle database global name. |
|
FastRecoveryAreaPath |
string |
|
|
ControlFiles |
The Oracle database control file. |
|
|
DataFiles |
The Oracle database data files. |
|
|
LogFiles |
The Oracle database log files. |
|
|
TempFiles |
The Oracle database temp files. |
|
|
Name |
string |
The Oracle database name. |
|
Id |
GUID |
The Oracle database ID in Veeam Backup & Replication. |
|
Property |
Type |
Description |
|---|---|---|
|
Path |
string |
The file path. |
|
Size |
UInt64 |
The file size (bytes). |
|
Property |
Type |
Description |
|---|---|---|
|
GroupNumber |
string |
The log files group number. |
|
Path |
string |
The log file path. |
|
Size |
UInt64 |
The log file size (bytes). |
|
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. |