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
Can we use views in stored procedure?
What is procedure and function?
What is a relationship and what are they?
Can we use ddl commands in pl sql?
explain the delete statements in sql
What is a schema sql?
How do I kill a query in postgresql?
How many sql core licenses do I need?
Is it possible to sort a column using a column alias?
How to select unique records from a table?
What are aggregate and scalar functions?
Can we change the table name in sql?
What is sqlerrm?
What are the different types of triggers?
What are the syntax and use of the coalesce function?