Answer the question
In order to leave comments, you need to log in
What causes an ORA-01219 error in Oracle DB?
Unable to connect to Oracle database with legacy application.
It seems that there are some problems in the Oracle database itself, because when you open, for example, the "Sessions" tab in the Oracle Enterprise Manager Console, an error occurs ORA-01219:
Please tell me what this could be connected with?
Unfortunately, I have never worked in Oracle (
Answer the question
In order to leave comments, you need to log in
The ORA-01219 error
indicates that the database is not open.
Launch a command line and in it run:
Sqlplus /nolog
Connect [email protected] as sysdba
select status from v$instance;
ALTER DATABASE OPEN;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question