What is the outcome of the SHUTDOWN ABORT command?
A.
Pending transactions are committed and the database is closed.
B.
Dirty buffers in the buffer cache and unwritten redo are not written to the data files and redo log files
respectively.
C.
Uncommitted transactions are rolled back
D.
Instance recovery must be requested by the DBA at the next startup
I think the correct answer is C as mentioned in the below document:
https://docs.oracle.com/cd/B28359_01/server.111/b28310/start003.htm#ADMIN11160
Sorry I mean B is correct,
Uncommitted transactions are MOT rolled back