How to determine the size of a backup before creating one in RSA Identity Governance & Lifecycle
Originally Published: 2014-10-20
Article Number
Applies To
Issue
*Also known as the database backup, database dump or datapump export file.
Resolution
expdp avuser/<password> directory=Aveksa_ExportImport_Directory ESTIMATE=blocks estimate_only=y logfile=log.log
For more information,
- expdp - Oracle datapump utility which is used for the backup.
- avuser/<password> - Credentials for database access
- directory=Aveksa_ExportImport_Directory - Output directory.
This directory is specified when the database is created and points to/home/oracle/AveksaExportImportDir.
To verify the name of the backup directory, execute "select * from all_directories" as 'avuser' in SQL*Plus.
To verify the name of the backup directory, execute "select * from all_directories" as 'avuser' in SQL*Plus.
- ESTIMATE=blocks estimate_only=y
Do not do the actual backup. Just report the size that the backup will be.
- logfile=log.log - File name that contains the output that you see in the terminal window.
An example session is shown here:
Notice that no backup file is created.
Related Articles
Password Capture Tool is not creating password synchronization requests in RSA Governance & Lifecycle 81Number of Views Partial failure in creating change requests with Java NPE error in RSA Governance & Lifecycle 355Number of Views CRL timer permanently stops when LDAP store under load 11Number of Views Questions on creating an AFX connector to PostgreSQL using a generic ODBC driver in RSA Identity Governance & Lifecycle 138Number of Views Qualys Enterprise TruRisk - SAML Relying Party Configuration - RSA Ready Implementation Guide 8Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?