Siteid Column Defined As 10 Char Is Being Extracted As 4000 Char In SAS Extract
(Doc ID 780246.1)
Last updated on DECEMBER 03, 2019
Applies to:
Oracle Clinical - Version 4.5.1 and laterInformation in this document applies to any platform.
This problem can occur on any platform.
Symptoms
-- Problem Statement:
Column lenght in extract view is defined as varchar2(4000) instead of varchar2(10) as defined in
the view template. The column is based on a custom function
-- Steps To Reproduce:
* Create a extract macro based on database function which return a varchar2
* Add a column to a extract view based on the macro created before
* Generate the extract views
* In SQL*Plus check the definition of the view
Cause
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
Symptoms |
Cause |
Solution |