Hello
I would like to copy the reports2 table located in db1 to reports2 table located in db2.
Both database are in the same Linux machine. I know that there are some commands (load / unload) that I can use to copy the table from one database to the other one. But I don't know how to do it.

Do I have to write a shell script and run it? or do I need to be in one of the databases and execute these commands to send the information to the other database?
Any help would be appreciated

Thanks in advance