Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9243893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:54:28+00:00 2026-06-18T08:54:28+00:00

I have a set of tables with data in one user schema. I want

  • 0

I have a set of tables with data in one user schema.
I want a copy of those to another user.

Can this be done with SQL?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:54:29+00:00Added an answer on June 18, 2026 at 8:54 am

    If the two users are on the same database, and provided sufficient GRANTS are present, then just run the below statement in the new user schema:

    create table <tablename> as select * from olduser.<tablename>;
    

    EDIT:

    Copy the below set of statements in a text file. Replace <oldueser> with the existing schema name and <path> with a path in the unix/windows machine where you want the spool to be written. Run this file in the existing schema. A spool file will be written in the path specified with the name tbls.sql. Take this tbls.sql and run it in the new schema, where you want the tables to be replicated.

    set head off
    set line 100000
    set line 100000
    set feedback off
    spool <path>/tbls.sql
    select 'CREATE TABLE ' || TABLE_NAME ||' AS SELECT * FROM <OLDUSER>.'||TABLE_NAME||';'
    FROM user_tables; 
    spool off
    set feedback on
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a set of tables and views that merely store some config data
I have set up 2 two tables - table userid and table data in
I have two tables set up in phpmyadmin- table userid and table data. The
I have a set of data, and while the number of fields and tables
I have a set of tables (say Account, Customer) in a schema (say dbo)
I have 2 tables set up like this (irrelevant rows omitted): > product -
Hi ok I have two tables one called Login and one called User there
I have two tables, one table is the items container, which holds all data
I have two tables with the exact same schema in SQL Server 2008 Standard
I have a mysql table field set as time type which stores data in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.