DOA 3.3.2 / Oracle 8.1.7 / BCB5 / French
I am changing dynamically the login propery of my unique TOracleSession.
Example: (session 's' already connected)
Before: executing "SELECT TO_CHAR(SYSDATE)FROM DUAL" -> OK
s->Connected = false;
s->Login = "NewSchema";
s->Connected = true;
After: executing "SELECT TO_CHAR(SYSDATE)FROM DUAL" -> ORA-01801
Please, any clue will help me...
I am changing dynamically the login propery of my unique TOracleSession.
Example: (session 's' already connected)
Before: executing "SELECT TO_CHAR(SYSDATE)FROM DUAL" -> OK
s->Connected = false;
s->Login = "NewSchema";
s->Connected = true;
After: executing "SELECT TO_CHAR(SYSDATE)FROM DUAL" -> ORA-01801
Please, any clue will help me...