First of all check the status of the instance you work with (this may need to connect under administrator account):
select status from v$instance;
Probably you will get
STATUS
------------
MOUNTED
Under sys account try to complete
ALTER DATABASE OPEN;
and check that it's completed successfuly.
If not - please share the result of output and alert log in your question.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…