Autodesk Topobase 2010 provides a tool to migrate data among Oracle schemas. The source schema could be any Oracle schema; the target schema is a Topobase schema.
The user interface of the tool displays the tables of the source and target schemas; therefore it is easy for the user to link them. The lookup tables or domains can also be easily linked. The tool provides automatic options to link the tables and fields. As a result, the tool creates SQL statements for the migration, creates SQL Loader files or makes the inserts through the API.
In this first post, I’d like to show you how to enable a Topobase document for import and I will explain you the interface of the tool. In the next posts, I will show you how to link domains and feature classes.
First, you need to enable the Oracle data import extension in the document. In Topobase Administrator, select the document, and in the Document Settings toggle on Oracle data import extension.
Click Save. The document is updated and the system tables for the import (TB_MIG_*) are created in the document.
Now you have an additional option in the Import menu. Select Import > Oracle Data. The Source Document window is displayed, the target document is your current document (i.e. ATORAMIG). Enter the name of the source document for the import (in this example SIMROSEWATER).
Click Ok. In the Import Oracle Data window, click New and enter a name for the mapping definition.
In the individual tabs you can link the domains and feature classes. On the left-side you see the source tables displayed and on the right-side you see the target feature classes. You have the option to link, unlink, do automatic links or copy the tables, attributes or domains in the target document.
In the next posts I will show you examples on how to link domains and feature classes.