a tools to display graph [message #268951] |
Thu, 20 September 2007 03:30 |
aline
Messages: 92 Registered: February 2002
|
Member |
|
|
Hi,
I'm looking for a tools to display timeseries stored in oracle database. Do you know if this kind or tools exists?
Ideally with this tools, a simple query like 'select * from mytimeseries' would display a graph.
thk for answer!
|
|
|
|
|
|
|
Re: a tools to display graph [message #269033 is a reply to message #268951] |
Thu, 20 September 2007 08:57 |
aline
Messages: 92 Registered: February 2002
|
Member |
|
|
yes,
they're job consist in analysis complex data. so plsql developer is the best tools to make complex ad hoc query.
Ideally, I'm searching a plug in to have a visual way to see data.
I have tried plot windows but unfortunately he didn't do the job.
|
|
|
Re: a tools to display graph [message #269036 is a reply to message #268951] |
Thu, 20 September 2007 09:07 |
scorpio_biker
Messages: 154 Registered: November 2005 Location: Kent, England
|
Senior Member |
|
|
Hi,
Try the report option in PL/SQL Developer - From the File menu open a new report window, type in your query and let it execute, then on the far right hand side there is a graph option. Click on that and it will start the graph wizard.
You'll have to play with the options as I only found it by accident the other day (I was bored!!!).
HTH
|
|
|
Re: a tools to display graph [message #269041 is a reply to message #269029] |
Thu, 20 September 2007 09:22 |
aline
Messages: 92 Registered: February 2002
|
Member |
|
|
Michel Cadot wrote on Thu, 20 September 2007 08:51 | How "select * from mytimeseries" can result to a graph?
Regards
Michel
|
Maybe the query could be more complex but it's the idea.
I have many registered data range by date and I would like to display them with date field in X-coordinate and other fields in Y-coordinate.
it do the job in an excel sheet!
So today, I'm importing data into excel and display it with the excel graph.
So if excel can do that...
|
|
|
|
|
|