Rebuild Indexes Faster in Oracle |

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

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

  • @sandeepkumar-dw6xq
    @sandeepkumar-dw6xq 4 года назад +5

    Arun, you are awesome man, I am totally new to Oracle, like MS SQL DBA and AWS Cloud Engineer I am too good. Your videos are really helping me to become an Oracle DBA. Thank you for these videos

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

      Glad! Pleasure is all mine ;)

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

    Very informative! This channel deserves more subscribers and views!!!

  • @karunareddy5449
    @karunareddy5449 3 года назад +1

    Really loved this Q & A style format of explaining... explanation is clean n crisp...

  • @mmohan692
    @mmohan692 Год назад

    You are a god for all DBA

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

    I allways support your youtube channel, greetings from programer data base :)

  • @siddhartharao8490
    @siddhartharao8490 2 года назад

    Thank you so much for clarifying our doubts on partition index.

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

    Dear Arun,
    I am a your big fan..This is a great initiative and I'm sure your will reach your goal very shortly ,already started sharing your videos / articles to my DBA networks...cheers and good luck ..

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

      Thanks Mayur !! Let's build a strong DBA community ;)

  • @sudhirshilwant5424
    @sudhirshilwant5424 3 года назад +1

    i like u r channel , thank for creating such video, this will help our DBA team.

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

    Hi Arun, thanks for helping out. Could you please provide the sequence of steps in right order to move table online to different tablespace with all attached objects if that table having indexes, partitions, LOBs all.

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

      Oracle 12.2 onward you can move the table as an online operation using ONLINE keyword. but it can't be used on a partitioned index-organized table or index-organized tables that have a column defined as a LOB, VARRAY, Oracle-supplied type, or user-defined object type.
      ALTER TABLE t1 MOVE ONLINE TABLESPACE users;

  • @MultiTechnoJunkie
    @MultiTechnoJunkie 3 года назад +1

    Joined DBA Genesis channel today...meet you @udemy DG course and finally in YT today!

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

    You are the best sir

  • @sonimai123
    @sonimai123 3 года назад +1

    Hi Arun, Can we have one listener and two databases with two different services. If one database is down we need not to down the listener we just down the service whch was offering

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

      Yes, you can have it.

    • @sonimai123
      @sonimai123 3 года назад

      @@dbagenesis Thanks Arun for your prompt reply

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

    Great work Arun..
    I have upgraded (manually) my 11.2.0.4 database to 12.1.0.2 and also I have upgraded the dst_timezone to 18 .. But after running the post_upgrade_fixups.sql ... It's still showing old_time_zone.So, my question is whether this is some sort of bug in oracle 12.1 or do I need to upgrade to timezone to some other values??
    Please do respond... :)

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

      If still, changes are not reflecting Check the preupgrade_fixups.sql script and do the changes manually.
      UPGRADE DST TIME ZONE:
      1. Download the dst upgrade script from oracle
      unzip the file
      $ unzip DBMS_DST_scriptsV1.9.zip
      $ cd DBMS_DST_scriptsV1.9
      run countstatsTSTZ.sql script.
      SQL> spool countstatsTSTZ.log
      SQL> @countstatsTSTZ.sql
      SQL> spool off
      Purge the scheduler jobs
      SQL> exec dbms_scheduler.purge_log;
      Run upg_tzv_check.sql ( it will detect the highest installed DST patch automatically)
      SQL> spool upg_tzv_check.log
      SQL> @upg_tzv_check.sql
      SQL> spool off
      SQL> spool upg_tzv_apply.log
      Run upg_tzv_apply.sql ( It will do the actual dst upgrade)
      SQL> spool upg_tzv_apply.log
      SQL> @upg_tzv_apply.sql
      Once dst upgrade is successful , validate the time_zone(It should be 18)
      SQL> SELECT version FROM v$timezone_file;

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

    Hi Arun .Could you please share some details on capacity planning for database ,starting from the very basic like what should be my ideal SGA,PGA for a single node database that I want to implement for a application in production environment which would cater 2000+ transactions per day for online airline ticket purchase

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

      Great question, will be answering it in upcoming episode !

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

    You are doing good job I learned new things from you. Want to know more about the upcoming technology what will be the correct path for dba’s to learn

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

      Sure, keep watching the videos, I will be adding more content related to upcoming technology

  • @santoshmishra-my2gc
    @santoshmishra-my2gc 4 года назад

    Hi Arun, for question on moving table,can't we use expdp of schema,then allocate new tablespace to that user as default tablespace and import ,as this will take care of all the objects within schema.Only issue is all tables will be not available during this process,but we can use parallel option.?Can you please comment on my thought please.

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

    Hello Arun, thanks for sharing your expertise. Would it be possible to create a session on Oracle Apex

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

      Sure, added it to my list. Won't be possible immediately but I will get it into priority list in this quarter !!

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

    Hi Arun
    1)What is use of the password file in database and password file mandatory create database?

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

      Good question, picked it up for upcoming episode ;)

  • @AniketPatil-yr1iw
    @AniketPatil-yr1iw 4 года назад +1

    Hi Arun Sir,
    just last week i came across this osm channel. Thank yo so much for the work .
    I have query ,
    i am a oracle database developer and you recommend to up skill for Golden Gate for DAB profile .
    I have not much knowledge of administration and i am completely involved in development database activities .
    Is it ok to learn GG (i mean , am i going to face any challenge while learning due to my background)
    plz plz plz answer !!!!

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

      You must first learn database administration else it will be challenge to move on to Golden Gate.

    • @AniketPatil-yr1iw
      @AniketPatil-yr1iw 4 года назад

      @@dbagenesis thank you sir..!!!
      #morepowertoyou 🙏

  • @hm-in5zq
    @hm-in5zq 3 года назад +1

    thank you

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

    What are all the monitoring tools used by DBA now and before?

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

      Pickedup your question for upcoming episode!

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

    Thanks for your response regarding listener bro.
    Why won't we try drop and re-create index instead of rebuilding the index.

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

      Added your question for upcoming episode. Will be answering it shortly!

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

      @@dbagenesis
      Thanks for your response.
      One more doubt Bro..
      We are creating index on only few Columns of the table even though Index size is very much near to size of the table why?

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

      Happens sometimes! For small tables, the index size will be bigger than table size itself. ;)

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

    Hi Arun. Please explain me what happens when we enable row movement?

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

      It allows you to move rows from table to recycle bin or from recycle bin to table.

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

    Could you please tell more ideas about normalization and what part it uses in db

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

      A quick search on our channel will get your normalization videos.

  • @sureshhello-zn4cw
    @sureshhello-zn4cw 4 года назад +1

    Sir If possible please post oracle rac video's in our channel and some videos of golden gate is already available but those videos are covering all the topics in golden gate ?

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

    can we have instance and database name are different? how can we do it.?

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

      Yes, you can! If you want to change only instance name but not database name, just run
      SQL> alter system set instance_name=orcl scope=spfile; startup force;

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

      @@dbagenesis Thank you

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

    How to fix the plan for a sql in database?

  • @shbcreators8877
    @shbcreators8877 3 года назад

    Can you tell me which modules are better to learn for Devops with AWS cloud

    • @shbcreators8877
      @shbcreators8877 3 года назад

      I have heard that so many modules are there in Devops. Currently i am working into Oracle DBA platform

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

    Please do more videos on performance tuning it would be great help

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

      Sure, keep watching #dailyDBA for more PT related questions.

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

    What are all the info we can get from awr report.. pls do one video on this topic

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

      Checkout this earlier video that I did on AWR: ruclips.net/video/QPJL1fswbO4/видео.html

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

      @@dbagenesis thanks a lot

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

    How can I reduce the gap between primary and standby Database?

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

      Good question, will be answering in the upcoming episode ;)

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

      @@dbagenesis Thanks boss ☺️

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

    HI Arun, Please do cover Oracle Apps DBA concepts also. Advance Thanks.

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

      Hey Uday, I am actually not an Apps DBA! Maybe I can call up my friend who is a well known Apps DBA on our #dailyDBA show to answer most of your queries.

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

      @@dbagenesis Thanks again Arun.

  • @premkumark7514
    @premkumark7514 3 года назад

    Hi Arun in sga size is 10gb one user select one table 1tb size what happen

    • @shefalishah164
      @shefalishah164 2 года назад

      it will be in buffer chunk by chunk goes the new extent /blocks keep replacing the older one ..my 2 cents

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

    How many datafiles can a tablespace have?

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

      Check below article from support.dbagenesis.com
      support.dbagenesis.com/knowledge-base/physical-oracle-database-limits/

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

      6566 it depends on operating system.

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

      Thanks Arun...

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

      Will nologging while rebuilding indexes will affect the standby database ?

  • @AnweshDash
    @AnweshDash 3 года назад

    how to tune PGA memory as a developer

  • @vamsikrishna-yk3ib
    @vamsikrishna-yk3ib 4 года назад +1

    How to add the disk group in ASM and how to tell the steps in interview ??

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

      Good one! added question to upcoming episode. Meanwhile, find below your answer:
      - First you need to add disks to shared storage
      - use oracleasm utility to create ASM disks
      - Fire ASMCA to create ASM disk group
      - Allocate disks to disk group, define redundancy and mount diskgroup
      - The newly created disk group will be visible to database by default

    • @vamsikrishna-yk3ib
      @vamsikrishna-yk3ib 4 года назад +1

      Thank you so much and all the best for your work 👍👍👍

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

    Hi

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

    Create telegram channel