Accounting Software Support Forum
May 21, 2012, 12:54:23 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: We just started the forum so please register now and take advantage of the many free promotional memberships.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Oracle interview questions  (Read 99 times)
meena
Full Member
***
Posts: 145


View Profile Email
« on: August 07, 2011, 09:15:44 PM »

1.How to debug the procedure ? 
Ans:- You can use DBMS_OUTPUT oracle supplied package or DBMS_DEBUG package.

2.What is difference between stored procedures and application procedures,stored function and application function?
Ans:-
Stored procedures are sub programs stored in the database and can be called & execute multiple times where in an application procedure is the one being used for a particular application same is the way for function

Stored Procedure/Function is a compiled database object, which is used for fast response from Oracle Engine.Difference is Stored Procedure must return multiple value and function must return single value .


For the more details...

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Valid XHTML 1.0! Valid CSS!