Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-1219 Database not open

24c5ad18-7a7a-442d-9280-e18a4a1275f0Sep 26 2015 — edited Sep 26 2015

I just installed Oracle Database Express 11g. I have bunch of problems.

1)GetStarted does't work (Error: Unable to connect. Firefox can't establish a connection to the server at 127.0.0.1:8080)

2) I have problems with listeners(It seems I fixed them)

3) sqlplus connect without problems(Oracle SQL Developer also connect without problem i guess), but when I try to execute an query. Error appears.(ORA-1219 Database not open)

When i met these problems I reinstalled DB, It doesn't help.

My OS is Windows XP(SP3). I decide to change MySQL to Oracle. Possible problem in that....

When i try:

SQL> select * from customer;

select * from customer

                    *

ERROR at line 1:

ORA-01219: database not open: queries allowed on fixed tables/views only

SQL> alter database open

       2 alter database mount

       3 select * from cutomer;

alter database mount

*

ERROR at line 2:

ORA-02288l: Invalid OPEN mode

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2015
Added on Sep 26 2015
2 comments
1,224 views