Thank you for your reply.
I have created datastore 9i in my local repo and tried to import table from 8i db but I get same error message.
I tried with creating datastore 8i in my local repo and import table again fail with error ORA-00904.
I also created datastore ODBC with Data Source Name and TNS pointing to our 8i db, and was able to import table from 8i. Then, I created dummy job to read a table from this ODBC Datastore and write to Ora10g template table. However, when I tried to execute this job, I get this error
CON-120302 ODBC call <SQLDriverConnect> for data source <XXX> failed: <[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified>. Notify Customer Support.
My objective is to be able to read from 8i and write to 10g.
Using 9i datastore doesn't seems to work for my case. Is there another way besides using 9i datastore?