GeekInterview.com
  I am new, Sign me up!
 

Oracle FAQs


Oracle FAQs

Questions: 324
Comments: 358
 Oracle FAQs Sub-Categories
 Oracle FAQs Tags
 Showing Questions 31-40 of 244 Questions
<< Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 Oracle FAQs
Sorting Options :  

How to configure Oracle 10g on Sun Solaris 10 platform?  
View Question | Asked by : lakunwa

How to clasify the constraints in a table? Which columns are associated to primary, composite primary, unique, and not null constraints while the inserting rows into a table? 
View Question | Asked by : svp.kiran

What is the use of mentioning of constraint_name along with NOT NULL Constraint _type while creating a table? 
View Question | Asked by : svp.kiran

How do we can see savepoint names list? 
View Question | Asked by : svp.kiran

In the combination of Logical Operators - AND, OR (more than 2) operators which one gets 1st preference. 
Latest Answer: AND operator takes precedence over the OR operator ...

SELECT * FROM (SELECT ROWNUM,ENAME,JOB,SAL FROM EMP WHERE ROWNUM 
Latest Answer: Here compulsory to give the alias name for rownum because the column name is not exist in the table so it's show error for invalid columns specification.The query should be below;select * from (select rownum as num, last_name, salary, id from employeewhere ...

What is rebuild index, why do we need to rebuild the index? 
Latest Answer: If you want a table moved from its own tablespace to other, then you have to rebuild index.Command:Alter Index index_name rebuild online; ...
Read Answers (1) | Asked by : ssuguna

What is the purpose of Mviews? Outline the difference between refresh types? How to refresh the MView? 
View Question | Asked by : snepolean

How to find the timezone of the database? 
View Question | Asked by : gsr29

How many exception in Oracle? 
Latest Answer: In Oracle there are two types of exceptions.USER DEFINED EXCEPTIONS.DEFINED EXCEPTIONS..(NO_DATA_FOUND,VARIRABLE LENGHT TOO LONG .. etc.) ...
Read Answers (1) | Asked by : abu12345

View page << Previous 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