Results 1 to 3 of 3

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

  1. #1
    Geek_Guest
    Guest

    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?


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    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.


  3. #3

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact