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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle - SYSDBA

Re: Oracle - SYSDBA

From: Randy Harris <randy_at_SpamFree.com>
Date: Thu, 15 Dec 2005 21:45:05 GMT
Message-ID: <Btlof.29637$BZ5.6049@newssvr13.news.prodigy.com>

"DA Morgan" <damorgan_at_psoug.org> wrote in message news:1134680752.550602_at_jetspin.drizzle.com...
> blarut wrote:
> > Hi
> > I have problem. I want to login do database as SYSDBA. I am using
> > OleDBConnection (vs 2005) Do you know how I can do it? I am trying this
> > structure: OleDbConnection con = new OleDbConnection();
> > con.ConnectionString = "DBA
> > Privilege=SYSDBA;Provider=OraOLEDB.Oracle.1;User
> > Id=blarut;Password=password;" But it doesn't work. Please help me
>
> I don't know if this is possible but I will absolutely agree with
> Sybrand that this is a bad idea. In fact about as bad an idea as
> I've seen in a very long time.
>
> What is the business case?
>
> Hopefully you are aware that NOTHING should ever be done as SYSDBA
> except instance/database maintenance functions. I can't imagine why
> any of these would require OleDB or reinventing the wheel using it.
> --
> Daniel A. Morgan
> http://www.psoug.org
> damorgan_at_x.washington.edu
> (replace x with u to respond)

I, for one, would sure hope that the OleDB provider does not permit SYSDBA access. I think that would be a humungous security hole.

-- 
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
Received on Thu Dec 15 2005 - 15:45:05 CST

Original text of this message

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