Write a simple Store procedure and pass parameter to it ?
Answer Posted / krishna
PARAMETERS <p>[(<length>)] [TYPE <type>|LIKE <obj>]
[DECIMALS <d>]
[DEFAULT <f>]
[MEMORY ID <pid>]
[LOWER CASE]
[OBLIGATORY]
[VALUE CHECK]
[AS CHECKBOX]
[RADIOBUTTON GROUP <radi>]
[NO-DISPLAY]
[MODIF ID <key>].
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Explain the use of Merge statement in oracle 11g
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How a tablespace is related to data files?
what is reindexing?
How to retrieve the count of updated rows?
What is tns name?
6. Display the client name and order date for all orders using the traditional method.
What is the relation of a user account and a schema?
How to invoke the original export import utilities?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is a snapshot in oracle database?
what is the difference between restoring and recovering?
How do we get field details of a table?
How to experiment a data lock in oracle?
How to update values on multiple rows in oracle?