Tools

Different Types of Tools


Database and Application Tools

Enterprise Database Tools:

  • Oracle Database
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • MongoDB
  • IBM DB2
  • AWS RDS
  • AWS EC2

Backup Tools:

  • Oracle RMAN
  • CommVault
  • Avamar

Application Tools:

  • Oracle Applications E-Business Suite
  • Oracle Fusion Middleware
  • Oracle OBIEE
  • Oracle Hyperion
  • Cognos
  • Microsoft Power BI
  • Salesforce
  • PeopleSoft
  • Viziya Mobile
  • Prometheus
  • HVR
  • SparesFinder
  • OpenText Lifecycle Management
  • JIRA
  • Gitlab
  • SVN

Integration Tools:

  • WebMethods
  • PowerBroker

Monitoring Tools:

  • Oracle Enterprise Manager
  • Splunk
  • Solarwinds
  • Nagios
  • ServiceNow

No comments:

Post a Comment

If you have any queries/ any suggestion please do comment and let me know.

Recent Post

Oracle Memory usage Queries

Some Important Oracle database Memory management queries. SGA usage by Oracle Instance: select  round(sum(bytes)/1024/1024,2)||' MB'...