How to start the oracle database, ORA-01033: ORACLE initialization or shutdown in progress

preview_player
Показать описание
ORA-01033: ORACLE initialization or shutdown in progress
when oracle display error message ORA-01033, its mean that our database is not in working. For that it is very necessary to start the database. for that connect with the sys as sysdba user. and write the command startup open;
Рекомендации по теме
Комментарии
Автор

It is telling pluggable database system does not exist
But my user name is system only
What to do

yasaswini
Автор

it displays:
alter session set container=pdborcl
*
ERROR at line 1:
ORA-02248: invalid option for ALTER SESSION

whats the solution?

Basma_qb
Автор

Thanks! the only one video which has helped me !

trudnynick
Автор

what an incredible data scientist you are! tnx u very much

fortuneCreator
Автор

SQL> alter session set container = pdborcl;
ERROR:
ORA-65011: Pluggable database PDBORCL does not exist.

I found this error what should i do ???

ifsiybq
Автор

After input alter session set container = pdborcl;
it says: error at line 1
Ora-02248: invalid option for alter session

idaharjuno
Автор

you are supposed to connect to ideal instance and show the startup

mailmejay
Автор

Thanks Thank you for the video, its really helpful

aymangomaa
Автор

after alter session
operation only allowed in a container database

abdullahalmaruf
Автор

It says:
ORA-65090: operation only allowed in a container database

uroosafatima
Автор

Thank you for the video, its really helpful

MrVenkatesh
Автор

Thanks, the problem was solved, but when I turn off the computer and turn it on, I enter oracle again, it appears again, is there a way to save the modification

killbash
Автор

Enter user-name: sys as sysdba
Enter password:

Connected to:
Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production

SQL> alter session set container = pdborcl;
ERROR:
ORA-65011: Pluggable database PDBORCL does not exist.

Atultorane
Автор

Hi sir, when I do startup nomount I’m getting error Ora-48189 is comma to create directory failed. Please help. Also when I connect to sql plus as sysdba . If I select as tables like v$database . It says oracle not available.please help

ruchagaikwad
Автор

Which password type on this command (sys as sysdba) plz help 1:38

rashidmehmood
Автор

SP2-0640: Not connected.IF I START UP OPEN

debapratimsarkar
Автор

ORA-65090: operation only allowed in a container database

surendrakumar
Автор

sir kindly say again this command

alter session set container

Mahesh_
Автор

how to fix ORA-65054: Cannot open a pluggable database in the desired mode ?

vimalpatel
Автор

I opened my oracle account using email so how can I know my username?

snehapainuli