Hi Gurus,
I'm trying to import my yesterday's production DB on another machine for some testing purpose. I created a clone of my production DB, but with a block size of 4KB unlike as production 8KB. My OS is Linux 7.2 and oracle 9.0.1.4.0 . Import process is starting and at after creating 4 tables, its kicking out saying
"Segmentation fault (core dumped)". I set all the Shared memory parameters and all. here are my shared memory parameter values..

[root@cmsprod3 kernel]# cat sem
250 32000 32 128

shmmax
1000000000

shmmni
4096

shmall
2097152


Please help me in solving this problem.

Thanks in advance.