Cannot startup sqlplus as sysdba
I am trying to login to sqlplus as sysdba by running:
sqlplus / as sysdba
I get an error ORA-09925: Unable to create audit trail file and then I get prompted for a username.
I need to login, startup the database and run some data dictionary queries
0