Wednesday, July 8, 2020

Automated Backups Creating in Oracle Apex




Oracle Apex 20.1 Introduce new feature Automated Backup and these Backups are performed as part of daily maintenance. The only application that have been created & modified will be backed up. To create an Automated Backup in Oracle Apex, Follow these step :

1.Go to  Oracle Apex Application, then click---Utilities =>Manage Backup.
2. Then click on the Create button to create an automatic backup for  current application.
3.After that click Backup button.

It will create initial backup of our Oracle Apex Application. If we make any changes in our application than it will create automated backup end of the day. This backup process will run every day and create automated backup of our oracle apex application.


No comments:

Post a Comment

Image File store outside of Oracle Database and show image into Apex Application

Directory Create : grant execute on utl_file to HRMS; CREATE OR REPLACE DIRECTORY STOCK_DIRECTORY AS 'C:\Program Files (x86)\Apache Sof...