Oracle PL-SQL Interview Questions and Answers

Oracle PL-SQL Questions and Answers:

1 :: Give the Types of modules in a form?

Form
Menu
Library
3/5 Rating (1 vote)
Is This Answer Correct?    7 Yes 0 No
Place Your Answer

2 :: Name the tables where characteristics of Package, procedure and functions are stored?

User_objects, User_Source and User_error.
4.5/5 Rating (2 votes)
Is This Answer Correct?    4 Yes 0 No
Place Your Answer

3 :: How packaged procedures and functions are called from the following?
a. Stored procedure or anonymous block
b. an application program such a PRC *C, PRO* COBOL
c. SQL *PLUS

a. PACKAGE NAME.PROCEDURE NAME (parameters);
variable := PACKAGE NAME.FUNCTION NAME (arguments);
EXEC SQL EXECUTE
b.
BEGIN
PACKAGE NAME.PROCEDURE NAME (parameters)
variable := PACKAGE NAME.FUNCTION NAME (arguments);
END;
END EXEC;
c. EXECUTE PACKAGE NAME.PROCEDURE if the procedures does not have any out/in-out parameters. A function can not be called.
3/5 Rating (1 vote)
Is This Answer Correct?    1 Yes 1 No
Place Your Answer

4 :: What is difference between a Cursor declared in a procedure and Cursor declared in a package specification?

A cursor declared in a package specification is global and can be accessed by other procedures or procedures in a package.
A cursor declared in a procedure is local to the procedure that can not be accessed by other procedures.
0/5 Rating (0 vote)
Is This Answer Correct?    2 Yes 0 No
Place Your Answer

5 :: What are two parts of package?

The two parts of package are PACKAGE SPECIFICATION & PACKAGE BODY. Package Specification contains declarations that are global to the packages and local to the schema.
Package Body contains actual procedures and local declaration of the procedures and cursor declarations.
0/5 Rating (0 vote)
Is This Answer Correct?    6 Yes 0 No
Place Your Answer

Rate This Category:
4/5 Rating (1 vote)
Place Your Question



Top: Oracle PL-SQL Interview Questions and Answers
Oracle PL-SQL Interview Questions and Answers

Top Frequently Asked Oracle PL-SQL Question
Frequently Asked Oracle PL-SQL Job Interview Question


Top Frequently opened Oracle Job Interview categories
Most popular Oracle Job Interview categories

Comments About Oracle PL-SQL Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about Oracle PL-SQL Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 22nd of May 2012

    Webmaster Said

    Tell us what you feel about Oracle PL-SQL Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on Oracle PL-SQL Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding Oracle PL-SQL Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: Oracle PL-SQL Interview Questions and Answers
Comments on Oracle PL-SQL Interview Questions and Answers

 
Top of Link batk to Oracle PL-SQL Interview Questions and Answers
Link batk to Oracle PL-SQL Interview Questions and Answers