Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
Can OBIEE use Bind Variables?

user646449
Member Posts: 1
I'm doubtful that we'd want to use them for warehouse queries, but I'm being posed the question. Has anyone used them in OBIEE?
[Here is a brief synopsis on them.|http://www.akadia.com/services/ora_bind_variables.html]
[Here is a brief synopsis on them.|http://www.akadia.com/services/ora_bind_variables.html]
Tagged:
Best Answer
-
I checked with Oracle support and it is official - OBIEE does not support bind variables.
Answers
-
The SQL generated (you can see for yourself) contains literal values within the predicates.
That article is fine for OLTP, Datawarehouses are the exception to the rule regarding BIND variable usage.
Tom Kyte has written a blog on this which I will try to find it and post.
Couldn't find the actual blog think it was last year some time but this thread explains a lot:
[Binds in DW|http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:24269876789087]
Edited by: Matt T on Sep 24, 2008 5:36 PM -
I checked with Oracle support and it is official - OBIEE does not support bind variables.
-
You can make a workaround, using the connection scripts:
http://obiee101.blogspot.com/2008/02/obiee-using-oracle-stored-procedures.html
regards
John
http://obiee101.blogspot.com
This discussion has been closed.