Forum Discussion
RakeshSinghr
Resolver I
6 years agoOracle Stored Proc in PBI Desktop
Hi, I need help with executing an oracle stored procedure that simply returns few columns. I'm getting "Oracle:ORA00900: invalid SQL statement" error. I'm using ref cursor - see below co...
- 6 years ago
For anyone in the same boat as me - Oracle stored proc with ref cursors can be executed within power bi desktop. It just need to be run with cursor variable declaration.
sravanpesari
2 years agoFrequent Visitor
Rakesh, it's working perfect in Import mode. when I used the same syntax in Direct mode, it's giving syntax error like right paranthesis missing.
How we can call in Direct Query mode?
ChaitanyaRatna
1 year agoNew Member
sravanpesari were you able to resolve the issue. I am facing the same issue in directquery mode. Do you have any suggestions