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 Posted / 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 |
Post New Answer View All Answers
What is a subquery?
State some uses of redo log files?
How to connect to oracle using service name instead of sid?
How to define a data field as not null?
Explain drop constraint oracle?
What are the different pseudo commands? Explain in general?
What privilege is needed for a user to create indexes in oracle?
How can I get column names from a table in oracle?
How do I manually create a database in oracle?
How do I escape a reserved word in oracle?
What suggestions do you have to reduce the network traffic?
What are the differences between char and nchar in oracle?
How do I reset a sequence in oracle?
In which language oracle has been developed?
How do I use os authentication with weblogic jdriver for oracle and connection pools?