Results 1 to 2 of 2

Thread: cannot Select data Oracle from SQL

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    CANNOT Select data Oracle from SQL [Urgent]

    Dear All,
    we got some problem where we try to select / delete data Oracle Table from SQL.

    Datatype column 'ID' in Oracle table is number.

    OLE DB error trace [Non-interface error: Column 'ID' (compile-time ordinal 1) of object '"oracle_user"."oracle_table"' was reported to have a DBTYPE of 130 at compile time and 5 at run time].
    Msg 7356, Level 16, State 1, Line 1
    OLE DB provider 'MSDAORA' supplied inconsistent metadata for a column. Metadata information was changed at execution time.

    we use Linkedserver with provider MSDAORA and Oracle 9.1 version and SQL 2000

    please help help ..
    Thank you for your solution
    Last edited by Levina; 10-14-2008 at 04:56 AM.

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Check the date value in the column, it may be invalid for SQL Server. Oracle and SQL have different valid date range.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •