The posted response will get you the workstation/session configuration. If you are looking for actual application configuration from one environment to the other then the solution is more complicated.
1. You must identify all related "configuration" tables during a users session. This is accomplished by using the sql trace facility in the 'per session' mode it would be edit-> preferences-> configuration. Select the trace tab and make sure the sql trace options are selected also make sure the file selected is a valid drive and directory for the machine.
2. On the machince configured in step 1. have a functional expert configure the system i.e. add an account,department or whatever is necessary.
3. Capture the trace file from the configured file name in step 1.
4. Using a text editor of your choice,search the trace file for all insert,update statements. All tables will then be identified.
5. A data mover script can then be written from the table names in the trace to export from one environemnt and a sister script can be written to import to the target.
6. This data mover scripts can then be executed to export and import.
7. Alternative to step 5. would be scripts written in native RDMS tools.
This is really involved but, the only sure way to capture all effected "configuration tables" from a given application.
Hope this helps.
John Manfreda
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.