Does it possible to pass object (or) table as an argument
to a remote procedure?
Answer Posted / gogu s k
It is possible to pass table as argument to a procedure. This
feature used with Dynamic sql along ref cursor concept.In
dataware house environment tables are passed as argument to
procedures.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Which join is default?
What are all different types of collation sensitivity?
What is sql profiling in oracle?
What is mutating error in pl sql?
What is union and union all keyword in sql?
Which is faster truncate or drop?
What is 19 null in sql?
Does sql support programming?
What is nosql example?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is sql*loader and what is it used for? : aql loader
what is the syntax used for partition in tsql? : Transact sql
What version is sql?
How do you bind variables in pl sql?
how to check myisam tables for errors? : Sql dba