Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Oracle as linked server to MS SQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-23-03, 09:16
kukuk kukuk is offline
Member
 
Join Date: Apr 2003
Location: Israel
Posts: 81
Oracle as linked server to MS SQL

[crossposted from MS SQL]

Hi,

i want to set Oracle as a linked server to my MS SQL.
When I execute

EXEC sp_addlinkedserver
@server = 'ORATEST',
@provider='MSDAORA',
@srvproduct='any',
@datasrc='ORADB_F9.SAPIENS.COM'

and then trying to make sample select, I get the following:

Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDAORA' reported an error. Authentication failed.
[OLE/DB provider returned message: ORA-01017: invalid username/password; logon denied]
OLE DB error trace [OLE/DB Provider 'MSDAORA' IDBInitialize::Initialize returned 0x80040e4d: Authentication failed.].

Please advice, where can I set up the username and password for my Oracle, so the things will work.
__________________
--
kukuk
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On