Showing posts with label Oracle Import/Export Utilities. Show all posts
Showing posts with label Oracle Import/Export Utilities. Show all posts

Saturday, May 10, 2008

How to use oracle's exp utility?

In windows, go to run window and type cmd than press enter.
From command type the following command.
exp scott/tiger file=c:\scott.dmp log=e:\scott.log
and the press enter.