![]() Related Questions Latest Answer : 1)Using DBMS_JOB package,we can schedule the job.There are number of built-in functions in that package to schedule a job.Ex:DBMS_JOB .SUBMITDBMS_JOB .RUN.2) Using DBMS_SCHEDULERTHIS I SYNTAX FOR CREATING JOBdbms_scheduler.create_job(ob_name ... Read Answers (6) | Asked by : kishorebabu What is the Scalar Data type in PL/SQL?what is the forward decleration in packages?what is the usage What is the Scalar Data type in PL/SQL?what is the forward decleration in packages?what is the usage of IN,OUT,INOUT parameters in Procedures or functions? Read Answers (5) | Asked by : chiranjeevi reddy How to query to know, that dbms_rowid package contains ROWID_OBJECT, rowid_block_number ,etc procedures or functions in it. Can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures? Latest Answer : First create a Trigger and with Procedure you insert records.The :new will take the new values.So use Triggers in Procedures. ... Read Answers (1) | Asked by : p Latest Answer : no difference ... Read Answers (9) | Asked by : Suyog How to return multiple records from procedure?e. g. I fired a select query and I want to retun a result to ? I have written a procedure in which the cursor is fetching 2 lakh records. I would like to pass on these 2 lakh records as an in paramter to the other procedure. How can we achieve this logic? Read Answers (4) | Asked by : Srinivas Latest Answer : Hi Friend! If you deal with better performance You have to refer REF CURSOR and its more advantage and effecient of Exeqution.Thanks&RegdsRamki ... Read Answers (1) | Asked by : chandu Help me to write a procedure for:verify a table for record if it is exists need to update or else insert that record( using cursor write a procedure ) Read Answers (4) | Asked by : Srinivas
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||