Stored procedure?
Answers were Sorted based on User's Feedback
Answer / amit shrivastava
Stored Procedure store in the database as a independent
obejct and can call directly with proc name.
begin
proc_ex (e_name,e_no);
end;
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / saleem
Stored procedure is a sequence of statements that perform
specific function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kranthi
A stored Procedure is the one which is stored in the
database in a compiled format.Can be used directly as it is
in compiled format.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sannidhi84
it is a set of sql statements ...where all dml operations
can be done and dql operations as welll...it is stored in
database as compiled format.
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the use of placeholer column?
In what situation u create the BPA.
explain registration steps of a concurrent program.
Give a brief overview on OrderManagement.
In SQL Loader i have 100 Records to be loaded into my table. How do i load the first 30 Records and skip the last 10 Records within a single .ctl file ? So my total no.of records to be loaded would be 60. Could anybody help me in this ?
what is tuning in oracle apps technical
what r the objects u have to do in u experiance
what is mutating table and mutating error and how to solve that?
Hi, can anybody tell me where is the requirement of Oracle Apps (functional+technical) in industry,Iwant to join there,If possible than call me---9313174232
q)what are the validations in sql*loader
LOCKS?
How many typres of Purchase order and what are those.