Where can I get the Oracle 8.1 setup?

I'm also looking for the steps involved in restoring .DMP files in Oracle 8.1. Any ideas?

link|improve this question
feedback

1 Answer

Why do you want Oracle 8i ? Oracle 8i is obsolete and I doubt you can download from OTN.

To import, the syntax is

imp <user>/<password> file=<dump-filename> full=y ignore=y

More details on Oracle Wiki

link|improve this answer
imp (import) is backwardly compatible, so you should be able to load an 8i export into 9i/10g/11g – Gary Jul 24 '11 at 9:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.