SQL> startup
ORACLE instance started.
Total System Global Area 599785472 bytes
Fixed Size 1288820 bytes
Variable Size 192939404 bytes
Database Buffers 402653184 bytes
Redo Buffers 2904064 bytes
Database mounted.
ORA-01172: recovery of thread 1 stuck at block 4545 of file 1
ORA-01151: use media recovery to recover block, restore backup if needed
SQL>
Cause :
There is block corruption in tablespace.
Solution :
SQL> shutdown immediate;
SQL> startup mount;
SQL> recover database;
SQL> alter database open;
Like this:
Like Loading...
Related
Published by Osama Mustafa
Osama considered as one of the leaders in Cloud technology, DevOps and database in the Middle-East. I have more than ten years of experience within the industry. moreover, certfied 4x AWS , 4x Azure and 6x OCI, have also obtained database certifications for multiple providers.
In addition to having experience with Oracle database and Oracle products, such as middle-ware, OID, OAM and OIM, I have gained substantial knowledge with different databases.
Currently, I am architecting and implementing Cloud and DevOps. On top of that, I'm providing solutions for companies that allow them to implement the solutions and to follow the best practices.
View all posts by Osama Mustafa
thank you so much. it solved my problem…
LikeLike
Hi,Thank you so much.
LikeLike
Thanks a lot… it solved my issue 🙂
LikeLike
I found this blog post from Google, it may be help you.Read:- http://philhelpingtips.blogspot.in/2014/06/best-digital-media-recovery-software.html
LikeLike