Hi @Vinaya Rao ,
Log shipping has two mode:
No recovery mode ------ Secondary DB will be in restoring state, no one can read it until its online.
Standby mode -----------Secondary DB will be in standby/read-only state, user can read the data.
> If we say have Restoring mode, I guess, we can the status of Restoring mode to normal by sending the below shown command?
Yes. In order to bring the secondary database involved in log shipping to online we have to use any of below command. this command is to be used in case the primary database becomes un-available either because of database corruption or database going offline or any other damage to the primary database. You can also bring the secondary database online when you remove the secondary database from this log shipping configuration.
Restore Database <Database Name> WITH Recovery
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".