Path: news.easynews.com!easynews!cyclone.swbell.net!cyclone-sf.pbi.net!128.32.206.55!newsfeed.berkeley.edu!ucberkeley!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: rs_arwar@hotmail.com (Rauf Sarwar)
Newsgroups: comp.databases.oracle.misc
Subject: Re: Tool for visual representation of Oracle output via telnet query
Date: 7 Jul 2002 17:22:27 -0700
Organization: http://groups.google.com/
Lines: 36
Message-ID: <92eeeff0.0207071622.8f874b6@posting.google.com>
References: <he3hiu8sbd37vvks53nvmkmv2ntq08du15@4ax.com>
NNTP-Posting-Host: 207.67.54.37
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1026087748 29846 127.0.0.1 (8 Jul 2002 00:22:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 8 Jul 2002 00:22:28 GMT
Xref: easynews comp.databases.oracle.misc:83911
X-Received-Date: Sun, 07 Jul 2002 17:19:47 MST (news.easynews.com)

Oliver Mulatz <oliver.mulatz@web.de> wrote in message news:<he3hiu8sbd37vvks53nvmkmv2ntq08du15@4ax.com>...
> Hello fellow DBAs,
> 
> I am searching for a visual Oracle tool/client (best would be
> for Windows, Java is ok), thus a client which will output the
> information gathered by telnet session (silly but company 
> requirements ...) (no inserts, just selects/views) into a
> visual representation (proper rows and colums alignment/view). 
> 
> Do you know of any such program ?
> Else I'd only think of coding it in Perl with pipe to telnet and
> writing the output into a file, then another Perl-Script would
> HTML-ize the data from the telnet log into tables again.
> Any thoughts ?
> 
> Any help/hint into the right direction is appreciated.
> 
> Kind Regards,
> Oliver Mulatz


If you want to use a hammer to do a screw drivers job then you can use
telnet to query the database and then somehow pipe it to a GUI. Other
then that you have Oracle's Sql*Net, Net8, JDBC, ODBC etc at your
disposal.

If telnet is the requirement, then I am not aware of any tool that can
pipe it to give you visual representation. If you do not want to use
Oracle's middleware, then next best option that I can think of is to
use Java's JDBC thin driver which sits on top of TCP stack. You can
slap a GUI to pipe the data to tables's etc.

Maybe someone else can give you a better option.

HTH
//Rauf Sarwar
