ORA-46073: Cookie already in use by another session
Cause: The specified Extensible security session cookie was used by another Extensible security session.
Action: Execute the function or procedure with a different cookie.
ORA-46073是一个ORACLE数据库中服务器会话之间共享cookie时遇到的错误。
1.检查服务器端数据库会话,确保没有重复的会话。
2.检查服务器端数据库会话,确保没有会话未正确清理Cookie。
3.如果无法解决该问题,可能会需要重启数据库服务器,以清除所有cookie并重新连接到数据库。