A
A
anton13ms2020-11-25 09:01:39
Oracle
anton13ms, 2020-11-25 09:01:39

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:
5fbdf2dc5838a140270721.png

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

1 answer(s)
I
idShura, 2020-11-25
@anton13ms

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

The current state of the database can be found with the command:
select status from v$instance;
You can open the database with the following command
ALTER DATABASE OPEN;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question