GeekInterview.com
Answered Questions

Types of triggers in Oracle

Asked By: GIRISH H.R. | Asked On: Apr 26th, 2006

Answered by: mahamadalig on: Apr 17th, 2012

before trigger
after trigger
row level trigger
statement level trigger

Answered by: prakash on: Feb 28th, 2012

Row level trigger

How do you set autocomit off for DDL commands in Oracle server? Is this possible..?

Asked By: Interview Candidate | Asked On: Mar 14th, 2006

Answered by: vishakha_jain81 on: Aug 12th, 2008

For DDL commands, We cannot do autocommit off. It is modify structure of database object such as table, view and these commands have automatically commit.

Set autocommit on/off is used for DML.

Answered by: lovely sethii on: Jun 17th, 2008

by using set autocommit on we can do it

If unique key constraint on date column is created, will it validate the rows that are inserted with sysdate

Asked By: Interview Candidate | Asked On: Jun 10th, 2005

Answered by: Gayathri Panchangam on: Sep 4th, 2008

Yes.Becoz sysdate contains date and time.For example: if u create a table like thiscreate table ex(id number,date1 date defualt sysdate unique);u get table created. After that if u insert rows in that...

Answered by: lovely sethii on: Jun 17th, 2008

yes it will

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: