Hyperion Essbase (MOSC)

MOSC Banner

NVARCHAR(4000) -- Limitation in Rule Files

edited Oct 29, 2012 3:10AM in Hyperion Essbase (MOSC) 4 commentsAnswered ✓
Hi all,

I just faced a problem with loading a dimension via rule file (SQL view).

My sql statement included a column with NVARCHAR(MAX). The result is that the rule file only shows and loads the first 7 characters of this column. After some time i figured out that a rule file accepts

4000 characters at maximum --> nvarchar(4000) or varchar(4000).

Is it possible to raise the maximum number of characters somehow?

This is especially interesting becuase the following statement works:

I add the first 4000 characters of a column to the characters 4001 to 8000 in one column - which is nothing else than a varchar(8000) ...

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center