i deleted 4 records form the table.after i have applied commit
.now i want to get back those records.how?

Answer Posted / venkata

No,But some limitation time ... we can get a DBA

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1186


What privilege is needed for a user to create tables in oracle?

560


Will you be able to store pictures in the database?

646


How to apply filtering criteria at group level in oracle?

597


Where do you use decode and case statements?

558






How to pass a parameter to a cursor in oracle?

604


What is partitioned table in Oracle?

646


What is Library Cache in Oracle?

653


Explain what are the characteristics of data files?

638


Are truncate and delete commands same? If so why?

662


Explain oracle left join with an example?

595


What is an oracle user account?

591


How can you merge two tables in oracle?

577


 How to use an oracle sequence generator in a mapping?

573


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2516