Requires Free Membership to View
You can use Oracle's export/import utilities. First, export just the table as follows:
exp userid=system@source file=table.dat tables=table_nameThen import the table into another database:
imp userid=system@dest file=table.dat tables=table_name
This was first published in August 2004

Join the conversationComment
Share
Comments
Results
Contribute to the conversation