Viewing 15 posts - 16 through 30 (of 33 total)
Thanks everyone for you comments.
I have solved the issue.
It had to do with the registry for MSDTC did not have the proper names of the ORACLE OLEDB Provider DLL's.
I believe...
January 25, 2010 at 8:30 am
I investigated the MtxOCI.dll path and found a document that pointed me to some registry settings.
When I looked they where using ORACLE 8 DLL references.
I changed them to the 10g...
January 22, 2010 at 10:06 am
Thanks for the help.
I am looking into if the MtxOCI.dll file is loaded.
I am unfamiliar with this file.
All of my functions to ORACLE work very well as far as executing...
January 22, 2010 at 9:06 am
WOW You assume to much. I am seeking help not abuse!
I have read everything available on the subject. So have the engineers on the ORACLE side.
Yes MSDTC is running and...
January 22, 2010 at 7:21 am
Thanks for your response.....Sorry for the cross post.
According to BOL the transaction is automatically upgraded to a Distributed Transaction when using a Linked Server Call.
If I code a Distributed Transaction...
January 22, 2010 at 6:20 am
Yes That was the original plan.
To send the XML directly to ORACLE.
PROBLEM 1:
The OLEDB providers for ORACLE from Microsoft and ORACLE will not allow an XML variable as a PARAMETER.
Solution...
November 9, 2009 at 12:46 pm
I believe we are barking up the wrong tree.
The fetch into does not support Table Variable so I am assuming it will not support XML variable.
If you find something different...
November 9, 2009 at 11:51 am
OOPS...My order is a little screwed up.
I NULL out the XML Variable before I fetch Next
November 9, 2009 at 11:28 am
here is my cursor code. Sample data is harder as it is from a view.
Normally I would Fetch into variables but I need to Fetch into an XML Variable
declare HeaderCursor...
November 9, 2009 at 11:26 am
Charity is good for the SOUL, and in this case ME 🙂
Have a good week.
Mike
November 3, 2009 at 2:16 pm
Lutz,
Thank you very much!!!!
This will be very helpful
Sorry about the data....It will not happen again.
Regards
Michael Hilligas
November 3, 2009 at 1:57 pm
Lutz,
It is nice to hear from you again.
Thanks for the advice. I have looked at the articles.
I have a working knowledge of SQL, but this is getting pretty intense for...
November 3, 2009 at 12:14 pm
Here is the Create Table Script and a CSV file to import for the data.
TempTableForPIVOT.txt
TempTableForPIVOT_Data.txt
I would liketo see the output pivot to look like this the enclosed excel sheet.
PivotOutput.xlsx
November 3, 2009 at 11:10 am
Lutz,
Thanks for your reply.
I have tried to send the xml variable in the SP call but the MSDAORA OleDB Provider does not like it.
I need to spend some time, IF...
August 26, 2009 at 5:05 pm
Imu92....
Thanks again for your help.
I have one more question.
Is there any way to pass a Table as a parameter to a SP in SQL 2005
One other issue is that the...
August 26, 2009 at 4:16 pm
Viewing 15 posts - 16 through 30 (of 33 total)