Please specify which share folder you're referring to. I believe it is the shared folder configured in VirtualBox: go to VM settings then click on Shared Folders
@@AhmedBarakaDBA yes Please, the shared folder config on the virtual box you named vsbox, also i couldn't get my OEM express working even after giving grid user the permissions setfacl -R -m u:grid:rwx /u01/app/oracle/product/19.0.0/db_1/admin/oradb/xdb_wallet. me not configuring the shared folder didn't affect my installation as i used WINSCP to transport file directly to grid home.
It means oracle user isn't there. Create oracle user using the following commands as root: /usr/sbin/groupadd dba /usr/sbin/groupadd -g 54321 oinstall /usr/sbin/useradd -u 54321 -g oinstall -G dba oracle passwd oracle
@@AhmedBarakaDBA Thank you. Also on the step where I need to unzip the file. Its says the file can not be found. I know i copied it to the shared folder.
Hi Ahmad , my asm instance is up and running but while running dbca when I choose asm as storage option ,it does not show the disks .How can I resolve it. I have different oracle home for grid and database as /oragrid and /oracle.. My asm instance is up and running when I checked it via cractl status res -t all resources online . Please help
@@AhmedBarakaDBA Dear Ahmed , thanks very much . SPot on , Just added oracle user to asmdba group and installation is successful . Thank you very much for your response . Appreciated .
Greetings. Why does it throw me this error when trying to launch the executable ./gridSetup.sh /usr/lib/amd64/ld.so.1: bad ELF interpreter: No such file or directory In the same way, the directory of step 41 rpm is not in my extraction: cd /u01/app/19.0.0/grid/cv/rpm/
@@Mohtech1030 It is there in the Video description. I will put it here as well: ahmedbaraka.com/download/video-tutorials/Installing%20and%20Creating%20an%20Oracle%20Database%2019c%20on%20Linux%207%20with%20ASM.pdf
Create oracle user using the following commands as root: /usr/sbin/groupadd dba /usr/sbin/groupadd -g 54321 oinstall /usr/sbin/useradd -u 54321 -g oinstall -G dba oracle passwd oracle
Absolutely the best and highest quality video for installing oracle that i have ever seen on TH-cam.
One of best tutorials, that i ever seen, thanks Ahmed
Great, cool, helpful. Many thanks with my heart. My master. Wish you always healthy
Thanks a lot for this work; its doing much good. I have entered into some of your courses. Bravo!
Mashallah, Allah bless you and give you baraka Sir
Excellent tutorial thank you 🙏
Perfect video... Great thanks
Greetings . so thanks Ahmed.
Thanks for sharing this video's with links
Excellent video.
Really helpful, thank you
Very helpful, thanks
Great, thanks a lot.
Thnks it's helpful
thank u very much
Muy buen Video!!!
Instablaster...
Nice
What is the different between RAC One Node and ASM?.
Do you conduction online classes or have class recordings, Ahmed?
I provide courses on Udemy and Thinkific platforms. Have a look and if you are interested, email me to provide you offers. Cheers!
@@AhmedBarakaDBA thank you, yes I am interested in a few courses. I could not find an email id to contact you. Thank you
@@AhmedBarakaDBA I want to sign up for 2 courses immediately but have Q regarding these courses. How may I reach you? Thank you
hello Ahmed, please how did you get the groups for the share folders. i didn't see them added or created. please enlight
Please specify which share folder you're referring to. I believe it is the shared folder configured in VirtualBox: go to VM settings then click on Shared Folders
@@AhmedBarakaDBA yes Please, the shared folder config on the virtual box you named vsbox, also i couldn't get my OEM express working even after giving grid user the permissions setfacl -R -m u:grid:rwx /u01/app/oracle/product/19.0.0/db_1/admin/oradb/xdb_wallet. me not configuring the shared folder didn't affect my installation as i used WINSCP to transport file directly to grid home.
Hey Ahmed when I try to switch users to oracle is says user doesn't exist!
It means oracle user isn't there. Create oracle user using the following commands as root:
/usr/sbin/groupadd dba
/usr/sbin/groupadd -g 54321 oinstall
/usr/sbin/useradd -u 54321 -g oinstall -G dba oracle
passwd oracle
@@AhmedBarakaDBA Thank you. Also on the step where I need to unzip the file. Its says the file can not be found. I know i copied it to the shared folder.
Hi Ahmad , my asm instance is up and running but while running dbca when I choose asm as storage option ,it does not show the disks .How can I resolve it. I have different oracle home for grid and database as /oragrid and /oracle..
My asm instance is up and running when I checked it via cractl status res -t all resources online .
Please help
It must be a privilege issue. Is oracle database software owner added to the group asmdba?
@@AhmedBarakaDBA Dear Ahmed , thanks very much . SPot on , Just added oracle user to asmdba group and installation is successful . Thank you very much for your response . Appreciated .
Greetings.
Why does it throw me this error when trying to launch the executable ./gridSetup.sh
/usr/lib/amd64/ld.so.1: bad ELF interpreter: No such file or directory
In the same way, the directory of step 41 rpm is not in my extraction:
cd /u01/app/19.0.0/grid/cv/rpm/
You must have downloaded the software for the wrong OS. Please check and download the software for the same OS and architecture (64-bit).
@@AhmedBarakaDBA Greetings.
In good time I have downloaded the correct version and everything works perfectly.
Thank you very much for your reply!
Ahmed, Could you share the document you use in this tutorial?
Please obtain it from this link drive.google.com/file/d/1qXA8naDnNYPtJgA95a69XDKfX4rpeF_g/view?usp=sharing
@@AhmedBarakaDBA HI aHMED , THANK YOU FOR YOUR VIDEO. I LIKE IT. BUT THIS LINK DOSEN'T WORK
@@Mohtech1030 It is there in the Video description. I will put it here as well: ahmedbaraka.com/download/video-tutorials/Installing%20and%20Creating%20an%20Oracle%20Database%2019c%20on%20Linux%207%20with%20ASM.pdf
what is the root password
Check out the readme file in the download page.
[root@srv1 ~]# su - oracle
su: user oracle does not exist
How can i solve this?
Create oracle user using the following commands as root:
/usr/sbin/groupadd dba
/usr/sbin/groupadd -g 54321 oinstall
/usr/sbin/useradd -u 54321 -g oinstall -G dba oracle
passwd oracle