[
Lists Home |
Date Index |
Thread Index
]
Can someone point me to a resource that describes the rationale for
determining
what value to use as a namespace. I have an application that outputs data
from
a two different databases which of which has 500+ tables. The application
will
divide each database into 15 sections( each section will contain many
tables).
The user can select one section and output 1 or many of its defined tables )
I would like to give each section a namespace. This would make it easier for
the
import routine to identify what section the file represented and also would
allow
separate and smaller set of schemas to be created, one for each section.
Am I using the namespace correctly ??
|