Redian新闻
>
问个external table field definition的问题
avatar
问个external table field definition的问题# Database - 数据库
c*t
1
Oracle_Loader Access Driver定义:field_definitions的确省长度是255.怎么加大
这个maximum length呢?
avatar
v*r
2
To override 确省maximum length, you just need to explicitly define the non-
default maximum length in your external table/columns declaration, like : <
column_name> CHAR (1000))
avatar
c*t
3
I defined my column varchar2(500), however the log shows:
actual: 144; maximum: 100

<

【在 v*****r 的大作中提到】
: To override 确省maximum length, you just need to explicitly define the non-
: default maximum length in your external table/columns declaration, like : <
: column_name> CHAR (1000))

avatar
v*r
4
这个 error 是不是你 load external table data 到 regular table 时产生的?
可能 the rejected row in external table actually has 144 characters in
length, but column in regular table being updated is defined as VARCHAR2(100
).
avatar
c*t
5
Some row are extremely long (>32K), which is over block limit.. my solution
is to use clob for some field.

100

【在 v*****r 的大作中提到】
: 这个 error 是不是你 load external table data 到 regular table 时产生的?
: 可能 the rejected row in external table actually has 144 characters in
: length, but column in regular table being updated is defined as VARCHAR2(100
: ).

avatar
v*r
6
check the target regular table columns definition with the external table
columns/fields definition. Make sure the load source (external table)
columns length are the same or less than the load target table columns
definition.
The error you got is saying one field in the rejected row in external table
is larger than the corresponding column in the target regular table.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。