Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-11-23 : 07:11:23
|
Dear AllI have connected the oracle srever thru Sp_addlinkedsrvloginIt's sucessfuly added. Now i have access any views or procit return the following error.Error 3379 oledb provider "MSDORA" reported an errorwhat it says. can anyone able to help me..?thankskrishna |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-23 : 07:33:46
|
What did you try to do before the error appeared?Peter LarssonHelsingborg, Sweden |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-11-23 : 07:33:48
|
What is the error text it is throwing?Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
CSK
Constraint Violating Yak Guru
489 Posts |
Posted - 2006-11-23 : 07:38:28
|
i did Sp_helptext proc onlyIt returns the same error in enterprice manager also |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-11-23 : 08:19:30
|
sp_helptext creates a CURSOR.I think is why you get an error.Try anything else that does not include a cursor.Peter LarssonHelsingborg, Sweden |
 |
|
|
|
|