View Revisions: Issue #4527

Summary 0004527: dbexport structure and data of tables from the database to tibero format files
Revision 2020-09-09 17:23 by pmarzullo
Steps To Reproduce 試著以下3種 database format 可以正常產出結果
1. ./bin/dbexport --format=sql --compatible=oracle item
2. ./bin/dbexport --format=sql --compatible=mysql item
3. ./bin/dbexport --format=sql --compatible=postgres item

./bin/dbexport --format=sql --compatible=tibero item
Log output will be written to /u02/symmetric-corp/logs/symmetric.log
-------------------------------------------------------------------------------
An exception occurred. Please see the following for details:
-------------------------------------------------------------------------------
java.lang.RuntimeException: Unable to create DML statements for unknown dialect: tibero
    at org.jumpmind.db.platform.DmlStatementFactory.createDmlStatement(DmlStatementFactory.java:55)
    at org.jumpmind.db.platform.DmlStatementFactory.createDmlStatement(DmlStatementFactory.java:45)
    at org.jumpmind.symmetric.io.data.DbExport$WriterWrapper.startTable(DbExport.java:548)
    at org.jumpmind.symmetric.io.data.DbExport.writeTable(DbExport.java:227)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:188)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:163)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:153)
    at org.jumpmind.symmetric.DbExportCommand.executeWithOptions(DbExportCommand.java:198)
    at org.jumpmind.symmetric.AbstractCommandLauncher.execute(AbstractCommandLauncher.java:193)
    at org.jumpmind.symmetric.DbExportCommand.main(DbExportCommand.java:77)
-------------------------------------------------------------------------------


Revision 2020-09-09 01:55 by dingshiuan
Steps To Reproduce 試著以下3種 database format 可以正常產出結果
1. ./bin/dbexport --format=sql --compatible=oracle item
2. ./bin/dbexport --format=sql --compatible=mysql item
3. ./bin/dbexport --format=sql --compatible=postgres item

./bin/dbexport --format=sql --compatible=tibero item
Log output will be written to /u02/symmetric-corp/logs/symmetric.log
-------------------------------------------------------------------------------
An exception occurred. Please see the following for details:
-------------------------------------------------------------------------------
java.lang.RuntimeException: Unable to create DML statements for unknown dialect: tibero
    at org.jumpmind.db.platform.DmlStatementFactory.createDmlStatement(DmlStatementFactory.java:55)
    at org.jumpmind.db.platform.DmlStatementFactory.createDmlStatement(DmlStatementFactory.java:45)
    at org.jumpmind.symmetric.io.data.DbExport$WriterWrapper.startTable(DbExport.java:548)
    at org.jumpmind.symmetric.io.data.DbExport.writeTable(DbExport.java:227)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:188)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:163)
    at org.jumpmind.symmetric.io.data.DbExport.exportTables(DbExport.java:153)
    at org.jumpmind.symmetric.DbExportCommand.executeWithOptions(DbExportCommand.java:198)
    at org.jumpmind.symmetric.AbstractCommandLauncher.execute(AbstractCommandLauncher.java:193)
    at org.jumpmind.symmetric.DbExportCommand.main(DbExportCommand.java:77)
-------------------------------------------------------------------------------