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 multiple partition?

698


How can we avoid duplicating records in a query?

739


Does group by remove duplicates?

754


How does one load ebcdic data? : aql loader

828


Which command is used to delete a trigger?

958






how to convert character strings to dates? : Sql dba

719


Is a secondary key the same as a foreign key?

673


Can a procedure in a package be overloaded?

754


What are character functions?

804


Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?

744


what is the syntax used for partition in tsql? : Transact sql

731


What is sql trigger example?

753


What is int identity in sql?

759


what is a trigger? : Sql dba

762


Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?

792