Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand the TEXT column to 32767 characters for 12c instances #30

Open
martindsouza opened this issue Feb 19, 2015 · 0 comments
Open

Expand the TEXT column to 32767 characters for 12c instances #30

martindsouza opened this issue Feb 19, 2015 · 0 comments
Milestone

Comments

@martindsouza
Copy link
Member

From @martindsouza on July 27, 2013 1:59

As a result for issue #17 A current workaround for large text entries in p_text is to move it to the EXTRA column. In 12c this may not be required since it supports varchar2 columns of 32767 characters.

Look at modifying the text column to 32767 for 12c or greater instances. Also need to check that the large text fields don't depend on a parameter configuration in the database. If so, need to verify that parameter.

If this issue goes in, then the check in log_internal doesn't need to happen (but will still need to be supported for older versions.

Need to check for parameter and version number: http://dbasolved.com/2013/06/26/change-varchar2-to-32k-12c-edition/

select *
from v$parameter
where name = 'max_string_size'

As part of Issue #17 already have a new compilation parameter LARGE_TEXT_COLUMN which will remove the need for #17 (and thus a slight performance boost since not checking text size anymore).

Copied from original issue: tmuth#30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant