Problem with exp of database 8.1.7 on windows 2000
I want to migrate an database on old server to the new one.The old server: Windows server 2000, DB sofware: 8.1.7
The new server: Oralce Linux 5.9, DB software: 11.2.0.4
When I run exp on the Old server, example: >exp tuannv/*****@olddb owner=tuannv consistent=y file=test.dmp log=test.log
It's only show:
The new server: Oralce Linux 5.9, DB software: 11.2.0.4
When I run exp on the Old server, example: >exp tuannv/*****@olddb owner=tuannv consistent=y file=test.dmp log=test.log
It's only show:
You can let Export prompt you for parameters by entering the EXP
command followed by your username/password:
Example: EXP SCOTT/TIGER
Or, you can control how Export runs by entering the EXP command followed
by various arguments. To specify parameters, you use keywords:
Format: EXP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
command followed by your username/password:
Example: EXP SCOTT/TIGER
Or, you can control how Export runs by entering the EXP command followed
by various arguments. To specify parameters, you use keywords:
Format: EXP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)
0