Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Secure Agent services
  3. API Microgateway Service
  4. CMI Streaming Agent
  5. Common Integration Components
  6. Connector Service
  7. Data Access Management Agent service
  8. Data Access Management Proxy service
  9. Database Ingestion service
  10. Data Integration Server
  11. Elastic Server
  12. File Integration Service
  13. GitRepoConnectApp
  14. IDMC Data Gateway Service
  15. Mass Ingestion (Files)
  16. Metadata Foundation Application
  17. Metadata Platform Service
  18. Process Server
  19. SecretManagerApp
  20. Configuring Secure Agent service properties

Secure Agent Services

Secure Agent Services

Vacuuming the PostgreSQL database on Windows

Vacuuming the PostgreSQL database on Windows

Vacuum the PostgreSQL database to delete obsolete tuples and gain space. You use the script
db_maintenance.bat
to vacuum the PostgreSQL database.
By default, the PostgreSQL database autovacuums. If you want to manually vacuum the database, perform the following steps:
  1. Go to
    <Secure Agent installation directory>\apps\process-engine\data\db\util
    .
  2. To vacuum the entire database, run the following command:
    db_maintenance.bat <dbusername> <dbpassword> <dbport> vacuum
  3. To vacuum a single table, run the following command:
    db_maintenance.bat <dbusername> <dbpassword> <dbport> vacuum <tablename>
For example, you vacuum the 'aeprocesslogdata' table if you run the following command:
db_maintenance.bat bpeluser bpel 5432 vacuum aeprocesslogdata
The dbport argument is required even if you use the default port, 5432.

0 COMMENTS

We’d like to hear from you!