Deprecated LONG RAW Data Type is Still Used in wl_servlet_sessions Table for JDBC-based Persistence Storage
(Doc ID 1675581.1)
Last updated on OCTOBER 02, 2024
Applies to:
Oracle WebLogic Server - Version 12.1.1.0 and laterInformation in this document applies to any platform.
Goal
In Oracle documentation for WebLogic Server 12c (https://docs.oracle.com/cd/E24329_01/web.1211/e21049/sessions.htm#BABEEDBG) the table wl_servlet_sessions is still using LONG RAW as a data type.
According to Oracle Database documentation - https://docs.oracle.com/cd/B28359_01/server.111/b28318/datatype.htm#CNCPT613
the LONG RAW data type is provided for backward compatibility with existing applications. For new applications, use the BLOB and BFILE data types for large amounts of binary data.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |