Comments on: Oracle Metadata Generator (and svn uploader) https://blog.ciberterminal.net/2013/05/15/oracle-metadata-generator/ Welcome, connect your terminal Thu, 13 Aug 2015 14:09:58 +0000 hourly 1 https://wordpress.org/?v=6.8.1 By: dodger https://blog.ciberterminal.net/2013/05/15/oracle-metadata-generator/comment-page-1/#comment-863 Mon, 27 May 2013 16:29:01 +0000 http://blog.ciberterminal.net/?p=836#comment-863 Well, I’ve corrected some errors in the script :-)
Now the svn part works as it should :-P
The part of the DBA_TYPES (I think it should be DBA_OBJECTS), I first tryed to generate the array of objects types dynamically but there are a lot of unused objects… So I decided to make a list and that’s all.

]]>
By: dodger https://blog.ciberterminal.net/2013/05/15/oracle-metadata-generator/comment-page-1/#comment-827 Sat, 18 May 2013 18:31:01 +0000 http://blog.ciberterminal.net/?p=836#comment-827 I’ll do :-)
I’ve also detected a “feature” like devolpers call to their bugs :-P
I’ll update the script next bussines day!

]]>
By: EvilGenius https://blog.ciberterminal.net/2013/05/15/oracle-metadata-generator/comment-page-1/#comment-819 Fri, 17 May 2013 11:23:43 +0000 http://blog.ciberterminal.net/?p=836#comment-819 Great job! Congratulations!

Just a little possible “improvement”:

Why don’t you query the DBA_TYPES to fill up the array of object_types.

Like that, user-defined types would be included too!

Regards.

]]>