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 7544393
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T08:39:38+00:00 2026-05-30T08:39:38+00:00

We have a shell script that we use to import a dump file into

  • 0

We have a shell script that we use to import a dump file into a database. This script literally calls impdp utility. But before doing so, it disable the Archivelog on the target database in order to disable generation of archived redolog files during this operation.

Recently, it became impossible for us to shutdown database before the impdp (technical requirement). This way the archivelog mode can’t be disabled 🙁

My question is , how can we still manage to decrease the number of generated archived redolog files while importing even when the database is in archivelog mode?

I tried to put all the permanent tablespaces in NOLOGGING Mode, but i still got a lot of archived redolog files generated ….

  • 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-05-30T08:39:39+00:00Added an answer on May 30, 2026 at 8:39 am

    Finally i found a solution to my problem . First of all i found the reason why setting tabespaces in NOLOGGING mode doesn’t have any impact.
    In fact, when inspecting the dump file, i found that the tables are created with LOGGING mode. this override the settings on the tablespace.

    The solution is to import in two phases :

    • First phase : import only the metadata (impdp CONTENT=METADATA_ONLY
      …. )
    • Set all the tables/indexes to NOLOGGING mode
    • Second phase : import only data (impdp CONTENT=DATA_ONLY …. )
    • Set all the tables/indexes to LOGGING mode
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a shell script that calls a java jar file and runs an
I have a shell script file (run.sh) that contains the following: #!/bin/bash %JAVA_HOME%/bin/java -jar
We have a shell script that perform a physical backup of our oracle database
Hello fellow computer people :) I have a shell script that I will use
I have a shell script that starts tomcat using 'catalina.sh start'. This script runs
Have a shell script that reads the files in a particular directory. #!/bin/bash for
I have a shell script that executes a number of commands. How do I
I have a Windows shell script that opens an application. I'd like to modify
I have a bash shell script that loops through all child directories (but not
I have a Bourne Shell script that has several functions in it, and allows

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.