Assuming today is Monday, how would you use the DBMS_JOB
package to schedule the execution of a given procedure owned
by SCOTT to start Wednesday at 9AM and to run subsequently
every other day at 2AM.
No Answer is Posted For this Question
Be the First to Post Answer
Why oracle is used?
What are the different types of modules in oracle forms?
How to execute the package in oracle?
What is the max number of columns in an oracle table?
What is meant by recursive hints ?
What is concurrency in oracle?
write sql query following source are EmpID, Salary 101 1000 102 2000 103 3000 I want the output format like following empid,sal,composite_sal 101 1000 1000 102 2000 3000 103 3000 6000
In what script is snap$ created? In what script is the scott/tiger schema created?
What are the execution control statements?
What would you do with an in-doubt distributed transaction?
What is a database schema in oracle?
What is a read write transaction in oracle?