Oracle RAC on Windows 2019 Step by Step VMWare Workstation

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 15

  • @Sohaib_ADJ
    @Sohaib_ADJ 8 หลายเดือนก่อน +2

    Thank you very much sir, finally I found what I need

    • @DB2_Oracle
      @DB2_Oracle  8 หลายเดือนก่อน

      Glad it helped.

  • @rh-cz3lj
    @rh-cz3lj 5 หลายเดือนก่อน +2

    Excellent video. One issue I ran into during the Grid install (19c) was "INS-32123" - "ACFS driver install actions failed". This was related to "secure boot" being enabled on my Win 2022 VMs. I disabled secure boot per Doc ID 2576598.1 and I no longer received this issue. Although, I had to restart the Grid install after performing "crs\install
    ootcrs.bat -deconfig -force -verbose" per Doc ID 1276975.1 . Thanks!

    • @DB2_Oracle
      @DB2_Oracle  5 หลายเดือนก่อน

      Thank you for pointing it out. If anyone watching this video and come across similar issue, your comment will help them resolve the issue.

  • @gravewassify
    @gravewassify 22 วันที่ผ่านมา

    Hi, excellent series. Good Job. Can you share this Text File in description. shall be obliged

  • @OMNS777
    @OMNS777 4 หลายเดือนก่อน +1

    Excellent video! Regarding the DB home install.. I gave oracle Domain Admin user on all those folders with Full Control. prior to starting the Cluster install.. I never got an error message, when you tried installing Software Only, Hope this helps ..

    • @DB2_Oracle
      @DB2_Oracle  4 หลายเดือนก่อน

      Thank you for pointing it out.
      This will help other users who face this issue.

  • @BDBrightDBA
    @BDBrightDBA 2 หลายเดือนก่อน

    Could you pls share the pdf doc?

  • @gravewassify
    @gravewassify 22 วันที่ผ่านมา

    Can we add Data Guard on an RAC? if Yes, could you make a tutorial for 21c RAC - Data Guard

    • @DB2_Oracle
      @DB2_Oracle  17 วันที่ผ่านมา

      Yes, you can add dataguard on RAC. However for that, I will have to setup 4 nodes or machines,
      2 Nodes on Primary RAC - Primary Data Guard Database
      2 Nodes on Secondary RAC - Secondary Data Guard Database
      My Laptop is not so powerful to host 4 machines, I can only host 3 max. So with my current laptop configuration, I cannot do this setup

  • @davidgallant4245
    @davidgallant4245 6 หลายเดือนก่อน

    Excellent video series. I've been following along with this video to install ORacle RAC 21c on Windows in my own lab builds on VMware vSphere 7x. Everything went very well up until the Grid configuration when the IPADRESS resolution fails for the hostname (I resolved this with a hosts entry) and the SCAN fails with [INS-40719] IP address configured for Single Client Access Name (SCAN): db-scan is already assigned to another system.
    I have entries in the hosts file and on the DNS server just like you have in your video. I've checked NSLOOKUP for the scans and they all resolve fine using the DNS server. Not sure what or why the Grid configuration is not resolving the IPs.
    Any ideas?

    • @DB2_Oracle
      @DB2_Oracle  6 หลายเดือนก่อน

      The scan should not be pingable.
      When RAC cluster is up, then these scan should ping else they should time out.
      If it says, scan ips are in use, probably they are used some where else.
      Check my other video on how to connect to RAC Database

    • @davidgallant4245
      @davidgallant4245 6 หลายเดือนก่อน +1

      @@DB2_Oracle I watched the other video, it appears to me as I have everything configured the same way you have things its during the Grid configuration process (video timestamp of 1:03:25 that your setup resolves the scan correctly and mine does not. I would post a screenshot of my setup in DNS but alas TH-cam does not have this capability. All I can say is on my DC in DNS I have the 3 entries for db-scan with 3 distance public network acessible IP's and I put the same entries in the /etc/hosts files of both nodes.
      I have restarted the installer a couple of times, I've flished the DNS cache on both nodes. I've done research on the INS-40719 error and retrieve similar suggestions to your connection video, none of which are resolving the issue. I can post my debug logs to you if that would help, just not sure you want to read that much data in a comment field.
      Any other suggestions you might think of for me to check or things that might help me diagnose the network resolution issue? Much appreciate any assistance you may be able to provide.

    • @davidgallant4245
      @davidgallant4245 6 หลายเดือนก่อน +1

      I found the error in my setup. I found a rogue device on my network that was using one of the scan ip addresses. Once I switched the SCAN IP's to a confirmed non existing IP range, I was able to advance the config dialog.
      Thanks for the previous reply it and the other video it made me go back and triple check everything including running extensive ping tests to make sure everything was correct, which ultimately is how I found the rogue device.

    • @DB2_Oracle
      @DB2_Oracle  6 หลายเดือนก่อน

      @@davidgallant4245 Congratulations. Glad that you were able to resolve the issue.
      Initially I was not planning to record this video but then I thought, let's do one.
      I am happy that it is of help.