...
This has to be a physical path. Where the date-folder should be found. In this path Oracle creates the dump file during expdp command. Oracle needs direct access to this path. This will be the physical path of the shared UNC path mentioned in previous field.
Example:
...
Following examples clarify further what type of path to mention in Ginesys Backup utility.
In case database on Windows Server,
Path 1: \\DBSERVER\GSL_Backup
Path 2: D:\GSL_BACKUP (a physical path on DBSERVER)
For DB
In case database on Linux Server,
paths are mentioned in following way.Path 1: \\DBSERVER\GSL_Backup
Path 2: /oracle/GSL_BACKUP (a physical path on DBSERVER)
Note: Directory must be shared in such a way that the shared can be accessed from Windows application server using UNC path (\\Path)
Source: Arindam Banerjee, SCM Team