Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Any suggestions on how to visualize IORM data dumped in txt tables?

Received Response
11
Views
1
Comments

Summary

Any suggestions on how to visualize IORM data dumped in txt tables?

Content

Trying to see load on databases based in IOPS metrics. These metrics are being captured on hourly basis and stored in a text file on the Linux server.

What is the best/fastest way to load the data and visualize the information for different databases over time?

Answers

  • What about load them into a database table so you can merge all the files of your various databases and keep versioning and history properly?

    In DV if you use files you will have to reload it again and again to refresh it, your file would need to contain all the history as the tool does a "replace", and if you have multiple files to merge them into a single data source you will need to define a data flow and run it every time ...

    Loading that into the DB would be easier