Can you name few DBMS packages and their use?

Showing Answers 1 - 2 of 2 Answers

akebono

  • Aug 26th, 2005
 

 
DBMS_OUTPUT.PUT_LINE('strings'); 
print out the strings 
 
DBMS_UTILITY.get_time() 
get the current time 
 
DBMS_ALERT 
e.g 
begin 
dbms_alert.register('myregister'); 
end 
 
to register interst in a named alert 
 
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions