I dropped a table and tried to rollback, but to no use. Will it ever work like this or am I playing wrong here?

As from most of the comments I am clear that DDL statements cannot be undone by rollback but only by FLASHBACK.

I tried undoing DELETE FROM STUDENT;

It still it can't be undone:

My order of execution was

  • INSERT,

  • DELETE FROM ,

  • ROLLBACK.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top