Categories
- All Categories
- Oracle Analytics Learning Hub
- 23 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 233 Oracle Analytics News
- 45 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Any suggestions on how to visualize IORM data dumped in txt tables?
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
0
