Prepare for your Next Interview
This is a discussion on How can I export / import the tables from one database to another within the Oracle forums, part of the Databases category; How can I export / import the tables from one database to another database? Both databases are same only (Oracle 10g), But different host? Can anyone help for me?...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
How can I export / import the tables from one database to another
How can I export / import the tables from one database to another database? Both databases are same only (Oracle 10g), But different host?
Can anyone help for me? |
| The Following User Says Thank You to Geek_Guest For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: How can I export / import the tables from one database to another
For this u have two options
1.using export/import. U need to export from one database and import into another. 2.U can use DBLINK that connects to both the databases. |
|
|||
|
Re: How can I export / import the tables from one database to another
create database link linkname connect to 'username' identified by 'password' using 'hostname';
using this u can connect to a db and use the tables |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export 'All testcases at a time' from Mercury Quality Center | Geek_Guest | Quality Center | 5 | 09-23-2008 04:36 PM |
| What is need to import java.awt.event.* | Geek_Guest | Java | 1 | 05-29-2007 05:29 AM |
| Tables names of a database in a combo box | yogeesh R | VB.NET | 1 | 04-09-2007 07:54 PM |
| Base tables for Journal Import | Geek_Guest | Oracle Apps | 1 | 03-03-2007 10:31 PM |
| WebSphere V5.0 : Import and export | Lokesh M | Web Tools | 0 | 05-27-2006 07:26 AM |