So, it's a New Year.
And what is my resolution(s) for this year.
Well, nothing that I am putting to electronic print, that's for sure...
But, I am and always be intrigued by process, what's there, how it's used, who uses it, who doesn't, etc. So, with that in mind, I am going try and use the PPDM v3.8 data model to truly capture process. I have a real nice little query that details a lot of information about privileges and grants in an Oracle database that I want to load into the PPDM meta-model. So, I will. And I will use this blog as a way of explaining what/how I have done.
So, I have done the preliminary data mapping between the result set from the query and tables in PPDM. And, as usual; it does not map 100%. So, I have the option of either trying to get the PPDM to alter the model or just do it myself. Now, that means that I don't have a 100% compliant PPDM implementation, but then, who does?
The next step is to define how to load/update the data. Here is what I have in mind:
- select an Oracle ID that I want to put my temporary load table in
- create temporary table & sequence
- write the sqlldr script to purge & then load the temp table
- grant permissions (Select, Insert, Update, Delete) on PPDM tables that I access
- write a data loader that will load the data as well as track that I loaded the data. I have not mapped out how to do this, but it's on the list
One last problem is where to store what I have done. I like MindManager as it's a very graphical way to display what you have done. I also like my wiki as it's really portable. And then there's this blog...
