Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
oracle_12_clean_environment [2020/10/26 19:11] – created andonovj | oracle_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: |
- | / | + | |
- | GGSCI (sourceSRV.izb.local as ggate@DBNAME) 1> info all | + | |
- | + | ||
- | Program | + | |
- | + | ||
- | MANAGER | + | |
- | + | ||
- | </ | + | |
- | + | ||
- | 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 | MANAGER | ||
- | </sxh> | + | </Code> |
Line 80: | Line 66: | ||
Any configuration can files can be located via: | Any configuration can files can be located via: | ||
- | <sxh> | + | <Code: |
GGSCI (sourceSRV.izb.local) 4> show all | GGSCI (sourceSRV.izb.local) 4> show all | ||
Line 101: | Line 87: | ||
Masterkey wallet files (.wlt) | Masterkey wallet files (.wlt) | ||
Credential store files (.crd) | Credential store files (.crd) | ||
- | </sxh> | + | </Code> |
+ | |||
+ | Last, clean the local trails in dirdat directory on the home. | ||
+ | **P.S.** the file started with lt (local trails) | ||
+ | |||
+ | < | ||
+ | [oracle@sourceSRV dirdat]$ ls -lart | ||
+ | total 8 | ||
+ | drwxr-xr-x 29 oracle oinstall 4096 Nov 14 14:35 .. | ||
+ | drwxr-x--- | ||
+ | </Code> | ||
**!!!!!P.S. DO NOT DELETE THE REDO LOG FILES :) !!!!!!** | **!!!!!P.S. DO NOT DELETE THE REDO LOG FILES :) !!!!!!** |