Originally posted by yanban
SQL> connect myuser/myuser;
Connecté.
Change that to: "connect myuser/myuser as sysdba"

"Connecting as a user" and "connecting as a user as sysdba" are two very different things. Only if you are connected as sysdba you'll be able to startup the database.