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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 run procedure from a select

Author  Topic 

azocomposto
Starting Member

1 Post

Posted - 2010-05-11 : 09:51:57
Hi,
I want run a procedure from a easy sql select.
I have write this code to run this procedure, but response with a oracle error:
select [procedure_name](:data1, :data2) as test from dual

the oracle error is this:
ORA-00904: "PROCEDURENAME": invalid identifier

how to resolve this problem?

thanks

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-05-11 : 09:54:48
Maybe you can get better help in an oracle forum?
This is an SQL Server forum.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2010-05-12 : 05:50:51
Post your question at www.orafaq.com

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -