Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[b]Updating table fields with data from another database [/b]

Status
Not open for further replies.

tatochka

Programmer
May 3, 2001
49
0
0
US
I have 2 Oracle 9i databases. One is test & one is production. I'd like to write a script that will let me to update production table with data from test table. Not all fields have to be updated. Is it possible in one script?
 
create a database link. U can then select/update any needed from one to the other
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top