Saturday, March 15, 2008

Dune Buggy Dimensions

Oracle database import and export

Oracle provides a pair of comadi effetutare for the import and export of an Oracle database: IMP and EXP.

For export, follow the following sintass:

EXP userid / password @ sid file = (path) \\ dump_filename.dmp log = (path) \\ lod_filename.log

while imports :

IMP userid/password@sid file=(path)\dump_filename.dmp log=(path)\lod_filename.log FULL=Y

0 comments:

Post a Comment