GitHub user Weixin-Xu opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1118

    [TRAFODION-2035] Not able to copy table where there is column with type 
timestamp(0), error out with ERROR[8102]

    Whatever the precision of oracle timestamp's second is 0-9, the char buffer 
is like YYYY-MM-DD HH24:MI:SS.FFFFFFFFF.
    So data size is always equal the display size of timestamp(9) ( 
SQL_TIMESTAMP_LEN + '.' + 9 for precision )

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Weixin-Xu/incubator-trafodion odb

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1118.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1118
    
----
commit bc726d3dfc42f08972895dc98b17a1687a877681
Author: Weixin Xu <[email protected]>
Date:   2017-06-14T06:54:23Z

    odb timestamp size add to display size of timestamp(9)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to