Oracle Solution for Error ora-01093

Solution for Oracle Error ORA-01093

ORA-01093: ALTER DATABASE CLOSE only permitted with no sessions connected

What triggered the Error:

There is at least one more session other than the current one logged into the instance. ALTER DATABASE CLOSE is not permitted.

What should we do to fix it:

Find the other sessions and log them out and resubmit the command