Re: Migrating from Oracle 8 to Oracle 9, using Oracle Object for OLE

From: Dean Harding <Dean.Harding_at_au.unisys.com>
Date: 14 Aug 2002 22:57:28 -0700
Message-ID: <b1919b01.0208142157.1345b4cc_at_posting.google.com>


Just further to this, I have been able to connect as sysdba with jdbc by specifying a username of "/ as sysdba" and password of " " (a single space, no space doesn't work, for some reason). But still no luck with OO4O. I *really* don't want to have to re-write any of this...

Dean.

Dean.Harding_at_au.unisys.com (Dean Harding) wrote in message news:<b1919b01.0208132010.4b2b6e34_at_posting.google.com>...
> Hi,
>
> We're in the process of migrating our application from Oracle 8i to
> 9i, and we're having a few troubles using OO4O. Previously, our
> application used to use the "internal" user to do a few priviliged
> things that it needed to do, like in the example below:
>
> ODatabase odb( "DB", "internal", NULL );
> if( odb.IsOpen() )
> {
> // etc...
> }
>
> Now, since the internal user is not in 9i anymore, I'd like to know
> how to do the equivalent to the above in 9i. I've tried various
> things like specifying "/ as sysdba" for the username, but it doesn't
> work (I guess that's expected).
>
> Any help would be appreciated.
>
> Dean Harding.
Received on Thu Aug 15 2002 - 07:57:28 CEST

Original text of this message