oracle_12_clean_environment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
oracle_12_clean_environment [2020/10/26 19:11] – created andonovjoracle_12_clean_environment [2020/10/26 19:23] (current) andonovj
Line 1: Line 1:
 =====Clean the environment===== =====Clean the environment=====
-First assure that you don't have any running jobs:+We can clean our environment by deleting the components as follows:
  
-<sxh> +<Code:bash|Delete all groups>
-/u01/app/oracle/product/12.1.2/DBNAME_gg/ggsci +
-GGSCI (sourceSRV.izb.local as ggate@DBNAME) 1> info all +
- +
-Program     Status      Group       Lag at Chkpt  Time Since Chkpt +
- +
-MANAGER     RUNNING     <- Except this one, this one is by default there (Boring)                                       +
- +
-</sxh> +
- +
-If any jobs are present, STOP them, DELETE them and Clean them. +
- +
- +
- +
-<sxh>+
 GGSCI (sourceSRV.izb.local) 1> info all GGSCI (sourceSRV.izb.local) 1> info all
  
Line 73: Line 59:
 MANAGER     RUNNING                                            MANAGER     RUNNING                                           
  
-</sxh>+</Code>
  
  
Line 80: Line 66:
 Any configuration can files can be located via: Any configuration can files can be located via:
  
-<sxh>+<Code:bash|Check config>
 GGSCI (sourceSRV.izb.local) 4> show all GGSCI (sourceSRV.izb.local) 4> show all
  
Line 101: Line 87:
 Masterkey wallet files (.wlt)  /u01/app/oracle/product/12.1.2/DBNAME_gg/dirwlt Masterkey wallet files (.wlt)  /u01/app/oracle/product/12.1.2/DBNAME_gg/dirwlt
 Credential store files (.crd)  /u01/app/oracle/product/12.1.2/DBNAME_gg/dircrd Credential store files (.crd)  /u01/app/oracle/product/12.1.2/DBNAME_gg/dircrd
-</sxh>+</Code> 
 + 
 +Last, clean the local trails in dirdat directory on the home. 
 +**P.S.** the file started with lt (local trails) 
 + 
 +<Code:bash|Clean local trails> 
 +[oracle@sourceSRV dirdat]$ ls -lart 
 +total 8 
 +drwxr-xr-x 29 oracle oinstall 4096 Nov 14 14:35 .. 
 +drwxr-x---  2 oracle oinstall 4096 Jan 16 12:35 . 
 +</Code>
  
 **!!!!!P.S. DO NOT DELETE THE REDO LOG FILES :) !!!!!!** **!!!!!P.S. DO NOT DELETE THE REDO LOG FILES :) !!!!!!**
  • oracle_12_clean_environment.1603739480.txt.gz
  • Last modified: 2020/10/26 19:11
  • by andonovj