I'm trying to import data into a new database that has locally managed tablespaces. I'm trying to import for an export done from a database that does'nt have locally managed tablespaces. And I'm getting this error when it tries to create tha tables:
"unable to create INITIAL extent for segment in tablespace CI_DATA"

I understand the error but what I would like to know is how can I do an import in a db that has locally managed tablespaces, from an export that does'nt have these type of tablespace.

Thanks in advance.