To export the file from the oracle from "scott" user
****************************************************
1.select start-->select Run-->enter cmd-->click ok-->go to D drive
2.Type the following command in the command prompt
d:\>exp scott/tiger file="scott.dmp"
*************************************************************
Import the dump file into our oracle of "scott" user
************************************************************
1.select start-->select Run-->enter cmd-->click ok-->go to D drive
2.Type the following command in the command prompt
d:\>imp scott/tiger file="scott.dmp" full=y
*******************************************************
Note:In the Oracle database an account on scott must be exist in our db
Build Your Own Test Framework
-
[image: Build Your Own Test Framework]
Learn to write better automated tests that will dramatically increase your
productivity and have fun while doing so...
1 hour ago
No comments:
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.