Oracle 19 / Linux
Geodatabase 11.1
ST_GEOMETRY
ArcGIS Pro 3.1
Hello Everyone
In the coming days we need to discuss with our IT department who are responsible for the backup of our Oracle (geo) Databases two main cases:
CASE 1. Accidental Data Deletion or Modification
- Use Case: A user accidentally deletes or modifies critical data in a feature class / table need to be restored without affecting the entire database.
CASE 2. Schema or Object-Level Recovery
- Use Case: Specific schema or database object feature class / table need to be restored without affecting the entire database.
...My thinking:
[1] They would have to make a restore of the whole instance on a separate server at a point-in-time before the deletion and we could get the data back
[2] They could restore just the feature class / table to our Test Instance and we could get the data back.
Naturally, I know you can write (and we do) a Python script to export each feature class / table to a fGDB on say a nightly basis but we would like the IT department to handle the backups.
Given our requirements can anyone outline the process involved and any key points we have to be aware of if the IT department would handle the backup?
With the basic question being should we the GEO team handle the backups and restore via Python scripts or the IT department should handle backups and restore via Oracle tools.
Feedback appreciated.