Is database password case sensitive on Oracle 11g? We have export the schema from Oracle 10g to 11g and no longer can logon to the stat windows client.
Oracle 11g is case sensitive. Try to turn off case sensitive first to see if you can logon to the stat windows client:
ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;
COMMIT;
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center