Oracle 11g to 12c step by step database upgrade | 11204 to 12101 manual upgrade process

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 92

  • @arundubey5896
    @arundubey5896 5 ปีที่แล้ว +3

    Very rare explainers found like you .. excellently explained the whole scenario.. so easy to make understand for beginner as well !! keep the good work ! 💐

    • @dbagenesis
      @dbagenesis  5 ปีที่แล้ว +1

      Most welcome !

  • @narendrastudy4286
    @narendrastudy4286 2 ปีที่แล้ว +2

    Very very beautifully explained loved it, i watch this video whenever i feel like upgrading, bec just going through this video i believe I have upgraded a DB😘😘😘😘

    • @dbagenesis
      @dbagenesis  2 ปีที่แล้ว

      Glad it was helpful!

  • @himabindhu7970
    @himabindhu7970 3 ปีที่แล้ว +1

    Excellent explanation and Awesome Video, please do more videos which will help for freshers and as well as for experienced people to brush up :)

    • @dbagenesis
      @dbagenesis  3 ปีที่แล้ว

      Thank you! Will do!

  • @mvkishore
    @mvkishore 6 ปีที่แล้ว +2

    The video was really very informative and good.
    Thanks for sharing the detailed upgrading process.

    • @dbagenesis
      @dbagenesis  3 ปีที่แล้ว

      Glad it helped you!

  • @huipingwen4925
    @huipingwen4925 5 ปีที่แล้ว +3

    This video presents Systematical and detail procedure.

  • @preethiumesh
    @preethiumesh 6 ปีที่แล้ว +1

    Very useful for me, thanks a lot DBA genesis

  • @madhukarsargar5414
    @madhukarsargar5414 4 ปีที่แล้ว +3

    Thanks for very easy and clear explanation but what about timestamp version upgrade

  • @ibrahimjsowe8987
    @ibrahimjsowe8987 2 ปีที่แล้ว

    Thanks a lot…..what an excellent demo?

  • @manikbasha4745
    @manikbasha4745 3 ปีที่แล้ว +1

    Wonderful video detailed explanation Thanks very much!!!

    • @dbagenesis
      @dbagenesis  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @thakkaramit5403
    @thakkaramit5403 5 ปีที่แล้ว +2

    nice explanation sir, I really like your detail explanation method.

  • @kumarkoruturu8187
    @kumarkoruturu8187 5 ปีที่แล้ว +2

    tq u so much ....broo......such valuable video .....in depth detailed upgradation.....once agaiy tq uu ....broo....do more videossss

    • @dbagenesis
      @dbagenesis  5 ปีที่แล้ว +1

      You are most welcome. Also check our support website for latest DBA Articles: support.dbagenesis.com/

  • @tauseefmohmmed5447
    @tauseefmohmmed5447 6 ปีที่แล้ว +1

    Make a video onOracle RAC install

  • @rupeshrock
    @rupeshrock 6 ปีที่แล้ว +2

    Why we run three 'exec dbms' scripts plz GIve me explanation

  • @Kashyap-Amit
    @Kashyap-Amit 3 ปีที่แล้ว

    I didn't find timezone upgrade steps. Also looking for logic, 'why we need to upgrade timezone' I know about it but why not sure

  • @ramakrishnab6254
    @ramakrishnab6254 6 ปีที่แล้ว +1

    Bro.. Super explanation....!!

  • @amitshinde9724
    @amitshinde9724 6 ปีที่แล้ว +3

    nice video
    tysm for this
    its very helpfull

  • @MuhammadAli-fi3mn
    @MuhammadAli-fi3mn 4 ปีที่แล้ว +1

    Thanks for the nice video. Just wondering why you used a manual method to upgrade the database instead of using a Database upgrade assistant.

  • @priyaramu7922
    @priyaramu7922 4 ปีที่แล้ว +1

    super explanation

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว

      Thank you so much 🙂

  • @pravpandit
    @pravpandit 3 ปีที่แล้ว

    Thanks a ton.🙌

  • @HarishN-vn9sg
    @HarishN-vn9sg 4 ปีที่แล้ว +2

    picture perfect................Thanx...........

  • @aasif4594
    @aasif4594 5 ปีที่แล้ว +6

    Oracle 11.2.0.4 to 12.2.0 Upgrade via Manual Method
    ===================================================
    PREPARE FOR UPGRADE
    -------------------
    1) Take DB backup via RMAN
    2) Take ORACLE_HOME, OraInventory backup via OS level copy
    3) Run the utlrp.sql script to validate the invalid objects
    4) exec dbms_stats.gather_database_stats;
    5) exec dbms_stats.gather_dictionary_stats;
    6) exec dbms_stats.gather_fixed_objects_stats;
    INSTALL 12.2.0.1
    ----------------
    1) Download and install 12.2.0.1 into a different Oracle Home Location
    2) Run the pre-upgrade utility which resides under 12.2.0.1 Home
    12_HOME/rdbms/admin/preupgrd.sql
    3) Review and fix all the issues reported via above script
    4) Shutdown the DB, Listener, EMC
    START THE UPGRADE
    ----------------
    1) Copy DBS and Network folder from old O_H to new O_H
    2) Set environment variable O_H to new O_H location
    3) Startup the DB in Startup Upgrade mode
    4) Run the upgrade utility which upgrades the database. Exit from sqlplus
    cd $ORACLE_HOME/rdbms/admin
    $ORACLE_HOME/perl/bin/perl catctl.pl catupgrd.sql
    POST UPGRADE STEPS
    ------------------
    1) Statup DB normally. Make sure its started with 12.2.0.1 O_H
    2) Run the utlrp.sql script to validate the invalid objects
    3) Run the post-upgrade script
    12cHome/rdbms/admin/utlu12.2.sqql
    12cHome/rdbms/admin/captuppst.sql
    12cHome/rdbms/admin/utlu122s.sql
    4) Check the components status
    select comp_name,status,substr(version,1,10) as version from dba_registry;
    5) Change the compatibility parameter to 12.2.0.1 scope=spfile
    6) Check the version details post upgrade
    select comp_name, version, status from dba_registry
    7) Bounce the database
    CLEANUP PROCESS
    ---------------
    1) Update teh new O_H under /etc/oratab file
    2) Unistall the old O_H
    3) Take a fresh backup of database post upgrade

  • @itisvikash
    @itisvikash 4 ปีที่แล้ว +2

    Sir can you upload video on upgradation from 11.1.0 to 11.2

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว +1

      I already have published it. Search once on TH-cam

  • @Vone_WorldClass
    @Vone_WorldClass 4 ปีที่แล้ว +1

    This is very clearly explain,but can I create new oracle home upgrade as the same old home location?

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว

      Not really, to achieve that, you first perform the upgrade into new home location, delete old home location (11g) and then perform Oracle Home migration (movement) to old home location.
      Kind of tedious job.

  • @rehantayyab82
    @rehantayyab82 5 ปีที่แล้ว +1

    please can you tell which version of linux used in this practical ?

    • @dbagenesis
      @dbagenesis  5 ปีที่แล้ว +1

      I guess OEL 6.5 but you can also go for OEL 7.6, which I currently use for all trainings.

    • @rehantayyab82
      @rehantayyab82 5 ปีที่แล้ว

      ok thanks ...... both possibilities are there i think
      installation of 12c on oel 5 ( if 11g already running on oel 5 )
      or
      if 11g running on oel 6 than 12c on oel 6 as well
      am i right ?

  • @pramod172
    @pramod172 4 ปีที่แล้ว

    Hi.. my Major concern what is best way to revert upgrade incase of upgrade failure? Is it restoring backup again or any other ways? Kindly make a video or reply

  • @reginaforka7444
    @reginaforka7444 4 ปีที่แล้ว +1

    do you have a video on patching?

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว +1

      Not yet but I guess when you download the patch, you get a read-me file. This will help you perform the patching.

  • @reginaforka7444
    @reginaforka7444 4 ปีที่แล้ว +1

    sir, can you please help with patching 11g and 12c? Thanks

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว

      Sure, added to my list. Will post videos soon!

  • @Silverdragon517
    @Silverdragon517 3 ปีที่แล้ว

    Awesome Video, How can I get a copy of your steps in the first screen . I want to use them as notes for the upgrade

  • @ankitgupta10
    @ankitgupta10 6 ปีที่แล้ว +3

    Hi, Can you help us on RAC upgrade?

  • @bharathkumar-ds8cd
    @bharathkumar-ds8cd 3 ปีที่แล้ว +1

    kindly make one video of downgrade.

  • @joeyhcmc
    @joeyhcmc 4 ปีที่แล้ว +1

    How was the data in 11g transferred to 12c? Via expdp utility or pointers to db file will be pointed to the original db files location in 11g?

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว +1

      There is no need for data transfer, once you perform the upgrade, the 11g DB will be running from the new Oracle home 12c.

  • @rajatsanwal9919
    @rajatsanwal9919 2 ปีที่แล้ว

    phase 49 took 84802 seconds ? 23 hours ?

  • @Essentialliv52
    @Essentialliv52 6 ปีที่แล้ว

    please provide the upgrade method from 11.2.0.1 to 11.2.0.4 upgrade video

  • @Essentialliv52
    @Essentialliv52 6 ปีที่แล้ว +3

    excellent
    Also after 20 days if I need to revert it to oracle 11G, how do we do that?
    how do we get the data updated after the upgrade?

    • @ankitmehta2460
      @ankitmehta2460 5 ปีที่แล้ว +1

      Then you have to downgrade. Follow downgrade steps on Oracle docs

  • @narendrapakalapati5660
    @narendrapakalapati5660 5 ปีที่แล้ว

    Excellent video ..thank you

  • @gemuandore7910
    @gemuandore7910 5 ปีที่แล้ว +1

    thanks for the video :)

  • @ronaknmodi
    @ronaknmodi 5 ปีที่แล้ว +1

    Make a video on rolling upgrade in RAC

    • @dbagenesis
      @dbagenesis  5 ปีที่แล้ว

      Done!

    • @itisvikash
      @itisvikash 4 ปีที่แล้ว

      @@dbagenesis please provide the link, bhaiya !

  • @JavedShaikh-ej6ty
    @JavedShaikh-ej6ty 5 ปีที่แล้ว

    Very useful video👏

  • @rameshkumar-lf4nd
    @rameshkumar-lf4nd 4 ปีที่แล้ว

    Hi Arun,
    Would you please let us know what is the significance of timzone upgrde to a minimum supported number w.r.to the version we are going to upgrade?
    What would happen in case if the timezone is not upgraded during the DB upgrade?
    One more doubt like would oracle DB run with higher version binaries without DB upgrade by simply starting up the old DB under new oracle version?
    Thanks in advance.

    • @dbagenesis
      @dbagenesis  4 ปีที่แล้ว

      If the Pre-Upgrade Information Tool instructs you to upgrade the time zone files after completing the database upgrade, then use the DBMS_DST PL/SQL package to upgrade the time zone file.
      Applying a change to the database time zone file not only affects the way new data is handled, but potentially alters data stored in TIMESTAMP WITH TIME ZONE columns, so you need to consider the impact of this before upgrading the time zone file.

  • @masudhasan9315
    @masudhasan9315 4 ปีที่แล้ว

    how do i register my oracle database active data guard license?

  • @dsbs-ke1yn
    @dsbs-ke1yn 5 ปีที่แล้ว +1

    Thanks you

  • @surajkhanna1735
    @surajkhanna1735 3 ปีที่แล้ว

    Can this work for 11.2.0.4 to 19 c also ?

  • @ayoob999
    @ayoob999 6 ปีที่แล้ว

    Excellent video......

  • @lindabrown7470
    @lindabrown7470 5 ปีที่แล้ว

    During the installation portion of this video, why did you select all the groups to be 'dba' and not 'oinstall'? Just curious...

  • @jasonstewart1504
    @jasonstewart1504 4 ปีที่แล้ว

    What is the purpose of validating invalid objects? Also how do you backup ORACLE_HOME and ORAInventory?
    respond ASAp
    Thank you.

  • @pranavjoshi5961
    @pranavjoshi5961 5 ปีที่แล้ว +1

    Any Tutorials related to Golden gate ??

    • @dbagenesis
      @dbagenesis  5 ปีที่แล้ว

      we do have video course on Golden Gate: dbagenesis.com/p/oracle-golden-gate-masterclass

    • @pranavjoshi5961
      @pranavjoshi5961 5 ปีที่แล้ว

      @@dbagenesis Thank You Sir ..

  • @jamshedkhan6121
    @jamshedkhan6121 5 ปีที่แล้ว +2

    thanks a lot...

  • @thetechcafe754
    @thetechcafe754 4 ปีที่แล้ว

    How much time it took for the upgrade?? It seems from your log that it took 89000 sec, is it?? Can you share some information regarding how much time it take for a upgrade of a normal sample db??

    • @rajatsanwal9919
      @rajatsanwal9919 2 ปีที่แล้ว

      I am wondering this too . This is huge time to be spent in db upgrade.

  • @amitthakur528
    @amitthakur528 5 ปีที่แล้ว

    Great sir

  • @tauseefmohmmed5447
    @tauseefmohmmed5447 6 ปีที่แล้ว

    Thanku sir