I'm modifying an existing security application written in VB 3. I need to be able to open
an oracle database under one userid and password, then under certain conditions close the
database and re-open using a new useridn and password. Currently I'm able to open the
database and close it, but when I try to reopen the database using the new userid and
password, the database still refers to the original userid and password. Is there a way
to work around this?