File | Date | Author | Commit |
---|---|---|---|
00_Init.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
01_General.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
02_Debug.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
03_DbSize.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
04_Audit.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
05_Quota.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
06_Profile.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
07_AWR.sql | 2015-04-03 |
![]() |
[0255d2] Initial commit |
LICENSE | 2015-04-03 |
![]() |
[0255d2] Initial commit |
README.md | 2015-04-03 |
![]() |
[0255d2] Initial commit |
Library of functions and procedures for MySQL
[ PURPOSE ]
At first, my idea was to write a single file ".sql", but I decided to fall back
on the solution to create a file for each area, in order to make my work easier
to understand.
I decided to develop this library of functions and procedures for all those
Oracle dba who want to approach the world of MySQL.
First of all, let me explain this concept better.
In Oracle databases, usually we talk about schemas, roles and so on; the term
"database" itself can have different meanings: in Oracle we use this term to
address all the files of an instance, while in MySQL engine it's used in the
same way as the word "schema" in Oracle.
I'm trying to use names and conventions usual in Oracle context but, please,
keep in mind it's no possible clone perfectly their meaning in MySQL