Meagan Longoria busts out the photocopier:
I had a couple of clients who were moving content from development catalogs to production catalogs for the first time. They wanted to copy the schema and data from tables, views, and volumes.
So I wrote a python notebook to handle this task. It creates the objects in the new catalog and then changes the owner to a selected user/group. You can find the full notebook on GitHub.
You can check out the notebook, and Meagan also has explanatory notes covering the process.