Improve EXPDP Performance |

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 29

  • @tlondi
    @tlondi 4 года назад +4

    I work at Oracle Corporation and my best Oracle version remains Oracle 11.2.0.4. However, like Arun said, best Oracle version is dependent on the application requirement only. We see a lot of performance and data compatibility issues for customers who have upgraded to new version without proper consultation between their application vendor and Oracle development. They end up with a half-baked migration/upgrade that needs to be reverse engineered to work. Thanks for all the informative content Arun, you are truly a gem in our Oracle DBA world!

  • @nishanthajay
    @nishanthajay 4 года назад +4

    We could also improve performance by,
    1. Using network_link parameter to take expdp remotely on another node
    2.exclude statistics if we already have a stats gathered or needs to ne ignored in the new clone setup
    3.increase PGA size if required since PGA handles DPR (Direct Path Read) requests to accommodate expdp
    4.Increasing UNDO might help exp
    Pls correct me if I'm wrong :)

  • @sadanb4876
    @sadanb4876 4 года назад +2

    Extremely superb..Much thanks for your time to explain each and every comment to be answered....

  • @jaipalgaikwad618
    @jaipalgaikwad618 4 года назад +2

    Thanks Arun your r doing great job to help dba round globe.

  • @mercylane6755
    @mercylane6755 4 года назад +2

    Great explanation of what the disadvantages of oracle.

  • @shivampatel-mv6dv
    @shivampatel-mv6dv 4 года назад +5

    Q: by mistake someone removed online redo logs and cleanup job has cleaned archives and we do not have any database backup scheduled at the server. what are ways to recover database again ?

  • @rmahathi2692
    @rmahathi2692 4 года назад +1

    The archival backup
    And about the flashback logs

  • @RameshKumar-dw9fs
    @RameshKumar-dw9fs 4 года назад +1

    Hi Arun, Any other way to make particular schema in single user mode as we do as database..

  • @rammurthy1206
    @rammurthy1206 4 года назад +1

    Hi Arun for the question - on recovering the dropped table from recycle bin using flash back option, would like to know what if recycle bin has been flushed off??how can I get back the dropped table??

  • @farazmohammed6862
    @farazmohammed6862 4 года назад +2

    Please explain 12c concepts like pdb,cdb .. how to take backup, clone pdb's

  • @shubhamdwivedi1120
    @shubhamdwivedi1120 4 года назад +2

    Hi Arun,
    Thanks for taking this initiative of dailyDBA show.
    I have to questions to ask.
    1:- Can we directly move from 12c to 19c or we have to firstly move to 18c and then 19c.
    2:- Suppose I had performed expdp operation and created log files and dump file at particular location, and because of some mistakes log files or dump files was got deleted then it this case the import operation will be processed or not.
    Please answer

    • @amitshinde9724
      @amitshinde9724 4 года назад

      how can it possible,unless and until you don't have dump for import...

    • @dbagenesis
      @dbagenesis  4 года назад +1

      A1. Search on google "Oracle 12c upgrade matrix" and read it. You will get answer.
      A2. If log file is deleted, no impact on import if export dump files are delete, off course import will fail.

  • @prathapreddy9618
    @prathapreddy9618 4 года назад +1

    Nice explanation ,can you please explain what is the difference between local and dictionary tablespace

    • @vaddeashokraj
      @vaddeashokraj 4 года назад

      free extens information stored in data dictionary that is called Dictionary managed TS.
      free extens inforamation stored in with in the tablespace it is locally managed TS.

  • @9890691169
    @9890691169 4 года назад

    Can we use direct=y in case of taking export of clob tables.?

  • @rmahathi2692
    @rmahathi2692 4 года назад +1

    Hi Arun
    Could you please explain about FRA and the errors we usually see while initiating backup through FRA.

    • @dbagenesis
      @dbagenesis  4 года назад +1

      Picked up your question for upcoming episode. Will answer soon!

  • @MurthyJn
    @MurthyJn 4 года назад +1

    In 11g R2 able to export dump using encryption by "ENCRYPTION_PASSWORD=test".
    exp : expdp dumpfile=emp.dmp
    logfile=emp.log directory=data_pump_dir tables=EMP ENCRYPTION_PWD_PROMPT=YES
    if like this it will ask for Password.after enter encryption the password export will start.
    the same way can I import like "ENCRYPTION_PWD_PROMPT=YES and then it should wait for password prompt.
    basically I don't want to specify the password in imp command itself.

    • @dbagenesis
      @dbagenesis  4 года назад

      Did you check if ENCRYPTION_PWD_PROMPT is also a parameter available for IMPDP?

  • @preddy2210
    @preddy2210 4 года назад +2

    Hi very very nice thanks a lot

  • @ishanmalik3483
    @ishanmalik3483 4 года назад +1

    Hi Arun, one simple question, what if I the archives generated today and before backing it up , I delete them as the space is limited on filesystem?
    Is there any impact during recovery

    • @dbagenesis
      @dbagenesis  4 года назад +1

      Offcourse, archive lost is directly loss of transactions.. no archive means no recovery!

    • @dbagenesis
      @dbagenesis  4 года назад +1

      But if this happens in your environment, immediately take a full backup of DB.

    • @ishanmalik3483
      @ishanmalik3483 4 года назад +2

      DBA Genesis if full back up completed successfully, then all fine

  • @dbaraghav5670
    @dbaraghav5670 4 года назад +2

    Supperb sir

  • @matheenahamed2692
    @matheenahamed2692 4 года назад +1

    What is Fal client and Fal server? What's their purpose?

    • @amitshinde9724
      @amitshinde9724 4 года назад +1

      FAl client is your local machine server and FAL server is your remote server

    • @dbagenesis
      @dbagenesis  4 года назад +1

      FAL = Fetch Archive Log
      Quick googling will get you the answer. Please note FAL_CLIENT is deprecated from 12c onwards.