GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Oracle
Go To First  |  Previous Question  |  Next Question 
 Oracle  |  Question 58 of 244    Print  
1. can we use DML operations on Dual Table?
2. What is difference between View and materialisedView?
3. New features in Oracle9i SQL?

  
Total Answers and Comments: 3 Last Update: August 10, 2007     Asked by: vijaya 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 11, 2006 12:24:30   #1  
developer        

RE: 1. can we use DML operations on Dual Table?2...

Hi

No. We cannot perform DML operations on Dual table. because we dont have the access permissions on that table.

For security reasons we hide data from the database then we use Views.If there are more transactions on the base table then we use materialized views.

New features of Oracle 9i are:

i)Merge statement ii) Flashback query iii) Functionbased indexes iv) Materialised View enhancement and......


 
Is this answer useful? Yes | No
July 30, 2007 10:20:03   #2  
lieni        

RE: 1. can we use DML operations on Dual Table?2...
No. We cannot perform DML operations on Dual table. because we dont have the access permissions on that table.

I say: But if we have access eg. sysdba we can

For security reasons we hide data from the database then we use Views.If there are more transactions on the base table then we use materialized views.

I say: a materialized view is a table withe the same structure like the under laying view access to it specially when the view has many joins becomes much faster. there is different methods to reupdate this materialized view. frequently with a special command or as soon the underlaying tables changes.

You can index this materialized view

New features of Oracle 9i are:

i)Merge statement ii) Flashback query iii) Function based indexes iv) Materialised View enhancement and......


 
Is this answer useful? Yes | No
August 10, 2007 03:38:34   #3  
Rajeshree Metkar        

RE: 1. can we use DML operations on Dual Table?2...
Hello

As I go through the Comments related to the dual table I saw that there is a comment that we can not perform a DML operation on Dual table. Yes it is correct but only in case if you are log in through the client. If your login through Sys you are able to perform the all DML operation (for e.g. Insert Update Delete).


Rajeshree Metkar

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
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