Microsoft
Software
Hardware
Network
Question : Oracle 11g "Alter Session" Error
I completed a migration from Oracle 10g on one server (Windows Server 2003) to Oracle 11g on a different server (Windows Server 2008). Both are 32-bit servers. I used the export from 10g and the import from the 11g. Everything went well. All the data, constraints, roles, etc. were properly created.
The one critical problem is that the user who was testing the migration keeps getting an "Alter Session" error. Here are the remedies that I tried:
(1) Gave the user both Create and Alter Session privileges
(2) Used ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; [This was originally an Oracle 8/NT database]
(3) Had the user reboot her computer
(4) Restarted the database
(5) Restarted the server.
Any suggestions on what to check?
I can log into the database from the server (SQL PLus) using her user id/password.
Answer : Oracle 11g "Alter Session" Error
do you use the same client version as she does to connect or are they different? Sounds like it could be a client issue.
Random Solutions
Moving stored procedure from SQL Server 2000 to 2005, multiple table inserts and SCOPE_IDENTITY
SQLSERVER 2005 mirroring
Want to run script when a file is put in a folder
How can I prevent an event happening if I cancel an Access Report?
Update Table query from select
Help creating a connector between Exchange 2003 and Exchange 2010
Dell image restore not working
How do I reset the name of the "Title" column in Sharepoint after it has been renamed in error.
Directories
Where in the page lifecycle are cookies created?