Git Product home page Git Product logo

Comments (6)

E1izabeth avatar E1izabeth commented on June 22, 2024

It is configurable. Please refer to our documentation for more information: https://dbeaver.com/docs/dbeaver/Data-Migration/#column-mapping

from dbeaver.

packfan73 avatar packfan73 commented on June 22, 2024

Hi,

I have used the way shown in the documents to click the configure button and then modify the target datatypes. What I am looking at is a way to edit the way datatypes are chosen. As in my example the Oracle table has LONG RAW and many NUMBER (X,X) tables. If we want to say select 100 tables for export to a SQL Server I would like the mapping to be globally edited to be NUMBER(38,0) -> NUMERIC(38,0) and LONG RAW -> VARBINARY(MAX).

I don't see any global place to change that, just the individual table editing of columns, which may be many columns in a table over many tables.

Is that something that requires using the commercial version to get or is there some other way to do it I am totally missing(very possible).

Thanks for your time.

from dbeaver.

E1izabeth avatar E1izabeth commented on June 22, 2024

Currently there is no global mapping

from dbeaver.

packfan73 avatar packfan73 commented on June 22, 2024

Thanks. How is the target DDL created? Are those determined by the DB drivers used? There must be something that tells DBeaver to map a certain datatype to the datatype on the destination that it uses to generate the create table DDL.

Thanks again.

from dbeaver.

E1izabeth avatar E1izabeth commented on June 22, 2024

We rely on the data kind, name and length to map the data types.

from dbeaver.

arhayka avatar arhayka commented on June 22, 2024

Thank you for the idea!
We decided to add the ability to define a mapping on data transfer for certain data types for certain databases.

from dbeaver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.