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 do you resize a data file?

2 Answers  


we have 10 concurrent programs under one request group out of 10 ccps all users submitting only 9 programs from srs window remaining one ccp for specific user how can it possible send me answer asap.

0 Answers   Accenture,


What type of index should you use on a fact table?

1 Answers  


What command would you use to create a backup control file?

1 Answers  


Explain about party and customer in ar : oracle accounts receivable

0 Answers  






Explain the difference between a data block, an extent and a segment.

1 Answers   Accenture, IBM,


can we use lexical perameter in oracle plsql if yes how

0 Answers  


What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?

0 Answers  


what is the difference b/w oracle8i and oracle9i

3 Answers   iGate,


Give the reasoning behind using an index.

2 Answers  


can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )

1 Answers   IBM, Oracle,


Explain the use of setting GLOBAL_NAMES equal to TRUE.

1 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)