SQL> select database_status from v$instance;

DATABASE_STATUS
-----------------
ACTIVE

How can I make it open, or what command will take it from active to open mode. I tried alter database open and it did not work