In recent version of Ginesys (above 11.147.5), Oracle 12c database (12.1.0.2.0) is the only supported Oracle version (ref. Notification: Ginesys no longer supports Oracle 10g). Original Oracle backup utility (exp
) is not capable to take export of all objects mainly where advanced features of 12c are implemented. Oracle has already officially de-supported the old utilities (exp & imp
) and guided to use Oracle Data Pump utilities (expdp & impdp
) to export or import database. Ginesys, release 11.147.8 onward, already revamped Database backup utility and it now uses Oracle Data Pump Export utility (expdp
) as backup agent. To accommodate the changes in new Oracle utility Ginesys backup utility has also changed. Now there are some specific requirements to select the backup location. This article will help you to select the backup location for Ginesys Backup utility.
Single server deployment (application and database on the same server):
...
Separate server deployment (application and database on different server):
...
Path 1:
...
imp
). As a result, any backup created by expdp
utility cannot be restored using Ginesys DB Restore utility. Manual restoration required.
Related Article
How To: Backup and Restore Oracle database manually using Data Pump Export and Import
...