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

what is the querry to get first 10 records from the emp table?(emp no is the primary key)

4 Answers   Verizon,


What is store procedure?and how do u take the values from database and run in scripts?

2 Answers   Polaris,


where the dff data will be stored

0 Answers   Infosys,


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

0 Answers  


What is db_recovery_file_dest in oracle? When do you need to set this value?

0 Answers  






Why we are using primary key and foreign key in oracle and difference between primary key and foreign key?

1 Answers  


How to find locks exists in a table or not?

1 Answers   HCL,


What is the use of lockboxes? : oracle accounts receivable

0 Answers  


Tell me about entire study of finacle software as soon as possible? give me the idea about questions which coulb be asked in interview of pnb it officers?

0 Answers   Punjab National Bank,


What are the interface tables used for ar invoices, customers, receipts for conversion process? : oracle accounts receivable

0 Answers  


What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.

0 Answers   TCS,


WHAT ALL DIFFERENT OPTIONS PRESENT IN WEBI?

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)