-
Oracle collections
What are the types of collection in PL/SQL? What is the advantage of nested tables?
-
Dropping a type in Oracle
Can a type body be dropped without dropping the type specification?
-
Finding object dependencies
How can we find out the dependencies on a table?
-
Oracle locks
With what ways can we find out instance locks?
-
Web testing
While testing a website, an image that is supposed to appear on a page does not load (for example in IE, you would see an empty box with a small red cross icon). What type of investigation could you carry out to find out what the cause of the problem is? What information would you include when raising the defect
-
Group By
Create a query using “ group by” that shows maximum salary for each department?
-
What happens to the base table transactions when procedure has some error?
Procedure A calls procedure B. A updates table t1, t2. B updates table t3. If some error happens to B what happens to the updates in all those tables? Whether they will rollback or commit? If commits how far it will commit?
-
Reference table from inside a procedure
How do you reference a (updated) table from procedure A which is being updated by another procedure B?
-
Function purity
What is function purity level and why we need it in PL/SQL function?
-
-
What is procedure and package
Hi ,can any one tel pls what is use ofprocedures and packages? why we use can anyone tell me with one real time example
-
Why do we use cursors ?
Guys can you please help me in realtime scenario?
-
-
-
-
Create an anonymous PL/SQL block to enroll a Student
Create an anonymous PL/SQL block to enroll a student in a particular class. You will use the ENROLLMENTS table. Accept a STU_ID and CLASS_ID as input parameters. Use "today's date" for the ENROLLMENT_DATE and the string "Enrolled" for the STATUS.
-
Invoke a Procedure inside Package
Can you invoke a Procedure inside Package P1 from the other package P2 in the same schema? Explain
-
Validate String as Alphanumeric
Write a PLSQL function that accepts some text and validates that the text has only Alphanumeic characters and returns true else returns false
-
What are the datatypes a available in PL/SQL ?
Some scalar data types such as NUMBER, VARCHAR2, DATE, CHAR, LONG, BOOLEAN.Some composite data types such as RECORD & TABLE.
-
PL/SQL Interview Questions
Ans