D.
Member²
Hi All,
This is just a general Oracle question. I've been looking at using plsqldoc and the way it generates HTML docs out of table/column comments. Does anyone out there have any other methods they use to document the data model, and how to keep it up-to-date ?
I would like to keep the documentation next to the objects, in the form of comments in the database, but DBAs frown on this due to frequent export/import or drop/create table maintenance exercises. This removes the comments (so they say), and they have to be re-created. Moreover, the plsqldoc generated docs from comments are not done on-the-fly, so they need re-generated when a change is made. One suggestion I was given was to use Oracle Designer repository for documentaion, and generate dynamic HTML pages from the designer database. This keeps the pages up-to-date, and you can run regular reconcilliation reports against the master / production database. However, we dont use Designer and seems a wee bitty expensive for just a documentation tool.
Any other suggestions ? What do you use ?
Sorry, this isn't exactly PLSQL Developer specific, but I would like to know your thoughts on using plsqldoc for this sort of docs.
Regards,
D.
This is just a general Oracle question. I've been looking at using plsqldoc and the way it generates HTML docs out of table/column comments. Does anyone out there have any other methods they use to document the data model, and how to keep it up-to-date ?
I would like to keep the documentation next to the objects, in the form of comments in the database, but DBAs frown on this due to frequent export/import or drop/create table maintenance exercises. This removes the comments (so they say), and they have to be re-created. Moreover, the plsqldoc generated docs from comments are not done on-the-fly, so they need re-generated when a change is made. One suggestion I was given was to use Oracle Designer repository for documentaion, and generate dynamic HTML pages from the designer database. This keeps the pages up-to-date, and you can run regular reconcilliation reports against the master / production database. However, we dont use Designer and seems a wee bitty expensive for just a documentation tool.
Any other suggestions ? What do you use ?
Sorry, this isn't exactly PLSQL Developer specific, but I would like to know your thoughts on using plsqldoc for this sort of docs.
Regards,
D.