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. |
The Oracle database files.
|
Property |
Type |
Description |
|---|---|---|
|
Path |
string |
The file path. |
|
Size |
UInt64 |
The file size (bytes). |
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). |
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