Answer Posted / nageswararao.k
procedures and functions are subprograms but triggre is not
a subprogram.
procedure:--once we create a procedure we can use that
procedure from any pl/sql block and any front end
application like java,.net applications.no need to execute
every time.
function:----using function ,we can reuse the code and
passed values though perameteres from calling function to
declared function.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What happens to the current transaction if a ddl statement is executed?
Explain what are the type of synonyms?
Is there an oracle sql query that aggregates multiple rows into one row?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
How to install oracle database 10g xe?
Why do we need integrity constraints in a database?
How to fetch the row which has the max value for a column?
How to store only time; not date and time?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to shutdown your 10g xe server?
What are the ways tablespaces can be managed and how do they differ?
How to convert csv to table in oracle?
What are the four Oracle system processes that must always be up and running for the database to be useable?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
Can we save images in a database and if yes, how?