Table restore in oracle 12c
Hi,
I have a container database with 2 pluggable database. I have created a table in container database as SYS user. I have taken full backup of the database. Now I have dropped the created table.
Now I want to restore this dropped table. Please help.
As per knowledge documents I could only find out to recover tables of pluggable database. Now 3 questions arises:
1) Is it only possible to recover table not a table restore is possible?
2) Is it also necessary to give until clause while recovering the table?
3) Is it only possible to recover table for pluggable database not for ROOT database.?