Re: Oracle linked server : won't run if driver AllowInProc is off
From: H.Rosental (HRosental_at_discussions.microsoft.com)
Date: 01/07/05
- Next message: Jacco Schalkwijk: "Re: restore slq database to another server"
- Previous message: J Reyes: "database refreshed using backup restore"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 07:55:01 -0800
I think you hit the problem. I was having the same issues until I decided to
test it under the local system account instead of the domain account my SQL
Server was originally set.
Under the local system account, I had no problems setting a linked Oracle
server, in proc or out of proc, but when SQL Server is running under the
domain account, the connection doesn't work.
I've try to place the domain account in my local adminstrator group, but
that doesn't work either.
I've left my SQL Server running under my local system account for now, if
someone knows a fix for this issue, please post it.
H.Rosental
"/dev/null" wrote:
> I just tested using an ODBC data source using the Microsoft ole db for Oracle
> driver and it's the same issue. Is it because we set up SQL server to run
> under a specific user account (not localsystem or whatever the default is) ?
>
> the linked server was set up to use an odbc source, a source which used the
> same driver as before...
>
> and the fun won't stop!
>
> "/dev/null" wrote:
>
> > We don't want to run the driver in process for the reason you thought: sql
> > server crashes = we better run damn fast for our lives.
> >
> > It's not that i didn't try the driver provided by oracle but i never got it
> > to work. It seemed even more trouble than the microsoft driver. Even then i
> > suspect we'd have to be running it in-process.
> >
> > "David Browne" wrote:
> >
> > > "Bhanu" <SQLDBA1999@yahoo.com> wrote in message
> > > news:%23sqDSm3tEHA.2128@TK2MSFTNGP11.phx.gbl...
> > > > Why don't you use oracle driver instead? You can install ORACLE client on
> > > > the SQL box and you should be able to get it working with no issues.
> > > >
> > >
> > > The Oracle Client is required for MSDAORA as well, so it is already
> > > installed on the box. I assume that the OP is uncomfortable running the
> > > Oralce OleDb drivers and the Oracle Client inside the SqlServer address
> > > space for fear it could crash Sql Server.
> > >
> > > And quite honestly, I would not allow ad-hoc queries to an Oracle linked
> > > server with the Oracle Client in-process in a production Sql Server. With
> > > canned queries and testing, ok, but it's still a concern.
> > >
> > > David
> > >
> > >
> > >
- Next message: Jacco Schalkwijk: "Re: restore slq database to another server"
- Previous message: J Reyes: "database refreshed using backup restore"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|