Oracle database link connects databases to replicate data

Source: Internet
Author: User
Tags create database

--1. Create a Dblink connection

Create DATABASE link mdm66 connect to lc019999 identified by aaaaaa using ' 10.24.12.66/ORCL '; --mdm66 for the connection name, you can name it, lc019999 to access the database user name, aaaaaa for the password, 10.24.12.66/ORCL the IP address and service name of the database

--2. Query data select * FROM [email protected]--the queried field cannot contain CLOB and blob type--3. Copy table data CREATE TABLE Mdmwldw_bak as SELECT * from [email protected]--4. Query all Dblinkselect * from Dba_db_links--5. Delete dblinkdrop public database link dblinkname;

Oracle database link connects databases to replicate data

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.