Solution for this specific problem is
su - oracle find out your SID then run below command! export ORACLE_SID=SID-Name
sqlplus /nolog connect /as sysdba
startup
Enjoy!!!