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
What is open database communication (odbc) in oracle?
What are the execution control statements?
What types of joins are used in writing subqueries?
What is a trigger and what are its types in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What are operators in oracle?
Why do we need integrity constraints in a database?
How to connect to oracle using service name instead of sid?
How to find out what oracle odbc drivers are installed?
What is a relational database management system?
How to bring a tablespace offline?
how to handle exceptions in post production
What is merge statement used for?
What is a user account in oracle?
What do you mean by redo log file mirroring?