Monday, July 16, 2012

Apply PSU on 11.2.0.1 Grid Infrastructure & Database Homes

1) Install New Opatch on each node------------(Do it for GI/DB home on each node)
2) Check new Opatch version / Inventory-------(Do it for GI/DB home on each node)
3) If GI/DB home are not shared make sure cluster is running on each nodes.
4) Generate OCM response file on each node----(Do it for GI/DB home on each node)
5) copy/unzip Patch into
6) Apply patch for GI Home--------------------(For each node as root)
7) Apply patch for DB Home--------------------(For each node as root - No Resource must be up from DB home)
8) Verify Patch is Applied.
9) Run catbundle.sql on Database.



Install New OPATCH on each node (Do it for GI/DB home on each node)
copy p6880880_112000_Linux-x86-64.zip to /u00/app/11.2.0/grid which is GRID_HOME

login as: root
root@192.168.100.126's password:
Last login: Fri Jul 13 09:37:48 2012 from 192.168.100.1
[root@PNETN1 ~]# . oraenv
ORACLE_SID = [root] ? +ASM1
The Oracle base for ORACLE_HOME=/u00/app/11.2.0/grid is /u00/app/oracle

[root@PNETN1 test]# cd /u00/app/11.2.0/grid
[root@PNETN1 grid]# mv OPatch/ Opatch_old
[root@PNETN1 grid]# unzip p6880880_112000_Linux-x86-64.zip
[root@PNETN1 grid]# chmod -R 777 Opatch 
[root@PNETN1 grid]# cd /u01/app/oracle/11.2.0/db_1/
[root@PNETN1 db_1]# mv OPatch/ Opatch_old
[root@PNETN1 db_1]# cp -R /u00/app/11.2.0/grid/OPatch/ /u01/app/oracle/11.2.0/db_1/
[root@PNETN1 db_1]# chmod -R 777 Opatch 


===================================================================

Check new Opatch version / Inventory. (Do it for GI/DB home on each node)

PNETN1@:/home/grid : $. oraenv
ORACLE_SID = [grid] ? +ASM1
The Oracle base for ORACLE_HOME=/u00/app/11.2.0/grid is /u00/app/oracle
PNETN1@:/home/grid :+ASM1 $$ORACLE_HOME/OPatch/opatch lsinventory
Oracle Interim Patch Installer version 11.2.0.3.0
Copyright (c) 2012, Oracle Corporation.  All rights reserved.


Oracle Home       : /u00/app/11.2.0/grid
Central Inventory : /u00/app/oraInventory
   from           : /u00/app/11.2.0/grid/oraInst.loc
OPatch version    : 11.2.0.3.0
OUI version       : 11.2.0.1.0
Log file location : /u00/app/11.2.0/grid/cfgtoollogs/opatch/opatch2012-07-15_09-34-31AM_1.log

Lsinventory Output file location : /u00/app/11.2.0/grid/cfgtoollogs/opatch/lsinv/lsinventory2012-07-15_09-34-31AM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (1):

Oracle Grid Infrastructure                                           11.2.0.1.0
There are 1 products installed in this Oracle Home.


There are no Interim patches installed in this Oracle Home.


Rac system comprising of multiple nodes
  Local node = PNETN1
  Remote node = PNETN2
  Remote node = PNETN3
--------------------------------------------------------------------------------
OPatch succeeded.

===================================================================

If GI/DB home are not shared make sure cluster is running on each nodes.

--------------------------------------------------------------------------------
NAME           TARGET  STATE        SERVER                   STATE_DETAILS
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.CRS.dg
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
ora.LISTENER.lsnr
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
ora.asm
               ONLINE  ONLINE       pnetn1                   Started
               ONLINE  ONLINE       pnetn2                   Started
               ONLINE  ONLINE       pnetn3                   Started
ora.eons
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
ora.gsd
               OFFLINE OFFLINE      pnetn1
               OFFLINE OFFLINE      pnetn2
               OFFLINE OFFLINE      pnetn3
ora.net1.network
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
ora.ons
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
ora.registry.acfs
               ONLINE  ONLINE       pnetn1
               ONLINE  ONLINE       pnetn2
               ONLINE  ONLINE       pnetn3
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
      1        ONLINE  ONLINE       pnetn3
ora.LISTENER_SCAN2.lsnr
      1        ONLINE  ONLINE       pnetn1
ora.LISTENER_SCAN3.lsnr
      1        ONLINE  ONLINE       pnetn2
ora.oc4j
      1        OFFLINE OFFLINE
ora.pnetn1.vip
      1        ONLINE  ONLINE       pnetn1
ora.pnetn2.vip
      1        ONLINE  ONLINE       pnetn2
ora.pnetn3.vip
      1        ONLINE  ONLINE       pnetn3
ora.scan1.vip
      1        ONLINE  ONLINE       pnetn3
ora.scan2.vip
      1        ONLINE  ONLINE       pnetn1
ora.scan3.vip
      1        ONLINE  ONLINE       pnetn2

--------------------------------------------------------------------------------

===================================================================

Generate OCM response file on each node (Do it for GI/DB home)
This files will be generated into local directory if specific file-name are not given.

PNETN1@:/home/grid :+ASM1 $$ORACLE_HOME/OPatch/ocm/bin/emocmrsp

OCM Installation Response Generator 10.3.4.0.0 - Production
Copyright (c) 2005, 2010, Oracle and/or its affiliates.  All rights reserved.

Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
Email address/User Name:

You have not provided an email address for notification of security issues.
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]:  y
The OCM configuration response file (ocm.rsp) was successfully created.

===================================================================

Its good to copy patch into shared file-system if you have one.
copy patch into directory /u01/PATCH/ (Do it for each Node if filesystem is not shared).

[root@PNETN1 ~]# cd /u01/PATCH/
[root@PNETN1 ~]# chmod -R 777 PATCH
[root@PNETN1 ~]# unzip p9655006_112010.zip

which will be /u01/PATCH/p9655006_112010.

===================================================================

Apply patch on GI/DB home as root user , on each node one-by-one

Apply patch for GI Home as root user.

[root@PNETN1 ~]# . oraenv
ORACLE_SID = [+ASM1] ? +ASM1
The Oracle base for ORACLE_HOME=/u01/app/oracle/11.2.0/db_1 is /u00/app/oracle
[root@PNETN1 ~]# /u00/app/11.2.0/grid/OPatch/opatch auto /u01/PATCH/p9655006_112010 -oh /u00/app/11.2.0/grid
Executing /usr/bin/perl /u00/app/11.2.0/grid/OPatch/crs/patch112.pl -patchdir /u01/PATCH -patchn p9655006_112010 -oh /u00/app/11.2.0/grid -paramfile /u00/app/11.2.0/grid/crs/install/crsconfig_params
opatch auto log file location is /u00/app/11.2.0/grid/OPatch/crs/../../cfgtoollogs/opatchauto2012-07-15_15-50-28.log
Detected Oracle Clusterware install
Using configuration parameter file: /u00/app/11.2.0/grid/crs/install/crsconfig_params
OPatch  is bundled with OCM, Enter the absolute OCM response file path:
/home/grid/ocm.rsp

Unable to determine if /u00/app/11.2.0/grid is shared oracle home
Enter 'yes' if this is not a shared home or if the prerequiste actions are performed to patch this shared home (yes/no):yes
Successfully unlock /u00/app/11.2.0/grid
patch /u01/PATCH/p9655006_112010/9655006  apply successful for home  /u00/app/11.2.0/grid
patch /u01/PATCH/p9655006_112010/9654983  apply successful for home  /u00/app/11.2.0/grid
ACFS-9300: ADVM/ACFS distribution files found.
ACFS-9312: Existing ADVM/ACFS installation detected.
ACFS-9314: Removing previous ADVM/ACFS installation.
ACFS-9315: Previous ADVM/ACFS components successfully removed.
ACFS-9307: Installing requested ADVM/ACFS software.
ACFS-9308: Loading installed ADVM/ACFS drivers.
ACFS-9321: Creating udev for ADVM/ACFS.
ACFS-9323: Creating module dependencies - this may take some time.
ACFS-9327: Verifying ADVM/ACFS devices.
ACFS-9309: ADVM/ACFS installation correctness verified.
CRS-4123: Oracle High Availability Services has been started.

===================================================================

Apply patch for DB Home - Make sure if any resource are running for DB home is shut-down.


[root@PNETN1 ~]# . oraenv
ORACLE_SID = [+ASM1] ? test
The Oracle base for ORACLE_HOME=/u01/app/oracle/11.2.0/db_1 is /u00/app/oracle
[root@PNETN1 ~]# /u01/app/oracle/11.2.0/db_1/OPatch/opatch auto /u01/PATCH/p9655006_112010 -oh /u01/app/oracle/11.2.0/db_1
Executing /usr/bin/perl /u01/app/oracle/11.2.0/db_1/OPatch/crs/patch112.pl -patchdir /u01/PATCH -patchn p9655006_112010 -oh /u01/app/oracle/11.2.0/db_1 -paramfile /u00/app/11.2.0/grid/crs/install/crsconfig_params
opatch auto log file location is /u01/app/oracle/11.2.0/db_1/OPatch/crs/../../cfgtoollogs/opatchauto2012-07-15_16-56-48.log
Detected Oracle Clusterware install
Using configuration parameter file: /u00/app/11.2.0/grid/crs/install/crsconfig_params
OPatch  is bundled with OCM, Enter the absolute OCM response file path:
/home/oracle/ocm.rsp

Unable to determine if /u01/app/oracle/11.2.0/db_1 is shared oracle home
Enter 'yes' if this is not a shared home or if the prerequiste actions are performed to patch this shared home (yes/no):yes
patch /u01/PATCH/p9655006_112010/9655006/custom/server/9655006  apply successful for home  /u01/app/oracle/11.2.0/db_1
patch /u01/PATCH/p9655006_112010/9654983  apply successful for home  /u01/app/oracle/11.2.0/db_1
[root@PNETN1 ~]#

===================================================================
Verify Patch is Applied.

[root@PNETN1 ~]# su - grid
PNETN1@:/home/grid :+ASM1 $/u00/app/11.2.0/grid/OPatch/opatch lsinventory  -bugs_fixed | grep 'GI PSU'
9655006    9655006   Sun Jul 15 15:33:59 EDT 2012   GI PSU 11.2.0.1.2 (INCLUDES DATABASE PSU 11.2.0.1.
9778840    9655006   Sun Jul 15 15:33:59 EDT 2012   TRACKING BUG FOR GI PSU( THIS IS REPLACEMENT FOR
                                                    APRIL GI PSU 9343627)

[root@PNETN1 ~]# su - oracle
PNETN1@:/home/oracle :test $/u01/app/oracle/11.2.0/db_1/OPatch/opatch lsinventory  -bugs_fixed | grep 'DATABASE PSU'
9352237    9654983   Sun Jul 15 16:47:28 EDT 2012   DATABASE PSU 11.2.0.1.1
9654983    9654983   Sun Jul 15 16:47:28 EDT 2012   DATABASE PSU 11.2.0.1.2 (INCLUDES CPUJUL2010)
9655006    9655006   Sun Jul 15 16:45:17 EDT 2012   GI PSU 11.2.0.1.2 (INCLUDES DATABASE PSU 11.2.0.1.

===================================================================
Run catbundle.sql

connect as sysdba and run below script.

SQL> @?catbundle.sql psu apply



Wednesday, June 20, 2012

Goldengate on ASM / Goldengate on RAC / Goldengate on Grid Infrastructure

If you database is on ASM and running on below version.
  • Oracle 10.2.0.5 or later 10g R2 versions
  • Oracle 11.2.0.2 or later 11g R2 versions
Please visit, Goldengate on ASM using DBLOGREADER .

Environment used in Below exercise.


SOURCETARGET
DATABASEDEVDB (2 NODE RAC)TEST
DATABASE VERSION11.2.0.111.2.0.1
PLATFORMLinux, x64, 64bitLinux, x64, 64bit
STORAGEASMFile-system



Steps for Uni-directional Replication
1.   Add remote listener for ASM.
2.   EDIT ASM entry in  Listener.ora in $GRID_HOME/network/admin for All node respectively & Reload Listener.
3.   Add TNS entry for ASM on All Nodes
4.   Test ASM connection from sqlplus as sys user.
5.   Network configuration on Target.
6.   Configure Goldengate extract & Datapump for Source.
7.   Start extract & Datapump.
8.   Configure Goldengate Replicate for Target.
9.   Start replicate on target.
10. Confirm Goldengate connection on Source DB & ASM and Target DB.
11. Test Replication.

1) Add Remote listener for ASM.

ALTER SYSTEM SET remote_listener='RACD-SCAN:1521' SCOPE=BOTH SID='*';


2) Static registration of ASM in LISTNER.ORA IN $GRID_HOME/network/admin for All node respectively.
Edit below entry into Listener.ora intO $GRID_HOME/network/admin/listener.ora and Reload listener.

SID_LIST_LISTENER =
  (SID_LIST =
  (SID_DESC =
  (SID_NAME = PLSExtProc)
  (ORACLE_HOME = /u00/app/11.2.0/grid)
  (PROGRAM = extproc)
   )
   (SID_DESC =
    (ORACLE_HOME = /u00/app/11.2.0/grid)
    (SID_NAME = +ASM1)
   )
  )
  

---Reload listener.ora on All Nodes.

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl reload

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-JUN-2012 16:09:01
Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
The command completed successfully


--Grid Infrastructure Network configuration on Source.

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $ll
total 36
-rw-r--r--  1 oracle oinstall  187 May  7  2007 shrept.lst
drwxr-xr-x  2 oracle oinstall 4096 Jun  7 11:25 samples
drwxr-xr-x 11 oracle oinstall 4096 Jun  7 11:28 ..
-rw-r--r--  1 oracle oinstall  552 Jun  7 11:44 listener.ora.bak.racd1
-rw-r--r--  1 oracle oinstall  552 Jun  7 12:13 listener12060712PM1317.bak
-rw-r--r--  1 oracle oinstall  216 Jun  7 12:13 sqlnet.ora
-rw-r--r--  1 oracle oinstall  186 Jun 13 11:12 endpoints_listener.ora
-rw-r--r--  1 oracle oinstall  948 Jun 17 16:07 listener.ora
drwxr-xr-x  3 oracle oinstall 4096 Jun 17 16:07 .

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $cat listener.ora
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))            # line added by Agent
LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3))))                # line added by Agent
LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2))))                # line added by Agent
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))))                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON              # line added by Agent

SID_LIST_LISTENER =
  (SID_LIST =
  (SID_DESC =
  (SID_NAME = PLSExtProc)
  (ORACLE_HOME = /u00/app/11.2.0/grid)
  (PROGRAM = extproc)
   )
   (SID_DESC =
    (ORACLE_HOME = /u00/app/11.2.0/grid)
    (SID_NAME = +ASM1)
   )
  )

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $cat endpoints_listener.ora

LISTENER_RACD1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=RACD1-VIP)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.100.124)(PORT=1521)(IP=FIRST))))            # line added by Agent

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $


---Listener status after changes.

--Listener status

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl status

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-JUN-2012 18:25:38
Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
STATUS of the LISTENER
------------------------
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date                17-JUN-2012 15:59:02
Uptime                    0 days 2 hr. 26 min. 36 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /u00/app/11.2.0/grid/network/admin/listener.ora
Listener Log File         /u00/app/oracle/diag/tnslsnr/RACD1/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.124)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.134)(PORT=1521)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
Service "+ASM1" has 1 instance(s).
  Instance "+ASM1", status UNKNOWN, has 1 handler(s) for this service...
Service "DEVDB" has 1 instance(s).
  Instance "DEVDB1", status READY, has 1 handler(s) for this service...
Service "DEVDBXDB" has 1 instance(s).
  Instance "DEVDB1", status READY, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully

--Listener services

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl services

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 17-JUN-2012 18:27:07
Copyright (c) 1991, 2009, Oracle.  All rights reserved.

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "+ASM1" has 1 instance(s).
  Instance "+ASM1", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
Service "DEVDB" has 1 instance(s).
  Instance "DEVDB1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "DEVDBXDB" has 1 instance(s).
  Instance "DEVDB1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACD1.localdomain.com)(PORT=31649))
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0
         LOCAL SERVER
The command completed successfully

3) ADDED TNS NAMES TO $ORACLE_HOME/network/admin/tnsnames.ora on All nodes.

+ASM =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = RACD-SCAN)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = +ASM)
    )
  )
  

4) Test +ASM tnsenry from $ORACLE_HOME

-----From Node1 

RACD1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $. oraenv
ORACLE_SID = [+ASM1] ? DEVDB1
The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u00/app/oracle
RACD1@:/u00/app/11.2.0/grid/network/admin :DEVDB1 $sqlplus sys/Summer69@+ASM as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 17 18:12:29 2012
Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options


18:12:29 @+ASM->

------From Node 2 

RACD2@:/u00/app/11.2.0/grid/network/admin :+ASM2 $. oraenv
ORACLE_SID = [+ASM2] ? DEVDB2
The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u00/app/oracle
RACD2@:/u00/app/11.2.0/grid/network/admin :DEVDB2 $sqlplus sys/Summer69@+ASM as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 17 18:13:26 2012
Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

18:13:15 @+ASM->


5) Network configuration on Target.

-- listener.ora on TARGET. 

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = /u00/app/oracle/product/11.2.0/db_1)
      (PROGRAM = extproc)
    )
  )


LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.101 )(PORT = 1521))
    )
  )

-- Tns entry on TARGET

TEST =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.101 )(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = TEST)
    )
  )




6) Configure Goldengate Extract & Datapump on Source

DBLOGIN is specially required for 10.2,for 11.1 DBLOGIN is not required but I did.As if you want to delete EXTRACT you have to first DBLOGIN
if you need help on syntax here it is.

GGSCI (RACD1.localdomain.com) > help add extract

--CONFIGURE EXTRACT RACDE

RACD1@:/u02/gghome :DEVDB1 $./ggsci

Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1.2 OGGCORE_11.1.1.1.2_PLATFORMS_111004.2100
Linux, x64, 64bit (optimized), Oracle 11g on Oct  4 2011 23:49:46


Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.


GGSCI (RACD1.localdomain.com) 1> DBLOGIN USERID GGSUSER
Password:
Successfully logged into database.
GGSCI (RACD1.localdomain.com) 3>ADD EXTRACT RACDE TRANLOG,BEGIN NOW,THREADS 2
GGSCI (RACD1.localdomain.com) 8>ADD EXTTRAIL ./dirdat/DE, EXTRACT RACDE
EXTTRAIL added.


GGSCI (RACD1.localdomain.com) 9> EDIT PARAMS RACDE
EXTRACT RACDE
---ORACLE ENVIRONMET 
SETENV (ORACLE_HOME = "/u01/app/oracle/product/11.2.0/db_1")
SETENV (ORACLE_SID = "DEVDB1")
USERID ggsuser, PASSWORD Summer2011
TRANLOGOPTIONS ASMUSER sys@+ASM, ASMPASSWORD Summer69
DYNAMICRESOLUTION
DISCARDFILE ./dirrpt/racde.dsc,PURGE, MEGABYTES 100
EXTTRAIL ./dirdat/DE
--DDL REPLICATION
DDL INCLUDE MAPPED OBJNAME TEST.*
--DML replication for SCHEMA level. 
TABLE TEST.*;


--CONFIGURE DATAPUMP RACDP

GGSCI (RACD1.localdomain.com) 10> ADD EXTRACT RACDP, EXTTRAILSOURCE ./dirdat/DE,begin now
EXTRACT added.
GGSCI (RACD1.localdomain.com) 12> ADD RMTTRAIL ./dirdat/DP, EXTRACT RACDP, MEGABYTES 100
RMTTRAIL added.
GGSCI (RACD1.localdomain.com) 13> edit params RACDP
EXTRACT RACDP
SETENV (ORACLE_HOME = "/u01/app/oracle/product/11.2.0/db_1")
SETENV (ORACLE_SID = "DEVDB1")
USERID ggsuser, PASSWORD Summer2011
PASSTHRU
RMTHOST 192.168.100.101, MGRPORT 7809
RMTTRAIL ./dirdat/DP
TABLE TEST.*;


GGSCI (RACD1.localdomain.com) 14> info all


Program     Status      Group       Lag           Time Since Chkpt


MANAGER     RUNNING
EXTRACT     STOPPED     RACDE       00:00:00      00:04:44
EXTRACT     STOPPED     RACDP       00:00:00      00:01:14



7) START EXTRACT & DATAPUMP

GGSCI (RACD1.localdomain.com) 15> start racde


Sending START request to MANAGER ...
EXTRACT RACDE starting


----Output from tail -f ggserr.log at time of starting extract. 


2012-06-17 17:01:06  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): edit params RACDP.
2012-06-17 17:01:49  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start racde.
2012-06-17 17:01:49  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host 192.168.100.124 (START EXTRACT RACDE ).
2012-06-17 17:01:50  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT RACDE starting.
2012-06-17 17:01:50  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, racde.prm:  EXTRACT RACDE starting.
2012-06-17 17:01:51  INFO    OGG-01635  Oracle GoldenGate Capture for Oracle, racde.prm:  BOUNDED RECOVERY: reset to initial or altered checkpoint.
2012-06-17 17:01:56  INFO    OGG-00546  Oracle GoldenGate Capture for Oracle, racde.prm:  Default thread stack size: 10485760.
2012-06-17 17:01:56  INFO    OGG-01515  Oracle GoldenGate Capture for Oracle, racde.prm:  Positioning to begin time Jun 17, 2012 4:57:01 PM.
2012-06-17 17:02:01  INFO    OGG-01516  Oracle GoldenGate Capture for Oracle, racde.prm:  Positioned to (Thread 1) Sequence 13, RBA 2676224, SCN 0.0, Jun 17, 2012 4:57:01 PM.
2012-06-17 17:02:01  INFO    OGG-01515  Oracle GoldenGate Capture for Oracle, racde.prm:  Positioning to begin time Jun 17, 2012 4:57:01 PM.
2012-06-17 17:02:01  INFO    OGG-01516  Oracle GoldenGate Capture for Oracle, racde.prm:  Positioned to (Thread 2) Sequence 17, RBA 2571264, SCN 0.0, Jun 17, 2012 4:57:01 PM.
2012-06-17 17:02:01  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, racde.prm:  EXTRACT RACDE started.
2012-06-17 17:02:01  INFO    OGG-01517  Oracle GoldenGate Capture for Oracle, racde.prm:  Position of first record processed for Thread 1, Sequence 13, RBA 2681872, SCN 0.1079716, Jun 17, 2012 4:57:12 PM.
2012-06-17 17:02:01  INFO    OGG-01052  Oracle GoldenGate Capture for Oracle, racde.prm:  No recovery is required for target file ./dirdat/DE000000, at RBA 0 (file not opened).
2012-06-17 17:02:01  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, racde.prm:  Output file ./dirdat/DE is using format RELEASE 10.4/11.1.
2012-06-17 17:02:02  INFO    OGG-01517  Oracle GoldenGate Capture for Oracle, racde.prm:  Position of first record processed for Thread 2, Sequence 17, RBA 2630160, SCN 0.1079872, Jun 17, 2012 4:58:57 PM.


GGSCI (RACD1.localdomain.com) 16> START racdp


Sending START request to MANAGER ...
EXTRACT RACDP starting


----Output from tail -f ggserr.log at time of starting Pump. 


2012-06-17 17:07:03  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host 192.168.100.124 (START EXTRACT RACDP ).
2012-06-17 17:07:03  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT RACDP starting.
2012-06-17 17:07:03  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, racdp.prm:  EXTRACT RACDP starting.
2012-06-17 17:07:03  WARNING OGG-01015  Oracle GoldenGate Capture for Oracle, racdp.prm:  Positioning with begin time: Jun 17, 2012 5:00:31 PM, waiting for data: at extseqno 0, extrba 0.
2012-06-17 17:07:03  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, racdp.prm:  EXTRACT RACDP started.
2012-06-17 17:07:08  INFO    OGG-01226  Oracle GoldenGate Capture for Oracle, racdp.prm:  Socket buffer size set to 27985 (flush size 27985).
2012-06-17 17:07:08  INFO    OGG-01052  Oracle GoldenGate Capture for Oracle, racdp.prm:  No recovery is required for target file ./dirdat/DP000000, at RBA 0 (file not opened).
2012-06-17 17:07:08  INFO    OGG-01478  Oracle GoldenGate Capture for Oracle, racdp.prm:  Output file ./dirdat/DP is using format RELEASE 10.4/11.1.

GGSCI (RACD1.localdomain.com) 4> info all

Program     Status      Group       Lag           Time Since Chkpt

MANAGER     RUNNING
EXTRACT     RUNNING     RACDE       00:00:00      00:00:03
EXTRACT     RUNNING     RACDP       00:00:00      00:00:05


8) Configure Goldengate for Replicate on Target.

--CONFIGURE REPLICATE RACDR

TEST:/u00/app/gghome :TEST$./ggsci


Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1.2 OGGCORE_11.1.1.1.2_PLATFORMS_111004.2100
Linux, x64, 64bit (optimized), Oracle 11g on Oct  4 2011 23:49:46


Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.

GGSCI (TEST.localdomain.com) 1> ADD REPLICAT RACDR, EXTTRAIL ./dirdat/DP,checkpointtable ggsuser.ckpt
REPLICAT added.

GGSCI (TEST.localdomain.com) 2> edit params RACDR
REPLICAT RACDR
SETENV (ORACLE_HOME = "/u00/app/oracle/product/11.2.0/db_1")
SETENV (ORACLE_SID = "TEST")
--Assume DDL of Source.
ASSUMETARGETDEFS
USERID ggsuser, PASSWORD Summer2011
DISCARDFILE ./dirrpt/RACDR.dsc, append, megabytes 100
--DLL replication. 
DDL INCLUDE ALL
--DML replication from TEST schema to TEST schema. 
MAP TEST.*, TARGET TEST.*;

9). Start replicate on target.

GGSCI (TEST.localdomain.com) 3> start racdr

Sending START request to MANAGER ...
REPLICAT RACDR starting

----Output from tail -f ggserr.log at time of starting Replicate


2012-06-17 14:31:17  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start racdr.
2012-06-17 14:31:17  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host 192.168.100.101 (START REPLICAT RACDR ).
2012-06-17 14:31:17  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  REPLICAT RACDR starting.
2012-06-17 14:31:17  INFO    OGG-00995  Oracle GoldenGate Delivery for Oracle, racdr.prm:  REPLICAT RACDR starting.
2012-06-17 14:31:17  INFO    OGG-00996  Oracle GoldenGate Delivery for Oracle, racdr.prm:  REPLICAT RACDR started.


GGSCI (TEST.localdomain.com) 4> info all


Program     Status      Group       Lag           Time Since Chkpt


MANAGER     RUNNING
REPLICAT    RUNNING     RACDR       00:00:00      00:00:01

GGSCI (TEST.localdomain.com) 5> exit

10). Confirm Goldengate connection on Source DB & ASM and Target DB.

-----Goldengate Connection on Source DB

RACD2@:/u01/app/oracle/product/11.2.0/db_1/network/admin :DEVDB2$sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 17 17:36:53 2012
Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options


set lines 170
col machine for a25
COL USERNAME FOR A10
SELECT USERNAME,INST_ID,PROGRAM,machine,process from gv$session WHERE PROGRAM LIKE 'extract%';
USERNAME      INST_ID PROGRAM                                          MACHINE                   PROCESS
---------- ---------- ------------------------------------------------ ------------------------- ------------------------
GGSUSER             1 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7650
GGSUSER             1 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7650
GGSUSER             1 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7889
GGSUSER             1 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7650

-----Goldengate Connection on Source ASM

RACD2@:/u01/app/oracle/product/11.2.0/db_1/network/admin :+ASM2 $orasql

SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 17 19:03:26 2012
Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
set lines 170
col machine for a25
COL USERNAME FOR A10
SELECT USERNAME,INST_ID,PROGRAM,machine,process from gv$session WHERE PROGRAM LIKE 'extract%';
USERNAME      INST_ID PROGRAM                                          MACHINE                   PROCESS
---------- ---------- ------------------------------------------------ ------------------------- ------------------------
SYS                 2 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7650
SYS                 2 extract@RACD1.localdomain.com (TNS V1-V3)        RACD1.localdomain.com     7650

----Goldengate connection on Target DB

SELECT USERNAME,INST_ID,PROGRAM,machine,process from gv$session WHERE PROGRAM LIKE 'replicat%';
USERNAME                INST_ID PROGRAM                                          MACHINE                   PROCESS
---------- -------------------- ------------------------------------------------ ------------------------- ------------------------
GGSUSER                       1 replicat@TEST.localdomain.com (TNS V1-V3)        TEST.localdomain.com      3875

11. Test Replication.
////////////////////////////////////////////////////////////////
DDL+DML replication Test
////////////////////////////////////////////////////////////////


ON NODE2. Create Table & Insert few records.

RACD2@:/u01/app/oracle/product/11.2.0/db_1/network/admin :DEVDB2 $sqlplus / as sysdba


SQL*Plus: Release 11.2.0.1.0 Production on Sun Jun 17 17:36:53 2012

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

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options

create table TEST.INFORMATION(
  ID                 VARCHAR2(4 BYTE)         NOT NULL,
  First_Name         VARCHAR2(10 BYTE),
  4    Last_Name          VARCHAR2(10 BYTE),
  Start_Date         DATE,
  End_Date           DATE,
  Salary             Number(8,2),
  City               VARCHAR2(10 BYTE),
  Description        VARCHAR2(15 BYTE)
)
/


insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary,  City,       Description)
                values ('01','Jason',    'Martin',  to_date('19960725','YYYYMMDD'), to_date('20060725','YYYYMMDD'), 1234.56, 'Toronto',  'Programmer')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary,  City,       Description)
              values('02','Alison',   'Mathews', to_date('19760321','YYYYMMDD'), to_date('19860221','YYYYMMDD'), 6661.78, 'Vancouver','Tester')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary,  City,       Description)
              values('03','James',    'Smith',   to_date('19781212','YYYYMMDD'), to_date('19900315','YYYYMMDD'), 6544.78, 'Vancouver','Tester')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary,  City,       Description)
              values('04','Celia',    'Rice',    to_date('19821024','YYYYMMDD'), to_date('19990421','YYYYMMDD'), 2344.78, 'Vancouver','Manager')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary,  City,       Description)
              values('05','Robert',   'Black',   to_date('19840115','YYYYMMDD'), to_date('19980808','YYYYMMDD'), 2334.78, 'Vancouver','Tester')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary, City,        Description)
              values('06','Linda',    'Green',   to_date('19870730','YYYYMMDD'), to_date('19960104','YYYYMMDD'), 4322.78,'New York',  'Tester')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary, City,        Description)
              values('07','David',    'Larry',   to_date('19901231','YYYYMMDD'), to_date('19980212','YYYYMMDD'), 7897.78,'New York',  'Manager')
/
insert into TEST.INFORMATION(ID,  First_Name, Last_Name, Start_Date,                     End_Date,                       Salary, City,        Description)
              values('08','James',    'Cat',     to_date('19960917','YYYYMMDD'), to_date('20020415','YYYYMMDD'), 1232.78,'Vancouver', 'Tester')
COMMIT;



SELECT * FROM TEST.INFORMATION


ID   FIRST_NAME LAST_NAME  START_DAT END_DATE      SALARY CITY       DESCRIPTION
---- ---------- ---------- --------- --------- ---------- ---------- ---------------
01   Jason      Martin     25-JUL-96 25-JUL-06    1234.56 Toronto    Programmer
02   Alison     Mathews    21-MAR-76 21-FEB-86    6661.78 Vancouver  Tester
03   James      Smith      12-DEC-78 15-MAR-90    6544.78 Vancouver  Tester
04   Celia      Rice       24-OCT-82 21-APR-99    2344.78 Vancouver  Manager
05   Robert     Black      15-JAN-84 08-AUG-98    2334.78 Vancouver  Tester
06   Linda      Green      30-JUL-87 04-JAN-96    4322.78 New York   Tester
07   David      Larry      31-DEC-90 12-FEB-98    7897.78 New York   Manager
08   James      Cat        17-SEP-96 15-APR-02    1232.78 Vancouver  Tester



---Output from Source ggserr.log

2012-06-17 17:42:28  WARNING OGG-00869  Oracle GoldenGate Capture for Oracle, racde.prm:  No unique key is defined for table INFORMATION. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.

---Confirm on Target side.

SELECT * FROM TEST.INFORMATION


ID   FIRST_NAME LAST_NAME  START_DAT END_DATE                SALARY CITY       DESCRIPTION
---- ---------- ---------- --------- --------- -------------------- ---------- ---------------
01   Jason      Martin     25-JUL-96 25-JUL-06              1234.56 Toronto    Programmer
02   Alison     Mathews    21-MAR-76 21-FEB-86              6661.78 Vancouver  Tester
03   James      Smith      12-DEC-78 15-MAR-90              6544.78 Vancouver  Tester
04   Celia      Rice       24-OCT-82 21-APR-99              2344.78 Vancouver  Manager
05   Robert     Black      15-JAN-84 08-AUG-98              2334.78 Vancouver  Tester
06   Linda      Green      30-JUL-87 04-JAN-96              4322.78 New York   Tester
07   David      Larry      31-DEC-90 12-FEB-98              7897.78 New York   Manager
08   James      Cat        17-SEP-96 15-APR-02              1232.78 Vancouver  Tester


---Output from Target ggserr.log

2012-06-17 14:42:24  INFO    OGG-01407  Oracle GoldenGate Delivery for Oracle, racdr.prm:  Setting current schema for DDL operation to [SYS].
2012-06-17 14:42:29  INFO    OGG-01408  Oracle GoldenGate Delivery for Oracle, racdr.prm:  Restoring current schema for DDL operation to [GGSUSER].
2012-06-17 14:42:39  WARNING OGG-00869  Oracle GoldenGate Delivery for Oracle, racdr.prm:  No unique key is defined for table INFORMATION. All viable columns will be used to represent the key, but may not guarantee uniqueness.  KEYCOLS may be used to define the key.

Wednesday, June 13, 2012

ORA-08103: object no longer exists / ORA-12801 & ORA-08103


Error occured from one of Our Informatica ETL batch Job.Which basically Truncate/select/load lot of partition tables.


ORA-12801: error signaled in parallel query server P040, instance ABC_DUMMY03.mycorp.com:DUMMYDB3 (3)
ORA-08103: object no longer exists

Here is re-generated error.

00:06:53 SQL> CREATE TABLE EDW.TEST AS SELECT * FROM EDW.SUMMARY_INFO WHERE ROWNUM < 10000;

Table created.

Elapsed: 00:00:00.90

00:06:59 SQL> SELECT * FROM EDW.TEST;

From Other session table is getting truncated.

00:06:48 SQL> TRUNCATE TABLE EDW.TEST;

Table truncated.

Elapsed: 00:00:00.19

And Here we go.

ERROR:
ORA-08103: object no longer exists

5565 rows selected.

Elapsed: 00:00:21.40
00:07:49 SQL>

Another scenario in which i did not had which statement caused problem.

Find All SQL_ID's of failed Statment
-------------------------------------------------------------------------
SQL> SELECT SQL_ID,substr(SQL_TEXT, 1, 55) TEXTS FROM DBA_HIST_SQLTEXT
WHERE SQL_TEXT LIKE '%SELECT stg.rdc_rec_creation_dt%' ORDER BY 1;

SQL_ID        TEXTS
------------- ------------------------------------------------------------
1agvajtvcx6uz SELECT stg.rdc_rec_creation_dt,
                     stg.refinery_n
1v7rz5pmchtpy SELECT stg.rdc_rec_creation_dt,
                     stg.refinery_n
3bj9r85rcq6u1 SELECT stg.rdc_rec_creation_dt,
                     stg.refinery_n
3n78p3wvfd9u7 SELECT stg.rdc_rec_creation_dt,
                     stg.refinery_n
3nwcxh1p6wkaq SELECT stg.rdc_rec_creation_dt,
                     stg.refinery_n
3sb25qjaj33v9 SELECT stg.rdc_rec_creation_dt,
--Result set Trim. 

-------------------------------------------------------------------------
Find All Tables which Accessed in Above SQL_IDs.
-------------------------------------------------------------------------
SELECT INSTANCE_NUMBER,SNAP_ID,USER_ID,SQL_ID,SQL_PLAN_HASH_VALUE,SQL_PLAN_OPERATION,DO.OBJECT_NAME,DO.SUBOBJECT_NAME,SQL_EXEC_START 
FROM DBA_HIST_ACTIVE_SESS_HISTORY DHSH,DBA_OBJECTS DO
WHERE SQL_ID IN (SELECT DISTINCT SQL_ID FROM DBA_HIST_SQLTEXT WHERE SQL_TEXT LIKE '%SELECT stg.rdc_rec_creation_dt%')
AND SNAP_ID BETWEEN 2597 AND 2621 
AND DHSH.CURRENT_OBJ#=DO.OBJECT_ID 
order by 2;

INST# SNAP_ID USER_ID SQL_ID    SQLPLANHASHVALUE SQLPLAN_OPERATION OBJECT_NAME        SUBOBJECT_NAME SQLEXEC_START_TIME
-------------------------------------------------------------------------------------------------------------------------------------
2     2609   101     btsj9guja52jn 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R13            9/21/2012 12:46:57 PM 
                          
2     2609   101     btsj9guja52jn 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R8            9/21/2012 12:46:57 PM                           
2     2609   101     97823yd06wvm3 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R8            9/21/2012 12:46:57 PM                           

2     2609   101     d9r00q7thjq2d 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R9            9/21/2012 12:46:57 PM                           
1     2609   101     3n78p3wvfd9u7 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 12:46:57 PM                           
1     2609   101     ffubvc0gj883w 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 12:46:57 PM                           
2     2609   101     agsu55vrz6nh5 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 12:46:57 PM                           
2     2609   101     3bj9r85rcq6u1 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 12:46:57 PM                           
1     2609   101     57u0u9v14yfdc 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R11            9/21/2012 12:46:57 PM                           
1     2609   101     f138kjx2k5r01 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R12            9/21/2012 12:46:57 PM                           
1     2609   101     57u0u9v14yfdc 799412467                          TEST_DLY_USAGE_STG R5                                                                        
2     2610   101     92z9466bz47aw 799412467         HASH JOIN         HOUSE_DIM_MV                 9/21/2012 1:49:02 PM                                        
1     2610   101     910zpzwq56x4a 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                     9/21/2012 1:49:03 PM                                  
2     2610   101     gp6qtc223wn7n 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R6            9/21/2012 1:49:03 PM                            
1     2610   101     910zpzwq56x4a 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R9            9/21/2012 1:49:03 PM                            
1     2610   101     910zpzwq56x4a 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R1            9/21/2012 1:49:03 PM                            
1     2610   101     1v7rz5pmchtpy 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R1            9/21/2012 1:49:02 PM                            
1     2610   101     abwj1n9krrcuc 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R1            9/21/2012 1:49:02 PM                            
2     2610   101     gp6qtc223wn7n 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R14            9/21/2012 1:49:03 PM                            
1     2610   101     1v7rz5pmchtpy 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R8            9/21/2012 1:49:02 PM                            
2     2610   101     3nwcxh1p6wkaq 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R13            9/21/2012 1:49:02 PM                            
1     2610   101     abwj1n9krrcuc 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R9            9/21/2012 1:49:02 PM                            
1     2610   101     910zpzwq56x4a 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R12            9/21/2012 1:49:03 PM                            
1     2610   101     abwj1n9krrcuc 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R12            9/21/2012 1:49:02 PM                            
2     2610   101     92z9466bz47aw 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R12            9/21/2012 1:49:02 PM                            
2     2610   101     3nwcxh1p6wkaq 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 1:49:02 PM                            
1     2610   101     1v7rz5pmchtpy 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R11            9/21/2012 1:49:02 PM                            
2     2610   101     gp6qtc223wn7n 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R10            9/21/2012 1:49:03 PM                            
2     2610   101     92z9466bz47aw 799412467         TABLE ACCESS     TEST_DLY_USAGE_STG R9            9/21/2012 1:49:02 PM                            
2     2610   101     gp6qtc223wn7n 799412467         HASH JOIN       HOUSE_DIM_MV                 9/21/2012 1:49:03 PM                                        
2     2610   101     gp6qtc223wn7n 799412467         HASH JOIN       HOUSE_DIM_MV                 9/21/2012 1:49:03 PM                                        
2     2610   101     92z9466bz47aw 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                  9/21/2012 1:49:02 PM                                  
2     2610   101     3nwcxh1p6wkaq 799412467         HASH JOIN       HOUSE_DIM_MV                 9/21/2012 1:49:02 PM                                        
2     2610   101     92z9466bz47aw 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:02 PM                                  
1     2610   101     abwj1n9krrcuc 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:02 PM                                  
1     2610   101     1v7rz5pmchtpy 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:02 PM                                  
1     2610   101     910zpzwq56x4a 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:03 PM                                  
1     2610   101     abwj1n9krrcuc 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:02 PM                                  
1     2610   101     1v7rz5pmchtpy 799412467         MAT_VIEW ACCESS   HOUSE_DIM_MV                      9/21/2012 1:49:02 PM                                  
1     2610   101     910zpzwq56x4a 799412467         SELECT STATEMENT  NODE_DIM_MV                        9/21/2012 1:49:03 PM                           


--Find All Commands executed on Tables which founded on Above SQL

SELECT INSTANCE_NUMBER,SNAP_ID,USER_ID,SQL_ID,SQL_PLAN_HASH_VALUE,SQL_PLAN_OPERATION,DO.OBJECT_NAME,DO.SUBOBJECT_NAME,SQL_EXEC_START 
FROM DBA_HIST_ACTIVE_SESS_HISTORY DHSH,DBA_OBJECTS DO
where SNAP_ID BETWEEN 2597 AND 2621 
AND DHSH.CURRENT_OBJ#=DO.OBJECT_ID 
AND DO.OBJECT_NAME IN ('TEST_DLY_USAGE_STG','TEST_process_control_lkp','HOUSE_DIM_MV','NODE_DIM_MV')
order by 2;
-------------------------------------------------------------------------------------------------------------------------------------
INST# SNAP_ID USER_ID SQL_ID       SQLPLAN_HASH_VALUE SQL_PLAN_OPERATION OBJECT_NAME         SUBOBJECT_NAME SQL_EXEC_START
1     2609   101    f138kjx2k5r01 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R12             12:46:57 PM
1     2609   101    57u0u9v14yfdc 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R11             12:46:57 PM
1     2609   101    3n78p3wvfd9u7 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R10             12:46:57 PM
1     2609   101    ffubvc0gj883w 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R10             12:46:57 PM
                                                                                                                
--Partition start begin Read                                 <-HERE WE GO.                                                                                                                       
2     2609   101    btsj9guja52jn 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R8             12:46:57 PM
2     2609   101    97823yd06wvm3 799412467           TABLE ACCESS       TEST_DLY_USAGE_STG R8             12:46:57 PM
                                                                                                                
--Partition start getting truncat.                                                                                                                                                                     
1     2609   101    2hkk1v26hy6by 3629144304         DDL STATEMENT       TEST_DLY_USAGE_STG R8             12:47:07 PM

---------
Find Which DDL STATEMENT is this. (get SQL_ID from above statement)

SQL> select SQL_TEXT FROM DBA_HIST_SQLTEXT WHERE SQL_ID='2hkk1v26hy6by';

SQL_TEXT
--------------------------------------------------------------------------------
ALTER TABLE TEST_USAGE.CHSI_DLY_USAGE_STG TRUNCATE PARTITION R8


Reference.
OERR: ORA-8103 "object no longer exists" / Troubleshooting, Diagnostic and Solution [ID 8103.1]

Tuesday, June 12, 2012

RMAN-06457: UNTIL scn

I was trying to Duplicate from 3 Node RAC to RAC, which was on 10.2.0.4

After taking backup of full db plus archivelog , It failed at below commands.

Starting Duplicate Db at 11-jun-2012 20:37:28
released channel: CH1
released channel: CH2
released channel: CH3
released channel: CH4
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 06/11/2012 21:53:00
RMAN-06457: UNTIL scn (10763359915928) is ahead of last scn in archived logs (10762406105542)

Issue ALTER SYSTEM ARCHIVELOG CURRENT before taking backup.

In my case, Node 3 was down.so the last & latest SCN was 10762406105542 in Thread 3.


INST_IDGROUP#THREAD#SEQUENCE#BYTESMEMBERSARCHIVEDSTATUSFIRST_CHANGE#FIRST_TIME             
1112502891048576001NOCURRENT107635400375836/12/2012 10:16
1212502881048576001NOACTIVE107635400310766/12/2012 10:15
1322508011048576001YESACTIVE107635377818156/12/2012 4:29
1422508001048576001YESINACTIVE107635377518366/12/2012 4:24
1532076311048576001YESINACTIVE107624060273086/9/2012 9:21
1632076301048576001YESINACTIVE107624059981966/9/2012 9:20
1732076321048576001YESINACTIVE107624060504306/9/2012 9:24
1832076331048576001YESACTIVE10762406105541   6/9/2012 9:59




Monday, June 4, 2012

TNS-03505: Failed to resolve name

Tnsentry was something like below.

TXCOM =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = TEST11v)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = TEST12v)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = TXCOM.world)
    )
  )
  

it gave error TNS-03505: Failed to resolve name , which mostly happen due to bad syntax.

TEST11 | DUMMY1 | /u00/app/oracle/product/10.2.0/DB/network/admin
> tnsping TXCOM

TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 04-JUN-2012 09:55:54

Copyright (c) 1997,  2007, Oracle.  All rights reserved.

Used parameter files:

TNS-03505: Failed to resolve name

This need to check why its not able to find TNSnames. before that make sure you corrected syntax of tnsentry in tnsnames.ora

lets check what is $TNS_ADMIN set to.

TEST11 | DUMMY1 | /u00/app/oracle/product/10.2.0/DB/network/admin
> echo $TNS_ADMIN
/u00/app/oracle/product/10.2.0/ASM/network/admin
TEST11 | DUMMY1 | /u00/app/oracle/product/10.2.0/DB/network/admin
> export TNS_ADMIN=/u00/app/oracle/product/10.2.0/DB/network/admin
TEST11 | DUMMY1 | /u00/app/oracle/product/10.2.0/DB/network/admin
> tnsping TXCOM

TNS Ping Utility for Linux: Version 10.2.0.4.0 - Production on 04-JUN-2012 09:58:00

Copyright (c) 1997,  2007, Oracle.  All rights reserved.

Used parameter files:


Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = TEST11v)(PORT = 1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = dukegotd99v)(PORT = 1521)) (LOAD_BALANCE = yes) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = TXCOM.world)))
OK (0 msec)
TEST11 | DUMMY1 | /u00/app/oracle/product/10.2.0/DB/network/admin

Tuesday, May 29, 2012

ORA-12514 on +ASM , ASM & ORA-12514 , ASM tnsnames.ora

Environment was 3 Node RAC running on Grid Infrastructure. 11.2.0.1

I tried to connect to +ASM instances using sqlplus from same node using TNSnames but i got ORA-12514.

SQL*Plus: Release 11.2.0.1.0 Production on Tue May 29 19:44:36 2012

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

ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor


Enter user-name: 

Both Listener is running.
RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM $ps -ef | grep tns
oracle    9661     1  0 18:54 ?        00:00:00 /u00/app/11.2.0/grid/bin/tnslsnr LISTENER -inherit
oracle    9696     1  0 18:55 ?        00:00:00 /u00/app/11.2.0/grid/bin/tnslsnr LISTENER_SCAN2 -inherit

Below is my configuration.
RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $vi listener.ora
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))             # line added by Agent
LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3)))) # line added by Agent
LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))) # line added by Agent
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1)))) # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON                                         # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON                                         # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON                                         # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON                                               # line added by Agent

RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $vi endpoints_listener.ora
LISTENER_RACG1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG1-VIP)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.100.121)(PORT=1521)(IP=FIRST))))  # line added by Agent

Tnsentry.
+ASM =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = RACG-SCAN)(PORT = 1521))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = +ASM)
    )
  )

Here are services supported by from both listener.
RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl services listener

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 29-MAY-2012 19:45:05

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         LOCAL SERVER
Service "RACT.localdomain.com" has 1 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "RACTXDB.localdomain.com" has 1 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG1.localdomain.com)(PORT=54564))
The command completed successfully


RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl services listener_scan2

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 29-MAY-2012 19:45:24

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
Services Summary...
Service "RACT.localdomain.com" has 3 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG1-VIP)(PORT=1521)))
  Instance "RACT2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG2-VIP)(PORT=1521)))
  Instance "RACT3", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG3-VIP)(PORT=1521)))
Service "RACTXDB.localdomain.com" has 3 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG1.localdomain.com)(PORT=54564))
  Instance "RACT2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG2.localdomain.com)(PORT=65286))
  Instance "RACT3", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG3.localdomain.com)(PORT=39505))
The command completed successfully

Here What we needed to do ....

RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue May 29 19:46:21 2012

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


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options

SQL> show parameter remote

NAME                                 TYPE        VALUE
------------------------------------ ----------- ------------------------------
remote_listener                      string
remote_login_passwordfile            string      EXCLUSIVE
remote_os_authent                    boolean     FALSE
remote_os_roles                      boolean     FALSE

Just add REMOTE_LISTENER pointing to SCAN ip address.

SQL> ALTER SYSTEM SET remote_listener='RACG-SCAN:1521' scope=both;

System altered.

SQL> ALTER SYSTEM REGISTER;

System altered.


As you can see how it reflected in scan listener

RACG1@:/u00/app/11.2.0/grid/network/admin :+ASM1 $lsnrctl services listener_scan2

LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 29-MAY-2012 19:48:42

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

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2)))
Services Summary...
Service "+ASM" has 3 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:3 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG1-VIP)(PORT=1521)))
  Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG2-VIP)(PORT=1521)))
  Instance "+ASM3", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG3-VIP)(PORT=1521)))
Service "RACT.localdomain.com" has 3 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG1-VIP)(PORT=1521)))
  Instance "RACT2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:1 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG2-VIP)(PORT=1521)))
  Instance "RACT3", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:0 refused:0 state:ready
         REMOTE SERVER
         (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=RACG3-VIP)(PORT=1521)))
Service "RACTXDB.localdomain.com" has 3 instance(s).
  Instance "RACT1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG1.localdomain.com)(PORT=54564))
  Instance "RACT2", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG2.localdomain.com)(PORT=65286))
  Instance "RACT3", status READY, has 1 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:0 max:1022 state:ready
         DISPATCHER 
         (ADDRESS=(PROTOCOL=tcp)(HOST=RACG3.localdomain.com)(PORT=39505))
The command completed successfully

Monday, May 7, 2012

Uninstall Oracle 11g on Unix/ Remove Oracle 11g Unix

Here is procedure to Uninstall 11g Oracle Home. earlier it used to done by OUI.

DEVL:/u00/app/oracle/product/11.2.0/db_1/deinstall :TEST$./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /tmp/deinstall2012-05-07_07-55-03-AM/logs/

############ ORACLE DEINSTALL & DECONFIG TOOL START ############


######################## CHECK OPERATION START ########################
Install check configuration START


Checking for existence of the Oracle home location /u00/app/oracle/product/11.2.0/db_1
Oracle Home type selected for de-install is: SIDB
Oracle Base selected for de-install is: /u00/app/oracle
Checking for existence of central inventory location /u00/app/oraInventory

Install check configuration END


Network Configuration check config START

Network de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/netdc_check8067592795646126333.log

Specify all Single Instance listeners that are to be de-configured [LISTENER]:

Network Configuration check config END

Database Check Configuration START

Database de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/databasedc_check8855114124755634650.log

Use comma as separator when specifying list of values as input

Specify the list of database names that are configured in this Oracle home [TEST]:

###### For Database 'TEST' ######

Single Instance Database
The diagnostic destination location of the database: /u00/app/oracle/diag/rdbms/test
Storage type used by the Database: FS
Database file location: /u01/test/data
Flash recovery area location: Does not exist
database spfile location: /u00/app/oracle/product/11.2.0/db_1/dbs/spfileTEST.ora

The details of database(s) TEST have been discovered automatically. Do you still want to modify the details of TEST database(s)? [n]: n

Database Check Configuration END

Enterprise Manager Configuration Assistant START

EMCA de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/emcadc_check.log

Checking configuration for database TEST
Enterprise Manager Configuration Assistant END
Oracle Configuration Manager check START
OCM check log file location : /tmp/deinstall2012-05-07_07-55-03-AM/logs//ocm_check3012.log
Oracle Configuration Manager check END

######################### CHECK OPERATION END #########################


####################### CHECK OPERATION SUMMARY #######################
Oracle Home selected for de-install is: /u00/app/oracle/product/11.2.0/db_1
Inventory Location where the Oracle home registered is: /u00/app/oraInventory
Following Single Instance listener(s) will be de-configured: LISTENER
The following databases were selected for de-configuration : TEST
Database unique name : TEST
Storage used : FS
No Enterprise Manager configuration to be updated for any database(s)
No Enterprise Manager ASM targets to update
No Enterprise Manager listener targets to migrate
Checking the config status for CCR
Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]: y
A log of this session will be written to: '/tmp/deinstall2012-05-07_07-55-03-AM/logs/deinstall_deconfig2012-05-07_07-56-11-AM.out'
Any error messages from this session will be written to: '/tmp/deinstall2012-05-07_07-55-03-AM/logs/deinstall_deconfig2012-05-07_07-56-11-AM.err'

######################## CLEAN OPERATION START ########################

Enterprise Manager Configuration Assistant START

EMCA de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/emcadc_clean.log

Updating Enterprise Manager ASM targets (if any)
Updating Enterprise Manager listener targets (if any)
Enterprise Manager Configuration Assistant END
Database de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/databasedc_clean1221138661467301182.log
Database Clean Configuration START TEST
This operation may take few minutes.
Database Clean Configuration END TEST

Network Configuration clean config START

Network de-configuration trace file location: /tmp/deinstall2012-05-07_07-55-03-AM/logs/netdc_clean6816269865994649600.log

De-configuring Single Instance listener(s): LISTENER

De-configuring listener: LISTENER
    Stopping listener: LISTENER
    Warning: Failed to stop listener. Listener may not be running.
    Deleting listener: LISTENER
    Listener deleted successfully.
Listener de-configured successfully.

De-configuring Listener configuration file...
Listener configuration file de-configured successfully.

De-configuring Local Net Service Names configuration file...
Local Net Service Names configuration file de-configured successfully.

De-configuring backup files...
Backup files de-configured successfully.

The network configuration has been cleaned up successfully.

Network Configuration clean config END

Oracle Configuration Manager clean START
OCM clean log file location : /tmp/deinstall2012-05-07_07-55-03-AM/logs//ocm_clean3012.log
Oracle Configuration Manager clean END
Oracle Universal Installer clean START

Detach Oracle home '/u00/app/oracle/product/11.2.0/db_1' from the central inventory on the local node : Done

Delete directory '/u00/app/oracle/product/11.2.0/db_1' on the local node : Done

Delete directory '/u00/app/oraInventory' on the local node : Done

Delete directory '/u00/app/oracle' on the local node : Done

Oracle Universal Installer cleanup was successful.

Oracle Universal Installer clean END


Oracle install clean START

Clean install operation removing temporary directory '/tmp/install' on node 'DEVL'

Oracle install clean END

Moved default properties file /tmp/deinstall2012-05-07_07-55-03-AM/response/deinstall_OraDb11g_home1.rsp as /tmp/deinstall2012-05-07_07-55-03-AM/response/deinstall_OraDb11g_home1.rsp0

######################### CLEAN OPERATION END #########################


####################### CLEAN OPERATION SUMMARY #######################
Successfully de-configured the following database instances : TEST
Following Single Instance listener(s) were de-configured successfully: LISTENER
Cleaning the config for CCR
As CCR is not configured, so skipping the cleaning of CCR configuration
CCR clean is finished
Successfully detached Oracle home '/u00/app/oracle/product/11.2.0/db_1' from the central inventory on the local node.
Successfully deleted directory '/u00/app/oracle/product/11.2.0/db_1' on the local node.
Successfully deleted directory '/u00/app/oraInventory' on the local node.
Successfully deleted directory '/u00/app/oracle' on the local node.
Oracle Universal Installer cleanup was successful.


Run 'rm -rf /etc/oraInst.loc' as root on node(s) 'DEVL' at the end of the session.

Oracle install successfully cleaned up the temporary directories.
#######################################################################


############# ORACLE DEINSTALL & DECONFIG TOOL END #############

DEVL:/u00/app/oracle/product/11.2.0/db_1/deinstall :TEST$