Remove Existing Smart Instrumentation Data - Intergraph Smart Materials - Version 10.1 - Administration & Configuration - Hexagon

Intergraph Smart Materials Integration (10.1)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Administration & Configuration
Smart Construction Version
8
Smart Materials/Smart Reference Data Version
10.1

If you imported a dump file containing the same tables for this user previously, you must clear all tables before a new import. Delete can be done with the following statement in SQL*Plus:

truncate table <tablename>;

You can also drop the whole user by using the cascade option to erase all the user's objects:

drop user Smart Instrumentation cascade;