|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
copying tables from one db to another
hi i just joined this forum,,actually i have developed a small software in developer 6i for my dad ,the software is complete now.I want to copy al the tables which i created in here in my database to my dad's office computer,,we both are having oracle 9i rel 2 as the database and developer 6i as the front end.if its all about importing and exporting then how's it done,,our computers are not connected to each other by any means both are standalone
|
|
#2
|
|||
|
|||
|
Oracle comes with two tools called EXP and IMP which are intended for that. See the manual for details
|
|
#3
|
|||
|
|||
|
exp userid=username/password file=your.dmp log=your.log full=y
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
|
#4
|
|||
|
|||
|
exp and imp
exp username/password tables=t1,t2,t3 file=file.dmp
imp username/pass fromuser=esquemaowner1 touser=esquemaowner2 file=file.dmp commit=y(if file is too large) tables=t1,t2... |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > copying tables from one db to another |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|