002 - What is VIP & What is SCAN in Oracle RAC? || Real Application Cluster

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 58

  • @prasadd1324
    @prasadd1324 2 роки тому +12

    If anyone watches all ur RAC videos they can very easily clear interviews of 4 to 6 exp

  • @Muhammadilyas-nk4ox
    @Muhammadilyas-nk4ox Рік тому +2

    Thanks Mallik for making best and easy videos of RAC

  • @AbhishekSingh-bx6ov
    @AbhishekSingh-bx6ov 3 роки тому +3

    Thanks a lot Sir, after a long time I got this useful video related to SCAN. You have cleared my all SCAN related doubts in RAC.

  • @raviy10
    @raviy10 Рік тому

    Thanks, this is very detailed and easy to follow

  • @mohammedbaageel
    @mohammedbaageel 3 роки тому

    Thank you for the clear explanation and easy way to simplify the complexity things in Oracle RAC structure.
    Waiting for more UA-cam videos.

  • @b7videos684
    @b7videos684 4 роки тому +1

    Awesome explaination

  • @akashreddy463
    @akashreddy463 4 роки тому +1

    Thanks very much...this is very useful vedio.

  • @yuqinli6176
    @yuqinli6176 3 роки тому

    Super good resources to watch!

  • @RajeshSharma-pz1jy
    @RajeshSharma-pz1jy 3 роки тому +1

    Nice One

  • @ramyasubramanian6207
    @ramyasubramanian6207 2 роки тому

    Thanks alot..really good job

  • @naveenkumart2283
    @naveenkumart2283 4 роки тому +1

    Thanks Mallik good explanation

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому

      Thank you @Naveen, Keep watching my channel and share with you friends.

  • @mojganmansouri9030
    @mojganmansouri9030 2 роки тому

    Thank you. It's greatttttttttt.

  • @suryaboddu6402
    @suryaboddu6402 4 роки тому

    Nice Explanation Mallik.

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому

      Thanks for liking. Please do watch my videos and share with your Oracle circles

  • @balajichandramohan5117
    @balajichandramohan5117 9 місяців тому

    Hi Mallik,
    Well explained. where scan ips are mentioned.

  • @balajichandramohan9707
    @balajichandramohan9707 Рік тому

    Hi Mallik,
    Good one,
    If we add or remove nodes from the cluster, how the SCAN gets updated about these details.
    How to find the ips of SCAN in DNS/GNS.

  • @sagarreddy4768
    @sagarreddy4768 4 роки тому +2

    Super explanation sir. I have queries??
    You mention that before 11g vips are used for node connectivities. When SCAN got introduced from 11gr2 it resolves connections to the nodes. If SCAN is balancing node connectivity why do vip's divert node connectivities.

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому +4

      SCAN is for load balancing and HA but user session and application connection has to happen via your node VIPs not with SCAN IPs.

  • @rajaneeshy5334
    @rajaneeshy5334 2 роки тому

    Hi Sir,
    we have different nodes(in the sense instances) if request goes from node1 it fetches the data from database and where it will place the data,(in single instance it place in database buffer cache) in RAC it will place all the node's DBC or anything else.
    Q.one instance goes down,DBC also goes down in this case no data present in that DBC.?

  • @meghakaradi
    @meghakaradi 4 роки тому

    Nice explanation

  • @rajeshagd2295
    @rajeshagd2295 2 роки тому +2

    i have one question ..if we are adding more nodes into the cluster ..still do we need manually entry in the scan list for those nodes? or will it take automatically and put into the scan list

    • @tryponraj
      @tryponraj 4 місяці тому

      Oracle Net Services is aware of new addition of nodes. When request reaches it, it will pick one of the db instances on a node to serve data. So, it is implictly taken care while adding/removing the nodes from the cluster.

  • @jobmyjob
    @jobmyjob 4 місяці тому

    thanks you a lot

  • @CheersBritain
    @CheersBritain 4 роки тому

    Nicely explained 👍👍

  • @JazzyGyani
    @JazzyGyani 4 роки тому +2

    Thanks, Malik for a good explanation. What is the role of VIPs after the SCAN introduced in 11gR2.

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому +10

      @Gurpreet, VIP has many advantages.
      1. Your local listener should run on VIP
      2. You application should connect to database via SCAN and then node VIP.
      3. Once node goes down your VIP will shift to other surviving node.

    • @JazzyGyani
      @JazzyGyani 4 роки тому +1

      @@VismoTechnologies Thanks Mallik for clearing my doubt ☺

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому

      Most Welcome

    • @sagarreddy4768
      @sagarreddy4768 4 роки тому

      2.Even after node addition or eviction on cluster from 11gr2 scan is balancing node connectivities. Then why again vip's are doing user connectivities to surviving node?? can you please let me know sir?

    • @vinny_vlogs4262
      @vinny_vlogs4262 3 роки тому

      @@VismoTechnologies you're awesome man..really helps the explanation..👍🙏

  • @shahmd2903
    @shahmd2903 4 роки тому +4

    Hello sir, In this video at 9 min 30 seconds , you are saying the "VIP will be shifted to surviving node and the connection is also shifted to surviving node and the connection is still established to database.
    I am sorry but please correct this statement, it is not true , The VIP will shift to surviving node but the existing connection will not shift to any of the existing nodes. the existing connection will disconnect, user has to establish new connection

    • @VismoTechnologies
      @VismoTechnologies  4 роки тому +4

      Please refer the video on FAN and TAF. I have made one video on that where I have mentioned that you need to setup TAF and FAN so that all existing user or application connection will be shifted to surviving node.
      Our of those user connected session only select statement will continue to execute but any DDL statement user has to resubmit the request.
      If you still have doubt in understanding. feel free to call me I will explain you.

    • @rpbhagato
      @rpbhagato 2 роки тому

      @@VismoTechnologies But let's say, We are connected to database using vip of node 1, and if that node goes down, then the vip will failover, but the user will get the timeout error .

  • @huzaifaansari8688
    @huzaifaansari8688 3 роки тому

    great session only 1 query.
    what's the point of having 3 scan ip if it is going to resolve connection in round robin fashion which can be achieved with 1 scan ip as well ?

    • @mohammadislam3134
      @mohammadislam3134 2 роки тому

      It was the easiest steps taught by you sir to keep concept permanent in mind.

  • @ranaghosh9954
    @ranaghosh9954 4 роки тому +1

    We can not have different subnet in case of public ips because the different subnets will not communicate each other and failover will not take place

  • @vnaprasad
    @vnaprasad 6 місяців тому +1

    All IPS should be under same sub net mask

  • @kharish525
    @kharish525 3 роки тому

    How to configure SCAN ? Any video for that

  • @devangsangani7580
    @devangsangani7580 4 роки тому +1

    Different subnet is possible but same class of IP (public,virtual and scan).if i am not wrong please correct me...

  • @arihantpandya598
    @arihantpandya598 Рік тому +1

    Answer to your question is VIP and Scan ip should be in same subnet as your public ip

  • @mukhtaransari7913
    @mukhtaransari7913 3 роки тому

    sir please can you explain about split brain in oracle rac?

  • @rehantayyab82
    @rehantayyab82 3 роки тому +1

    can ip number greater than 255 ? ......... in scan example i think u mistakenly expalined 192.168.1.300 ?

    • @VismoTechnologies
      @VismoTechnologies  3 роки тому +2

      It was just example i gave.
      IP address can not go more than 255 in case of IPv4.
      If it is IPv6 then you can have IP more than 255 in one subnet

  • @saurabhkhairnar8413
    @saurabhkhairnar8413 4 роки тому

    Guess different subnets for different type of ips can be possible as it will anyway going to resolve the ips to the target system ip. Pl let me knw if this is correct.