What are advantages of Stored Procedures?

Answer Posted / roopesh kumar

The stored procedures are compiled pl/sql code block that
are stored in oracle's data dictonary as p-code. When we
have to use a perticular code block many times then we
should use procedure, function etc.

The use of procedure save time of execution of a block &
remove the need to write the code of a block every time.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trigger in sql?

582


What are the types of variable use in pl sql?

567


What is a dynamic query?

572


Why use truncate instead of delete?

548


How sql query is executed?

558






What is trigger price?

542


Explain the purpose of %type and %rowtype data types with the example?

554


what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba

554


Explain exception handling in pl/sql?

534


How many triggers can be applied on a table?

515


What is cursor explain with example?

556


what are the differences between binary and varbinary? : Sql dba

535


How can a function retun more than one value in oracle with proper example?

588


Can we insert data in view?

507


What is pl sql in dbms?

508