why you need store procedure ? where do we use it in a Java
project? can you get the code for as store procedure using in
Java?
Answer / guest
Stored procedure nothing but the set of SQLs which is
executed an controlled by database itself.Its useful when
you want to use the data from tables to be access
frequently.yes, we can get the same SQLs in java code as
well. Infact using Callable , stored procedures can be called.
| Is This Answer Correct ? | 20 Yes | 1 No |
How to estimate disk space needed for an export job?
How do I find the database name in oracle?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
How to loop through data rows in the implicit cursor?
Why we use bulk collect in oracle?
What is the effect of setting the value of OPTIMIZER_MODE to 'RULE' ?
How would you extract DDL of a table without using a GUI tool?
Describe Referential Integrity ?
What are the oracle differences between nvl and coalesce
What is E-R diagram ?
2 Answers CGI, Keane India Ltd,
Is it possible to split the print reviewer into more than one region ?
What is Virtual Private Database in Oracle?