Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Win32 client / sqlplus OR msql / Driver problem
"Rauf Sarwar" <rs_arwar_at_hotmail.com> wrote in message news:<1109543544.848259.26690_at_g14g2000cwa.googlegroups.com>...
> mcode wrote:
> > Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in message
> news:<v7su11hm05li9denl8mi3nla9mhmmq0nv8_at_4ax.com>...
> > > On 25 Feb 2005 06:26:38 -0800, microcode2004_at_hotmail.com (mcode)
> > > wrote:
> > >
> > > >
> > > >How to reinstall this driver for this jdbc connection string to
> work
> > > >properly ?
> > >
> > > sqlplus doesn't use jdbc at all. You need to set up an tnsnames.ora
> > > and use the service_name in your tnsnames.ora as connection string.
> >
> > but exactly the same error when the parameter string is used with
> msql
>
> This connect string will not work with sqlplus as you are trying to
> use. This is already pointed out. Now, are you trying to connect to
> Oracle database or msql (I assume you are saying Sql Server?). If it's
> Sql server then you are in the wrong NG.
>
> Please describe in detail what exactly you are trying to do instead of
> just posting one liners. We can't read your mind :>).
>
> Regards
> /Rauf
NO! Really I begin to find the Oracle Newsgroup's people very bizarre !!!
When I write MSQL, I mean MSQL.EXE ! If you don't know what MSQL is so please don't try to reply ! When I go on a newsgroup about subjects that I don't understand to I don't try to reply :) I only reply If this subject is easy for me to understand :)
I'm not here to teach people about MSQL.EXE, I'm here to find a solution to my problem while trying to use MSQL... But in case someone needs to know what MSQL.EXE is :
MSQL.EXE is the client application equivalent to SQLPLUS
MSQL means MOBILE SQL
SQLPLUS is for connecting to ORACLE SERVER
MSQL is for connection to a mobile Oracle Database (Oracle Lite)
MSQL is also for connection to an Oracle server (Oracle 10g database)
so MSQL can be used as an equivalent for SQLPLUS in some environments
such as development environments...
Received on Mon Feb 28 2005 - 06:02:54 CST