Bonjour,
Après avoir démarrer l'instance ( startup nomount) , toute commande SQL
show parameters v$...
produit l'erreur :
ORA-01012 not logged on
Est-ce que cela peut venir d'une insuffisance de RAM.(1go) (swap 1.5go)
J'ai installé oracle 10.2.4 sur une partition logique (aix5.3.9)
Je ne comprends pas la solution oracle :
Merci de votre aideORA-01012 not logged on
Cause: A host language program issued an Oracle call, other than OLON or OLOGON, without being logged on to Oracle. This can occur when a user process attempts to access the database after the instance it is connected to terminates, forcing the process to disconnect.
Action: Log on to Oracle, by calling OLON or OLOGON, before issuing any Oracle calls. When the instance has been restarted, retry the action
Partager