> I'm trying to figure out how to use the contributed program
> "oracledump" in an environment where I don't have a login to the *nix
> host running Oracle.  All my connectivity to the Oracle host is via
> port 1521 and JDBC.
>
> The oracle dump command seems to be looking for a SID in a file called
> tnsnames.ora.  Those do not exist on the system I am using.  Is it
> possible to still use oracledump in this case?
>
I doubt it. It looks as if oracledump requires Oracle's network layer
(SQL*Net) and
unless you have that you can't do anything.

The oracle thin JDBC driver implements
SQL*Net for java only, but the other Oracle jdbc drivers require SQL*Net


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to