Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Copy tables and indexes etc from one db to another
Does the table have to have all of the data in it? If you just want to copy
the objects over (I think I have mentioned this tool to you before) then
grab the free copy of DBATool from our web site:
http://www.cool-tools.co.uk/Products/dbatool.html
Though you will have to learn how to use export if you don't already know how..
Alternatively, just use export/import, or create a database link between the databases, and "create table <table_name> as select * from <schema.table_name>@dblink"..
HTH Mark
-----Original Message-----
Roland.Skoldblom_at_ica.se
Sent: 05 April 2002 14:18
To: Multiple recipients of list ORACLE-L
Hallo,
anyone whom can tellme the easiest way to copy tables etc from one database to another.
Thanks in advance
Roland
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Roland.Skoldblom_at_ica.se Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Fri Apr 05 2002 - 08:08:28 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mark Leith INET: mark_at_cool-tools.co.uk Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |