Hi, I need to Import with datapump to another schema, data in 'x' tablespace and index in 'y' tablespace
example:
My schema: prueba
I need to import schema "prueba" but the data should be in tablespace called "Tb1" and its index should be in tablespace called "Tb2"
So how can I do that?
Any help will be appreciated.