I have installed oracle10g ExpEdition,it hasn't inbuilt table. I need oracle tables emp,dept,salgrade,mgr.If you have installed oracle9i , you can easily export the tables.
I am describing the method.
open command prompt
type C:\>exp scott/tiger file="c:\emp.dmp" tables=(emp,dept,salgrade,mgr)
then go to c drive,You can see the exported emp.dmp file.
Please send me that file to SNIP
THANKS.