Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: telnet to listener

Re: telnet to listener

From: Pete Finnigan <plsql_at_petefinnigan.com>
Date: Wed, 31 Mar 2004 23:19:36 +0100
Message-ID: <RjhYi8A4P0aARxix@peterfinnigan.demon.co.uk>


Hi Rocky,

Sybrand is correct just use OEM it already does what you want.

If all you have is a socket connection to the listener through your tool then to get it to work you would need to replay a sequence of TNS packets to connect to the database and then send your select statement. The TNS protocol is proprietary and not published so you would need to work out how the authentication hand shake works and whether it can be just replayed. Its completely not worth it as doing so could invalidate your Oracle license as it could be construed as reverse engineering, just use OEM as Sybrand suggests its easier.

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Wed Mar 31 2004 - 16:19:36 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US