I exported the dump using EXPDP command. After exporting I dropped the user and the associated tablespaces by logging is as / AS SYSDBA.
Then I re-created the User and the Tablespaces. Then I imported the dump using IMPDP.
After importing I tried logging in with the re-created user and tried to query a table. And I got the following error.
ORA-01115: IO error reading block from file 5 (block # 326667)
ORA-01110: data file 5: '/data01/test/TBS_MYTBS_01.dbf'
ORA-27091: unable to queue I/O
ORA-27072: File I/O error
Additional information: 4
Additional information: 326666
Machine Details : Sun Solaris
Oracle Version : Oracle10g
Could someone help me in resolving the error?