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

  • Home
  • SEARCH
  • 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 9238141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:41:26+00:00 2026-06-18T07:41:26+00:00

I wanted to create the copy of a table using the following sql command

  • 0

I wanted to create the copy of a table using the following sql command in oracle:

create table table_backup as select * from paper_search;

I encountered the error like this

 [Err] ORA-01652: unable to extend temp segment by 8192 in tablespace

Since the table paper_search is 20GB of size. I googled and found increasing the TEMP memory size in oracle but I have no idea how to solve this any suggestion will be highly appreciated.

  • 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-18T07:41:27+00:00Added an answer on June 18, 2026 at 7:41 am

    If you can’t find enough space for your temp segment (see Orangecrush’s answer), you may want to consider creating the table and populating it in separate steps – e.g.

    create table table_backup as select * from paper_search where 1=0;
    

    then

    insert into table_backup select * from paper_search where id between :1 and :2;
    

    in a loop with suitable ranges for id, committing between each batch (so that you don’t need so much temp space).

    This is just a rough solution and may not be feasible depending on your requirements (e.g. whether it should take into account concurrent inserts/updates/deletes on the table while your batch job is running).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanted to create a new property on a table in my model.. Basically
I wanted to create a page with a simple button which runs away from
Is there an automatic way in SQL Server 2005 to create a database from
I wanted to create a copy of my Android project in Eclipse so I
I've only recently started using BroadcastReceivers, and I wanted to create a service that
I have a SQL Server 2008 database and I wanted to quickly copy all
i tried to do tutorial from http://developer.android.com/resources/tutorials/opengl/opengl-es20.html But what I wanted was to create
I am using JQuery and I wanted to know howto create a drag and
I wanted to run (using Cassini) two copies of my web application from the
I recently wanted to see if I could create an excel spreadsheet using c#

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.