Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9035453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T08:45:45+00:00 2026-06-16T08:45:45+00:00

In one db i have table PRODUCTS with columns NAME and TECHNICAL_NAME . In

  • 0

In one db i have table PRODUCTS with columns NAME and TECHNICAL_NAME.

In second database I have table TEMP_PRODUCTS with columns NAME (that corresponds to column NAME of the table PRODUCTS from the 1st db) and TECHNICAL_NAME that is null and that should be updated with the corresponding TECHNICAL_NAME values from 1st db.

So I should do UPDATE table TEMP_PRODUCTS by using JOIN with columns NAME?

I would like to avoid solution with exporting table from 1st bd and importing it to the 2nd db.

How can I do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T08:45:46+00:00Added an answer on June 16, 2026 at 8:45 am

    By Creating the DB Link only we can access the one DB objects from another DB.

    CREATE DATABASE LINK db1_link 
       CONNECT TO <User Name> IDENTIFIED BY <pwd>
       USING 'db2'; 
    

    — db2 means Service Name for exp products db

    Then Update Statement

    UPDATE temp_products tp
      SET technical_name=
        (SELECT technical_name FROM products@db1_link p
          WHERE tp.name = p.name)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Kinda stuck on this one. I have a table with name/value columns: NameValue table
I have one table that has two fields - ID1 and ID2 ID1 can
I have one table that has sales records and another table that has additional
For an e-shop I have Products table (id, name, price, description) Attributes table (attribute
I have a CGridView with columns from a table product => {'product_id','category_id',...} I have
I've stuck with one quite tricky problem. I have list of products from different
I have a table called products in a MySQL database. products looks some what
I have a table 'products' => ('product_id', 'name', 'description') and a table 'product_price' =>
hi i have table called products with columns product_id prodcut_name prodcut_price( values like 1200,2000,3000,100)
I have a table of rows (duh) and in one of the columns, I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.