Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Access から Oracle 11g に一連のテーブルをエクスポートしようとしていて、ORA-12899 エラーが発生しました。このエラーは、値が列に対して大きすぎることを訴えています (実際の 256、最大 255)。元の Access テーブルを再確認すると、データ型は最大長 255 のテキストに設定されています。Access で長さを 254 に設定し、端を切り落とす必要がありますか?