How To Upgrade Oracle 12c to 19c using DBUA On Linux || IN HINDI

preview_player
Показать описание
How To Upgrade Oracle 12c to 19c using DBUA On Linux || IN HINDI

1)Check 12c database status.
Select name,open_mode,database_role from v$database;
Select * from v$version;

2)Check files in backup mode:(should return zero rows)
Select * from v$recover_file;
Select * from v$backup WHERE status != 'NOT ACTIVE';

3)Check database component status.
set pagesize500
set linesize 100
select substr(comp_name,1,40) comp_name, status, substr(version,1,10) version from dba_registry order by comp_name;

4)Check the timezone version.
select * from v$timezone_file;

5)Check invalid object count.
Select count(1) from dba_objects where status=’INVALID’;

6)compile invalid objects.

7)Purge recycle bin.
purge dba_recyclebin;

8)Install Oracle 19c software

9)Run the pre-upgrade tool, Make sure to run the tool from source ORACLE_HOME.

11) Run DBUA (graphical utility to upgrade database)

12) POST CHECK:-
select * from v$version.
select comp_id,status from dba_registry;
select * from v$timezone_file;

13) run postupgrade fixup

select comp_name,status from dba_registry;

Now our database has been successfully upgraded from 11.2.0.4 to 12.2.0.1.

Thanks for watching, please like and subscribe.

&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

Please find below the link for the installation of oracle 19c on Linux using RPM.

Please find below the link for the installation of oracle 19c on Linux using GUI.

Please find below the playlist link for the creation of oracle databases on Linux on VirtualBox

#oracle11gr2databasecreationonlinuxstepbystep
#howtoinstalloracle11gonoraclelinux
#howtoinstalloracle11gonlinuxwithGUI
#installoracle11gonLinuxVirtualbox
#howtoinstalloracle11gonLinuxserver
#howtoinstalloracle11gonlinuxstepbystep
#oracle11gr2installationonlinuxstepbystep
#howtocreateoracledatabase11g
#howtosetuporacledatabase11g
#howtoupgradeoracle11gto12c
#upgrade11.2.0.4to12.2.0.1
#oracleinhindi
#howtocreateoracledatabase19c
#howtosetuporacledatabase19c
#howtoupgradeoracle11gto19c
#upgrade12.2.0.4to10.3.0.0
#oracleinhindi
#oracle19c
#dbau
Рекомендации по теме
Комментарии
Автор

Excellent Explaination !!!, no time waste and worth a watch..., thanks for the contribution .

quddus
Автор

Very good explanation Sirji
How to upgrade in windows 2012 R2?can u pls share the steps..

sheethkumar
Автор

Nice explanation... Could you please send us the steps Bro.

sadanb
Автор

is that a in place upgrade, if so what was done with the 12c home after you got upgraded to 19c in a new 19c home?

quddus