Re: Insert Oracle Linked Server timestamp error...
From: Bob (bustravelerkc_at_NOSPAMyahoo.com)
Date: 06/03/04
- Next message: ALI: "Re: SQL Connectivity Problem"
- Previous message: Paulo Ferreira: "Microsoft SQL Server Login"
- In reply to: Sue Hoegemeier: "Re: Insert Oracle Linked Server timestamp error..."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 03 Jun 2004 10:12:59 GMT
Sue,
The query can be made to work for openquery with a to_char() statement,
unfortunately this does not work for Inserts.
I finally did receive a response from Microsoft support, the timestamp data
type is not supported, there is no plan to support it. They suggested using
the .net managed providers for Oracle, which of course can not be used for
linked servers.
They referenced several kb articles about data types supported and not
supported in Oracle, but basically the timestamp, clobs and blobs were out
( i expected the blobs but was surprised by the timestamp).
Anyway at least I know Microsofts position on it's ole db provider, they
support it, but have no plans to enhance it, watch thos data types
introduced from Oracle 8 on...
Bob
"Sue Hoegemeier" <Sue_H@nomail.please> wrote in message
news:04snb01147cfcpn394k2ufrrv9jsr953u9@4ax.com...
> Try using Openquery and wrapping the value in to_timestamp.
> You should also check your nls timestamp format on the
> Oracle server.
>
> -Sue
>
> On 28 May 2004 12:34:05 -0700, bob@lifeasbob.com (Bob
> Horkay) wrote:
>
> >Additional information.
> >
> >This is Oracle 9.203.
> >
> >Oracle introduced a new data type timestamp, this data type does not
> >seem to be updateable or insert via SQL Server linked server.
> >
> >I'd appreciate if anyone else could test and confirm this. We've
> >contacted MS Support and they weren't very helpful, indicating we were
> >the only ones who have reported a problem, and that is is most likely
> >an Oracle problem.
> >
> >I'm just looking for some guidance so we can establish a standard to
> >not use the Oracle time stamp data type on tables that require data to
> >be transferred back and forth between SQL Server and Oracle.
> >
> >Thanks
> >bob
>
- Next message: ALI: "Re: SQL Connectivity Problem"
- Previous message: Paulo Ferreira: "Microsoft SQL Server Login"
- In reply to: Sue Hoegemeier: "Re: Insert Oracle Linked Server timestamp error..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|