Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
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?...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export 'All testcases at a time' from Mercury Quality Center | Geek_Guest | Quality Center | 10 | 05-30-2009 06:56 AM |
| 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 |