--- title: "VEORIRDatabase" description: "Contains details about a Oracle database published during an instant recovery session. Property Type Description VEIRSessionID Contains details about the instant recovery session. GUID Restore point ID." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/veorirdatabase.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEORIRDatabase" dateModified: "2026-08-18" --- # VEORIRDatabase Contains details about a Oracle database published during an instant recovery session.
|
Property |
Type |
Description |
|---|---|---|
|
Session |
Contains details about the instant recovery session. |
|
|
RestorePoint |
GUID |
Restore point ID. |
|
DatabaseName |
String |
Name of the database on the target server. |
|
OracleSid |
String |
Oracle System Identifier (SID) of the database on the target server. |
|
OracleHome |
String |
Oracle Home path. |
|
ServerName |
String |
DNS name or IP address of the target server. |
|
ToDateTime |
DateTime |
Date and time in the UTC format of the state to which the database is recovered. |
|
FileStatus |
String |
Recovery status of the file. |
|
TargetPath |
String[] |
Target paths for the database files. |
|
Log |
Instant recovery log items. |
|
|
Status |
String |
Status of the instant recovery operation. |
|
SwitchOverOptions |
Switchover options for the instant recovery operation. |