Replication and structured type

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dov Moryusef

    Replication and structured type

    Hi to all,

    Is it possible to use replication with tables which contain structured
    type ?
    I know that it’s impossible to use import/export fonctions with
    strutured type but I don’t know about replication.

    Thanks for yours answers

    Dov
  • Serge Rielau

    #2
    Re: Replication and structured type

    Not supported.


    --
    Serge Rielau
    DB2 SQL Compiler Development
    IBM Toronto Lab

    Comment

    • Dov Moryusef

      #3
      Re: Replication and structured type

      Thanks Serge

      Comment

      • Knut Stolze

        #4
        Re: Replication and structured type

        Dov Moryusef wrote:
        [color=blue]
        > Hi to all,
        >
        > Is it possible to use replication with tables which contain structured
        > type ?
        > I know that it?s impossible to use import/export fonctions with
        > strutured type but I don?t know about replication.[/color]

        There is no native support as Serge mentioned, but there is a work-around
        described here:



        The article talks about spatial data. Given that those data types are
        simply structured types, you should be able to make the necessary
        adaptations without any problems.

        --
        Knut Stolze
        Information Integration
        IBM Germany / University of Jena

        Comment

        • Dov Moryusef

          #5
          Re: Replication and structured type

          Thanks a lot for the link Knut.
          That will be very useful !

          Dov

          Knut Stolze a écrit :
          [color=blue]
          >
          > There is no native support as Serge mentioned, but there is a work-around
          > described here:
          >
          > http://www-106.ibm.com/developerwork...lze/index.html
          >
          > The article talks about spatial data. Given that those data types are
          > simply structured types, you should be able to make the necessary
          > adaptations without any problems.
          >[/color]

          Comment

          Working...