Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
07_AWR.sql | 2015-03-18 | 3.4 kB | |
06_Profile.sql | 2015-03-18 | 3.5 kB | |
05_Quota.sql | 2015-03-18 | 3.0 kB | |
04_Audit.sql | 2015-03-18 | 5.8 kB | |
03_DbSize.sql | 2015-03-18 | 2.3 kB | |
02_Debug.sql | 2015-03-18 | 2.5 kB | |
01_General.sql | 2015-03-18 | 5.7 kB | |
00_Init.sql | 2015-03-18 | 449 Bytes | |
README.md | 2015-03-18 | 845 Bytes | |
LICENSE | 2015-03-18 | 35.2 kB | |
Totals: 10 Items | 62.8 kB | 0 |
MySysUtl
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