Hello. I have oracle dump file from Oracle8. I am trying to import data in Oracle 10. For importing data I am using PL/SQL Developer(buy the way, I have TOAD client). I am doing that by click Tools->Import Tables choose Oracle Import, and then choose Import file. after that click Ok, Done. so How I can find imported tables? I am using "sys" login. Database is located remotely.
UPDATE1 Ok. During importing I got this log
Export file created by EXPORT:V08.01.07 via conventional path
import done in CL8MSWIN1251 character set and AL16UTF16 NCHAR character set
import server uses WE8MSWIN1252 character set (possible charset conversion)
export client uses WE8ISO8859P1 character set (possible charset conversion)
export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversion)
. importing SYSTEM's objects into SYSTEM
. importing MD's objects into MD
*****
Then
"ALTER SESSION .....
....there some sql syntaxes
. . skipping table "MyTable"
****
WHY it is skipping?
****
end last
Import terminated successfully with warnings. :)
UPDATE2. The Issue was resolved by installing Oracle8 in virtual machine. Import was success.