GeekInterview.com
  I am new, Sign me up!
 

PL/SQL FAQ


PL/SQL FAQ

Questions: 166
Comments: 429
 PL/SQL FAQ Tags
 Showing Questions 1-10 of 166 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 PL/SQL FAQ
Sorting Options :  

Explain share and exclusive type of lock. 
View Question | Asked by : beethakker

How to select multiple data from different tables which do not have related constraints? 
View Question | Asked by : knows

What is recreating and rebuiding of indexes? 

What are the uses of Cursor? What are its advantage and disadvantage? 
Latest Answer: Disadvantages:Using implicit/explicit cursors are depended by Situation. If the result set is less than 50 or 100 records it is better to go for implicit cursors. if the result set is large then you should use explicit cursors. other wise it will put ...
Read Answers (1) | Asked by : sri3241

How to call a Procedure in Trigger and if any exception occurs in trigger then How do we rollback it? 

How to access cursor output from web application and present the record set in tabular form? 
View Question | Asked by : mkansakar

What are all the different ways available to find the null value in a table 
Latest Answer: NULL values are not using any assignment operator, So you need to compare them IS NULL e.g.Select * from emp where comm is NULL; ...
Read Answers (2) | Asked by : kthy86

How to call SQL script file from PL/SQL? 
Latest Answer: @[source drive]/filename.sql;@c:/sql_script.sql ...

When we insert new values into the table using loops. Is it going to be auto commit or do we need to commit manually? 
Latest Answer: All the DML statement requires manual commit where as DDL statements are autocommitted. ...

What are Composite Variable? 
Latest Answer: I assume that it should be composite data type not composite variables.Well there are two types of data types in Oracle PlSQL.Primitive datatyes: are simple datatypes which help to store simple data like integer, number, char, date etcEx: number, varchar, ...
Read Answers (1) | Asked by : kantri

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape