restaurar una bd con import

Daniela
09 de Enero del 2006
Hola.

Yo us茅 el export con la siguiente instrucci贸n:

exp userid=system/password full=y constraints=Y file=C:backups_oracle20051229backup20051229.dmp
log=C:backups_oracle20051229backup20051229.log


Y trat茅 de hacer un import con la siguiente instrucci贸n:

imp system/password full=Y file=c:backups_oracle20051229backup20051229.dmp log=c:importar.log

Pero en el log dice me sale error al crear los tablespaces

IMP-00017: following statement failed with ORACLE error 29339:
"CREATE UNDO TABLESPACE "UNDOTBS1" BLOCKSIZE 4096 DATAFILE 'C:ORACLEORADATAcarpetaUNDOTBS01.DBF' SIZE 209715200 AUTOEXTEND ON NEXT 5242880 MAXSIZE 16383M EXTENT MANAGEMENT LOCAL "


y la soluci贸n q me d谩 la ayuda es..

Action: Configure the appropriate cache for the block size of this tablespace using one of the various (db_2k_cache_size, db_4k_cache_size, db_8k_cache_size, db_16k_cache_size, db_32K_cache_size) parameters.


Edit茅 el init.ora...

db_block_size=4096 .

Y me sigue el error. C贸mo soluciono esto?

Si export茅 en modo full, deber铆a crearme todo, no? Lo estoy instalando en otra m谩quina, con la misma versi贸n de oracle (9i), donde no existe la bd. O sea lo importo desde cero.

O adicionalmente debo crear tablespaces??

a
09 de Enero del 2006
escribe la sentencia que te falla en la bbdd a cargar y ver谩s cual es el fallo....
"CREATE UNDO TABLESPACE...."