Hi All

im new here but i have a thing that you might be able to help me with.
Im trying to do a simple thing like enabling archivelog files in a cluster.

The init file has been changed so that it now can make the archive log files.
i have done the command in sqlplus archive log list;

and it tells me the location of where it would put the files if activated.

so i go to sqlplus as sysdba and type:

shut immediate;

startup mount;

Error: ora-01012 not logged on.

then i try again to login as the sys as sysdba, and it tells me that the users is already authenticated.....

then i try to shut immediate again and startup nomount;

but again i get the same error...

Any ideas?

Thank you