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 |
|
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 dualthe oracle error is this:ORA-00904: "PROCEDURENAME": invalid identifierhow 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. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2010-05-12 : 05:50:51
|
| Post your question at www.orafaq.comMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|