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

Usage of LONG oracle datatype #382

Closed
isopov opened this issue Sep 9, 2018 · 0 comments
Closed

Usage of LONG oracle datatype #382

isopov opened this issue Sep 9, 2018 · 0 comments

Comments

@isopov
Copy link

isopov commented Sep 9, 2018

Oracle LONGs should be avoided as possible:
https://stackoverflow.com/questions/3599211/oracle-long-or-clob
https://stackoverflow.com/questions/13582213/why-oracle-allows-only-one-long-column-per-table
https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1460004570029

Comparing that to TEXT type that for Postgres is the most recommended type for storing strings is really misleading. Investigate if it is possible to replace LONG usage with CLOB for Oracle.

Tapac added a commit that referenced this issue Sep 10, 2018
@Tapac Tapac closed this as completed Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants