Hi kdanjou,
Let's say you have an IDS instance called "work_one".
work_one is made up of some dbspaces, some critical (rootdbs, physdbs, logdbs, and tempdbs) and some user defined (dbs1, dbs2, dbs3, etc ....).
All these dbspaces are created using "chunks" of raw space and these chunks are created from logical volumes.
The dbspace(s) contain the database tables and indexes.
When you drop a database, you're removing the contents of some dbspaces, like dbs1 and dbs2, but the empty dbs1 and dbs2 dbspaces remain and are ready to receive the dbimport.
Note: the SQL script generated by dbexport will have the source database dbspace(s) for indexes defined explicitly in the SQL script for each index. All these must be changed to the correct dbspace(s) that will be used for the target database.
The dbspace for the target database tables is defined using dbimport from the command line.