HiveBrain v1.2.0
Get Started
← Back to all entries
patternMinor

Exporting database Oracle 7.3 on Windows NT 3.51

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
exportingoracledatabasewindows

Problem

How to take dump files on Oracle7.3 running on Windows NT 3.51?

Should you stand in the Orant/bin folder and run one of the programs there like>

exp73 SYSTEM/password@[dbinstance] FULL=Y LOG=EXPORT.LOG


Did not work

These services:

Solution

Ok here's what I did:

I was in the ORANT\BIN folder.

I had to figure out what the SID was for the DB. Did that via an Oracle client which I tried to connect remotely to Oracle on the server.

set oracle_sid=a

exp73.exe System/manager file=myexp13xxxx.dmp full=y log=mylog130527.log

Code Snippets

set oracle_sid=a

exp73.exe System/manager file=myexp13xxxx.dmp full=y log=mylog130527.log

Context

StackExchange Database Administrators Q#42996, answer score: 4

Revisions (0)

No revisions yet.