Add Ability To Document Any Schema In Database
Brought to you by:
oradoclet
Currently, the application runs on the user account that connects to the database. It would be helpful if an additional parameter could be passed so that multiple schemas could be documented with the same authentication credentials.
This change would involve passing an additional parameter of what schema to document and then modifying the sql to select from the "all_*" stuff rather than the "user_*" stuff.