• What is dbt_artifacts?

    dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. It...

  • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

    Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

  • WiMAX-A Study of Mobility

    1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

  • Weblogic Upgrade

    Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

Tags

bics installation OBIEE obiee 11g installation guide Oracle

Categories

ORACLE DB Upgrade

ORACLE DB Upgrade

ORACLE Database Upgrade 11.2.0.1 to 11.2.0.4.0

download the software Oracle 11.2.0.1.0 from oracle support

[root@oranode1 ~]# /u01/app/oracle/product/11.2.0/dbhome_2/root.sh

screen-shot-2016-11-22-at-02-35-27

screen-shot-2016-11-22-at-02-35-37

screen-shot-2016-11-22-at-02-35-47

screen-shot-2016-11-22-at-02-35-54

screen-shot-2016-11-22-at-02-36-03

screen-shot-2016-11-22-at-02-36-12

screen-shot-2016-11-22-at-02-36-21

screen-shot-2016-11-22-at-02-36-30

screen-shot-2016-11-22-at-02-36-41

screen-shot-2016-11-22-at-02-36-49

screen-shot-2016-11-22-at-02-36-58

screen-shot-2016-11-22-at-02-37-06

Performing root user operation for Oracle 11g

The following environment variables are set as:

ORACLE_OWNER= oracle

ORACLE_HOME=  /u01/app/oracle/product/11.2.0/dbhome_2

Enter the full pathname of the local bin directory: [/usr/local/bin]: y

Creating y directory…

Copying dbhome to y …

Copying oraenv to y …

Copying coraenv to y …

Entries will be added to the /etc/oratab file as needed by

Database Configuration Assistant when a database is created

Finished running generic part of root script.

Now product-specific root actions will be performed.

Finished product-specific root actions.

screen-shot-2016-11-22-at-02-37-14

[oracle@oranode1 ~]$ ps -ef|grep smon

oracle   14039     1  0 17:06 ?        00:00:02 ora_smon_orcl

oracle   26297 26262  0 22:40 pts/4    00:00:00 grep smon

[oracle@oranode1 ~]$ sqlplus “/as sysdba”

SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 4 22:41:05 2014

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – Production

With the Partitioning option

SQL> shut immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL> !lsnrctl stop

LSNRCTL for Linux: Version 11.2.0.1.0 – Production on 04-DEC-2014 22:41:37

Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))

The command completed successfully

Once Shutdown the database and listener, then start upgrading

$export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_2/

$/u01/app/oracle/product/11.2.0/dbhome_2/bin/dbua &

screen-shot-2016-11-22-at-02-37-21screen-shot-2016-11-22-at-02-37-31

screen-shot-2016-11-22-at-02-37-40

screen-shot-2016-11-22-at-02-37-48

screen-shot-2016-11-22-at-02-37-57

Keep the FRA Location as it is, You no need to change

screen-shot-2016-11-22-at-02-38-05

I am not using any grid control, In this case you can UNCHECK the box

screen-shot-2016-11-22-at-02-38-12

screen-shot-2016-11-22-at-02-38-12

screen-shot-2016-11-22-at-02-38-19

screen-shot-2016-11-22-at-02-38-26

OLAP features, we are not using that errors can be ignore

screen-shot-2016-11-22-at-02-38-34

screen-shot-2016-11-22-at-02-38-42

screen-shot-2016-11-22-at-02-38-51

screen-shot-2016-11-22-at-02-38-57

Once Completed

SQl>SELECT INSTANCE_NAME,VERSION FROM V$INSTANCE;

SQL>SELECT * FROM DBA_OBJECTS WHERE STATUS=’INVALID’;

$lsnrctl status , if need stop and start and verify

No Comments
Post a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.