How do we execute an Oracle stored procedure from SQL Server 2005? As part of SQL Server scripting, we need to execute the Oracle 10g stored procedure and upload the data to SQL Server 2005
I believe that you can still use SELECT * FROM OPENQUERY(ORA_SERVER, 'EXECUTE sp;')to accomplish this.
SELECT * FROM OPENQUERY(ORA_SERVER, 'EXECUTE sp;')
Source: https://habr.com/ru/post/1721536/More articles:built-in dynamic string in ascx - asp.netNetBeans IDE for PHP / Ruby - ruby | fooobar.comQuestion about joining SQL - sqlTortoiseSVN works but svn command line not working? - svn2d Основанный на карте игровой движок - .netMasterpages and CSS Attached Files - c #What do I need to do to get OpenOffice.org Calc to read VBA code in an Excel file? - vbaWhy is AVAudioRecorder ready to go? - iphoneMapping inherited methods in rdoc - ruby | fooobar.comWhy is the GNU patch not suitable for this diff? - cAll Articles