|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 7:52 AM
Points: 109,
Visits: 396
|
|
Hello,
In order to access and run pl/sql procedure from an SSRS report: 1) Which format should the pl/sql procedure return the data in? 2) How do I read the data returned from SSRS?
I haven't found any resources on the internet. Please give references if you know of anything that will guide
Thanks and Regards, Praveena
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 7:52 AM
Points: 109,
Visits: 396
|
|
I have tried a few return options and below is what worked for me: 1) return as a ref cursor 2) read oracle procedure from ssrs just like you read a sql server procedure.
Thanks and Regards, Praveena
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 7:03 AM
Points: 2,979,
Visits: 4,389
|
|
venus.pvr (12/14/2011) I have tried a few return options and below is what worked for me: 1) return as a ref cursor 2) read oracle procedure from ssrs just like you read a sql server procedure.
Thanks and Regards, Praveena
Thank you for the feedback Praveena - that will help other SSC members.
By the way, you are corrrect - a PL/SQL storedproc will always return a ref cursor.
_____________________________________ Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
|
|
|
|