Steps to clone a database using RMAN | Oracle 12c ✓ | 100% working

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 26

  • @ziadfawzi
    @ziadfawzi Год назад +1

    Thank you so much.

  • @aniketbanerjee6377
    @aniketbanerjee6377 4 года назад +2

    as already production backup set is copied to target (clone ) machine no need to connect again to source machine by target option .
    just duplicate database to 'clonedb' nofilenamecheck backup location '';

  • @virgiawanpratamaabidin8552
    @virgiawanpratamaabidin8552 3 года назад +2

    sir, for server clonedb already install oracle software or not ?

    • @ocptechnology
      @ocptechnology  3 года назад +1

      Yes Oracle should be installed on server

  • @AllwarappanSundararaj
    @AllwarappanSundararaj 7 лет назад +2

    all you did is correct and it would work too.. but what is point taking backup as backupset when you are connecting to target and running duplicate .. , if you have full backup set, in the machine which is creating the clone db, you do not need to connect to connect to target machine again... set SID to clonedb and connect to rman ..
    export ORACLE_SID=clonedb
    rman auxiliary /
    startup clone nomount; # this would work as you have already created init file for clonedb, Note it is"clone" nomount
    run {
    allocate auxiliary c1 type disk;
    allocate channel c2 type disk;
    allocate auxiliary c3 type disk;
    allocate channel c4 type disk;
    allocate auxiliary c5 type disk;
    allocate channel c6 type disk;
    allocate auxiliary c7 type disk;
    allocate channel c8 type disk;
    duplicate database to $ORACLE_SID nofilenamecheck backup location '';
    }

    • @aniketbanerjee6377
      @aniketbanerjee6377 4 года назад

      yes what you have said its correct instead of making it complex .

  • @wahidansari4897
    @wahidansari4897 4 года назад +1

    What setting I will do for copy paste files from windows to linux

    • @ocptechnology
      @ocptechnology  4 года назад

      Nothing just install VMware tools, follow the below link
      www.ocptechnology.com/how-to-install-vmware-tools/

  • @chandrashekharbr6514
    @chandrashekharbr6514 4 года назад +1

    Please make ur volume increase

    • @ocptechnology
      @ocptechnology  4 года назад +1

      I'll bro, thanks for your suggestions

  • @tamalroy1486
    @tamalroy1486 3 года назад +1

    while giving tnsping prodb, I am getting error. It is telling that no listener, but there is a listener in the prodb database

    • @ocptechnology
      @ocptechnology  3 года назад +1

      Check the listener status, it must be in running mode, use command to check status (lsnrctl status), if listener is not running then run it using (lsnrctl start), also check your database is registered with the listener if not then do that.

  • @robk4099
    @robk4099 2 года назад +1

    You tried to setup for backup based duplication but ended up doing active database duplication

  • @RAMEEZTARIQraju
    @RAMEEZTARIQraju 7 лет назад +1

    hangs on
    executing Memory Script
    please help

    • @ocptechnology
      @ocptechnology  7 лет назад

      RAMEEZ TARIQ try again dear

    • @RAMEEZTARIQraju
      @RAMEEZTARIQraju 7 лет назад

      I tried again and again
      creating duplicate database db
      hangs on
      {
      executing memory script
      no further progress

  • @iamharisai
    @iamharisai 6 лет назад +1

    Audio is very low

    • @ocptechnology
      @ocptechnology  6 лет назад

      i'll improve the audio quality hari, Thank you

  • @honeyveen2557
    @honeyveen2557 3 года назад +1

    bhai thoda tej bol le tee

  • @honeysreekanthroyals.j8942
    @honeysreekanthroyals.j8942 7 лет назад +1

    plz tell me u r not created password file no need?

    • @ocptechnology
      @ocptechnology  7 лет назад

      HONEY SREEKANTH ROYALS.J yes we need to create password file

  • @parveenvermaimpraveen
    @parveenvermaimpraveen 7 лет назад +1

    bhai you can speak in hindi also.it will be helpful to understand video very clearly