-
Notifications
You must be signed in to change notification settings - Fork 188
/
README
37 lines (28 loc) · 1.41 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
=========
= About =
=========
This is a collection of useful Oracle SQL and shell scripts that I use.
I don't mind how you use these scripts, but give credit if credit is due.
===========
= License =
===========
Copyright 2011 Gwen Shapira.
These programs are free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
These programs are distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
==========================================================================
DataGuard.txt - SQL snippets for monitoring and managing DataGuard
check_and_kill.sql - SQL for checking on what sessions are doing
locks.sql - Queries I use to figure out locking issues
tfsclock.sql - complex query from Oracle that gives a lot of details about locks
job_scheduling.sql - Queries regarding jobs and schedules
SSD.sql - queries I use to decide which segments should be placed on SSDs
undo_space.sql - queries to dig into undo usage
tablespace.sql - queries to manage tablespace sizes