Can we get the deleted Record again if the delete
transaction has been committed.

Answers were Sorted based on User's Feedback



Can we get the deleted Record again if the delete transaction has been committed...

Answer / krishh

Yup can get it using 'FLASHBACK QUERY'.....

SYNTAX:

Flashback Table <tablename>

Is This Answer Correct ?    1 Yes 0 No

Can we get the deleted Record again if the delete transaction has been committed...

Answer / kd

Using flashback query
select * from t1 as of scn 1234567;
Using flashback transaction query to get undo sql.
Using flashback table to scn/timestamp

Is This Answer Correct ?    0 Yes 0 No

Can we get the deleted Record again if the delete transaction has been committed...

Answer / david

@SWATI....


may i know how will u get this ...explanation plzzzz....


gunjan david.

Is This Answer Correct ?    0 Yes 1 No

Can we get the deleted Record again if the delete transaction has been committed...

Answer / swati

Yes we can get the deleted Record again if the delete
transaction has been committed. Since delete is a DML
command, so it can be triggered back, as well as Rolled
back also.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Oracle AllOther Interview Questions

how to get the values if source table & target table having duplicate values that matches the lookup condition ?(i want all duplicate match)

1 Answers  


I am Bsc Computer Science Graduate, I have good knowledge in SQL 7.0, Can I go for Oracle APPS course please suggest me the answer

0 Answers  


Explain about party and customer in ar : oracle accounts receivable

0 Answers  


Explain the difference between a hot backup and a cold backup and the benefits associated with each

1 Answers  


HOW TO SAVE UNIVERSES AND DOCUMENTS IN THE REPOSITORY?

0 Answers  






what is diff between pre insert,on insert,post insert triggers?

1 Answers   IRISA,


Where would you look for errors from the database engine?

2 Answers   Fintellix,


Differentiate between writeoff and receipt writeoff. : oracle accounts receivable

0 Answers  


1)After defining value set we define list of values, I need to enter 1000 values with out entering manually, how will you do that? 2)what are the parameters we use in a concurrent program? 3)what is payroll processing? 4)In organization window after defining an organization and organization classification how to create a new item in the others button? 5)If there are 10 users, How to restrict the selected users not to access the forms?

0 Answers   Cap Gemini,


How do you add a data file to a tablespace?

1 Answers  


how to create an user in oracle 10g.please give me an example..

1 Answers  


What is the disk migration? what is the steps involved in oracle disk migration?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)