Prepare for your Next Interview
This is a discussion on Host variable within the Oracle forums, part of the Databases category; Hi friends I am babi. New to this forum. What is the difference between host variable and bind variable? What is difference between & and :? Regards Babi...
|
|||
|
Re: Host variable
&variable_name; (substitution variable)
:variable_name; (bind variable) For example in a query such as: OPEN CURSOR (&my_var) OPEN CURSOR (:my_var) Sorry I don’t know the exact difference between Bind and Host variable, Usually we will use Bind variables in SQL and PL/SQL at application level, I think we can use this Host variables at Database level. I am not so sure about this Please Ignore it... |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parameter variable and Mapping variable | kiranmanju | Data Warehousing | 0 | 01-08-2008 03:17 AM |
| Invalid host/bind variable name | k_sakthivel | Oracle | 1 | 11-20-2007 01:34 AM |
| Host | vijenjoy2k2 | LoadRunner | 1 | 09-06-2007 11:29 AM |
| Normal Variable and the Comp-3 Variable in Cobol | Geek_Guest | MainFrame | 0 | 07-04-2007 08:47 PM |
| Host username and password for Oracle 10g | supremo | Oracle | 1 | 06-25-2007 01:59 AM |