Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6893731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:41:43+00:00 2026-05-27T06:41:43+00:00

I want to link Oracle database with SQL server. I have used SQL Server’s

  • 0

I want to link Oracle database with SQL server. I have used SQL Server’s builtin LinkedServer SPs but it returned the following error.

Cannot initialize the data source object of OLE DB provider “MSDAORA”
for linked server “OracleLinkedServer”.

I have used the following commands in SQL Server Express 2008 to create a linked server.

EXEC sp_addlinkedserver   'OracleLinkedServer', 'Oracle',   'MSDAORA', 'OracleServer' 

EXEC sp_addlinkedsrvlogin 'OracleLinkedServer', false,  'sa', 'system',  '123456'

select * from OracleLinkedServer..system.CIL_NOTIFICATION

Thanks in advance for helping me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:41:44+00:00Added an answer on May 27, 2026 at 6:41 am

    I have found the solution of this problem. The version of Oracle application, which I have installed, is 11gR1

    My Oracle database was not started and mounted, so I used startup command

    Then I have checked the listener of the database, It should be started.

    Then I have modified the statements mentioned in the question. Here is the modification.

    --add a linked server into SQL server
    --parameters: serverName, ServerProduct, ProviderName, DataSource / Listener Name of desired database
    EXEC sp_addlinkedserver   'OracleLinkedServer', 'Oracle',   'MSDAORA', 'PC-2.my.xgen/nb' 
    
    --add login information into linked server
    EXEC sp_addlinkedsrvlogin 'OracleLinkedServer', false,  Null, 'system',  '123456'
    
    select * from OracleLinkedServer..SYSTEM.CIL_NOTIFICATION
    

    It returns all the records from the Oracle database table CIL_NOTIFICATION

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bunch of files in the server and I want to link
I have the following link: <a href=#section>Section</a> Now I really want this link to
I have an app where I want to link an instance of a model
I have several sites that I want to link back to the main site
I have a slightly unique requirement with the Java-JDBC API along with Oracle Database.
I have three links. I want each link to control a separate DIV (I
Suppose I have several enums representing ... for example database vendors: Unknown , Oracle
I have asked the same question for some days on oracle forums, but no
I am doing multimedia application. my issue is i want to connect oracle database
Case is I have to make a drop down in which i want link.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.