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?



why you need store procedure ? where do we use it in a Java project? can you get the code for as s..

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

Post New Answer

More Oracle General Interview Questions

Can you assign multiple query result rows to a variable?

0 Answers  


What is the usage of save points in oracle database?

0 Answers  


Explain the difference between replace() and translate() functions in oracle?

0 Answers  


What privilege is needed for a user to query tables in another schema?

0 Answers  


I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it

2 Answers  


how to unbreak sequence numbers during intereptions

1 Answers   Ion Exchange,


How would you go about verifying the network name that the local_listener is currently using?

0 Answers  


How to define an anonymous procedure without variables?

0 Answers  


Define the terms primary key foreign key and also the difference between primary and the unique key

2 Answers  


Explain what are the type of synonyms?

0 Answers  


What are triggers in oracle?

0 Answers  


When do you get a .pll extension in oracle? Explain its importance

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)