Geeks Talk

Prepare for your Next Interview




How can I export / import the tables from one database to another

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?...


Go Back   Geeks Talk > Databases > Oracle

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-12-2007
Expert Member
 
Join Date: Feb 2007
Posts: 1,279
Thanks: 0
Thanked 164 Times in 138 Posts
Geek_Guest is on a distinguished roadGeek_Guest is on a distinguished road
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?
Reply With Quote
The Following User Says Thank You to Geek_Guest For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 06-16-2007
Moderator
 
Join Date: Jun 2007
Location: Bangalore,India
Posts: 1,432
Thanks: 8
Thanked 126 Times in 113 Posts
debasisdas will become famous soon enoughdebasisdas will become famous soon enough
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.
Reply With Quote
  #3 (permalink)  
Old 07-30-2007
Junior Member
 
Join Date: Jul 2007
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
suneelgopavaram is on a distinguished road
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
Reply With Quote
Reply

  Geeks Talk > Databases > Oracle


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 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


All times are GMT -4. The time now is 01:45 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved