Symantec Privileged Access Management

 View Only

Tech Tip - CA PIM Enterprise: ERROR: ORA-12899: value too large for column "TASKSESSION12"."DESCRIPTION" 

Mar 17, 2016 10:36 PM

Product: CA Privileged Identity Manager Enterprise Management SAM

Version: All

OS: Windows

Central DB: Oracle

 

SUMMARY:

Error message on the title is displayed on ENTM WEB UI when selecting 5 or more Privileged Accounts on Privileged Account Request screen and click "Select".

This symptom is only observed when the selected language on Browser is multi-byte character set such as Japanese, Korean, etc.

 

WORKAROUND:

Execute following SQL resolves this symptom.

C:\> sqlplus

User name:

Password:

SQL> alter table tasksession12 modify DESCRIPTION varchar2(512 char);

SQL> alter table archive_tasksession12 modify DESCRIPTION varchar2(512 char);

SQL> commit;

 

SOLUTION:

The solution will be released from r12.9 SP2.

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Mar 17, 2016 11:38 PM

Thanks for sharing, Shiro!

Related Entries and Links

No Related Resource entered.