View Issue Details

IDProjectCategoryView StatusLast Update
0005061SymmetricDSBugpublic2022-08-01 19:42
Reporterrjna Assigned Toelong  
Prioritynone 
Status closedResolutionno change required 
Product Version3.12.11 
Summary0005061: Difficulty using dbexport to export Oracle DB data
DescriptionHi guys!

I have 2 very simple mock databases in Oracle and I'm trying to export it's contents to mariaDB.

When running the command:

bin/dbexport -p /path_to_my_properties_file > output.sql

I get an empty output.sql file.

When I try:

bin/dbexport -p /path_to_my_properties_file one_of_my_mock_tables > output.sql

I get:

java.lang.RuntimeException: Cannot find table one_of_my_mock_tables in catalog null and schema SYSTEM.

I tried to search the documentation, but it isn't clear what catalog/schema I should use in order to enable dbexport to find the correct table.

Any help would be appreciated!

Thanks,
Ricardo
Tagsdbimport/dbexport, dialect: oracle

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-07-19 16:54 rjna New Issue
2021-07-19 16:54 rjna Tag Attached: dbexport;
2021-07-19 16:54 rjna Tag Attached: dialect: oracle
2022-01-13 13:29 admin Tag Detached: dbexport;
2022-01-13 13:30 admin Tag Attached: dbimport/dbexport
2022-08-01 19:42 elong Assigned To => elong
2022-08-01 19:42 elong Status new => closed
2022-08-01 19:42 elong Resolution open => no change required