Autores Invitados

  • While upgrading from GI 12c to 19c +asm1(19c) does not see +asm2(12c) March 29th, 2020Rene Antunez

    A few weeks ago I was working on a GI upgrade from 12.2 to 19.6, but after running the upgrade in node 1 +asm1(19c) does not see +asm2(12c) .

    Below you will see what I did and how it was fixed.

    I started running the prechecks and everything passed successfully.

    $ ./cluvfy stage -pre crsinst -upgrade -rolling -src_crshome /u01/app/12.2.0.1/grid -dest_crshome /u01/app/19.6.0.0/grid -dest_version 19.1.0.0.0 ...
    Lee mas acerca de este tema
  • How to clone an Oracle Home in 19c March 28th, 2020Rene Antunez

    In Oracle 19c the way that we clone an Oracle Home has changed. Before you had to zip or tar the original ORACLE_HOME , untar to the desired location and use the script clone.pl. So it you try to use it in 19c you will get the message below:

    $ /u01/app/oracle/product/19.0.0.0/dbhome_2/perl/bin/perl  /u01/app/oracle/product/19.0.0.0/dbhome_2/clone/bin/clone.pl  \
    > ORACLE_BASE=/u01/app/oracle \
    > ORACLE_HOME=/u01/app/oracle/product/19.0.0.0/dbhome_2 \
    > ORACLE_HOME_NAME=db_19 \
    > ...
    Lee mas acerca de este tema
  • Upgrade Oracle GI from 12.1 to 18.5 fails and leaves CRS with status of Upgrade Final April 20th, 2019Rene Antunez

    A couple of weeks ago I was working on a two node Oracle Grid Infrastructure upgrade from 12.1 to 18.5 and everything was going great as both rootupgrade.sh scripts ran correctly, so the only thing pending to run was the gridSetup.sh -executeConfigTools  command, but that failed in the rhprepos upgradeSchema section :

    $ ./gridSetup.sh -executeConfigTools -responseFile /tmp/gridresponse.rsp -silent 
    
    ########################################
    # From ...
    Lee mas acerca de este tema
  • Oracle 12cR2 : RAC Attack a la Mexicana – Instalación de los binarios de Oracle RDBMS February 26th, 2019Rene Antunez

    RAC Attack es un libro que ha sido escrito por varias personas en el ámbito de Oracle y que tu eres libre de editar y contribuir, pero una de las quejas que existía es que no había una versión en español, y es por eso que estoy escribiendo esta serie de posts, en donde también los voy a hacer disponibles en el libro de RAC Attack.

    Lee mas acerca de este tema

  • Oracle 12cR2 : RAC Attack a la Mexicana – Instalación de Oracle Grid Infrastructure February 25th, 2019Rene Antunez

    RAC Attack es un libro que ha sido escrito por varias personas en el ámbito de Oracle y que tu eres libre de editar y contribuir, pero una de las quejas que existía es que no había una versión en español, y es por eso que estoy escribiendo esta serie de posts, en donde también los voy a hacer disponibles en el libro de RAC Attack.

    Lee mas acerca de este tema

  • Oracle 12cR2 : RAC Attack a la Mexicana – Configuración de OS y DNS February 18th, 2019Rene Antunez

    RAC Attack es un libro que ha sido escrito por varias personas en el ámbito de Oracle y que tu eres libre de editar y contribuir, pero una de las quejas que existía es que no había una versión en español, y es por eso que estoy escribiendo esta serie de posts, en donde también los voy a hacer disponibles en el libro de RAC Attack.

    Lee mas acerca de este tema

  • Oracle 12cR2 : RAC Attack a la Mexicana – Instalación de Virtualbox y OS February 15th, 2019Rene Antunez

    RAC Attack es un libro que ha sido escrito por varias personas en el ámbito de Oracle y que tu eres libre de editar y contribuir, pero una de las quejas que existía es que no había una versión en español, y es por eso que estoy escribiendo esta serie de posts, en donde también los voy a hacer disponibles en el libro de RAC Attack.

    En ...

    Lee mas acerca de este tema
  • Creating a 12.2 Oracle Cloud Service January 26th, 2018Rene Antunez

    Back in late June of 2015, Larry Ellison launched several public cloud services , and one of those who were included was the Public DBaaS , today I had the opportunity to try out this new service and here we will go into how to create it and how to connect with sqlcli to this new service. As any cloud service, it all happens in the background, saving you from ...

    Lee mas acerca de este tema
  • EM13cR2 Installation Failing on BI Publisher configuration June 21st, 2017Rene Antunez

    This is going to be a short post as there wasn’t much information on this type of failure when searching for it.

    I was working on an Oracle EM13cR2 installation and when the installation reached 78% it failed on the BI Publisher configuration .

    Lee mas acerca de este tema
  • Error ORA-01033 después de realizar un switchover en un ambiente 12.1 RAC April 17th, 2017Rene Antunez

    Principalmente escribo este post para no olvidarme de este error, así que será un pequeño post. El otro día hice una switchover en un ambiente de RAC, que fue bastante fácil, pero después de hacer el switchover, en la Base de datos primaria continua recibiendo el siguiente error:

    select dest_name,status,error from gv$archive_dest_status where dest_id=2;
    
    DEST_NAME
    --------------------------------------------------------------------------------
    STATUS ERROR
    --------- -----------------------------------------------------------------
    LOG_ARCHIVE_DEST_2
    ERROR ORA-01033: ORACLE initialization or shutdown in progress
    
    LOG_ARCHIVE_DEST_2
    ERROR ORA-01033: ...
    Lee mas acerca de este tema
  • Error ORA-01033 after doing a switchover in a 12.1 RAC environment April 10th, 2017Rene Antunez

    I am mostly writing this so I don’t forget , it will be a small post. The other day I did a switchover in a RAC environment , which went pretty smooth , but after doing the switchover in the primary I kept getting the following error :

    select dest_name,status,error from gv$archive_dest_status where dest_id=2;
    
    DEST_NAME
    --------------------------------------------------------------------------------
    STATUS ERROR
    --------- -----------------------------------------------------------------
    LOG_ARCHIVE_DEST_2
    ERROR ORA-01033: ORACLE initialization or shutdown in ...
    Lee mas acerca de este tema
  • ORA-30926 while using impdp over a database link January 22nd, 2017Rene Antunez

    The other day I was doing an import using impdp in 12.1.0.2 , and got the following error ORA-30926: unable to get a stable set of rows in the source tables.

    Starting "SYS_PYTHIAN"."SYS_IMPORT_TABLE_03": sys_pythian/******** parfile=table_import.par
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/COMMENT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/MARKER
    ORA-39126: ...
    Lee mas acerca de este tema
  • Parece Impossível pero no fue gracias a ti :) November 16th, 2016Rene Antunez

    Ayer mientras corría aqui en Lisboa, me encontré con una manta en el exterior del Teatro Nacional D. Maria II en la Plaza de Rossio que decía “Parece Impossível” (Parece Imposible) y pensé que no podría haber encontrado una mejor señal en el día que marca un aniversario lleno de cambios, donde hace un año tuve que ser recogido por un policía cuando me encontraba tirado en el medio de la calle y llevado a ...

    Lee mas acerca de este tema
  • Parece Impossível but it wasn’t thanks to you :) November 16th, 2016Rene Antunez

    Yesterday as I was running  here in  Lisbon, I found a sign outside the Teatro Nacional D. Maria II in Rossio Square that read “Parece Impossível” (Seems Impossible)  and I thought that I couldn’t have found a better sign on the day that marked an anniversary of changes , it was one year ago that I had to be picked up in the middle of the street by a policeman and ...

    Lee mas acerca de este tema
  • RMAN and archived redo log failover November 09th, 2016Rene Antunez

    This is something that you might have already known, but it’s a cool thing when using RMAN that I want to show you.

    As you may know Oracle Database has a feature called archived redo log failover, this feature allows RMAN to backup successfully the archived redo logs when you have at least 1 archived redo log available in 1 location.

    So what I ...

    Lee mas acerca de este tema