Dear sir i am regularly read and watch your blogs & video
@melikeertunc60935 ай бұрын
Hi Thanks for the video ! After installing Oracle Client, my date format was corrupted. I am getting "not a valid month" error in my SQL query in Excel. How can I change the date format of ocmt?
@AhmedBarakaDBA5 ай бұрын
I am not sure what exactly you tried to do, but generally speaking I can advise you to set the NLS_DATE_FORMAT variable before starting your program (like Excel). For example, in Windows, you can open a terminal window and type SET NLS_DATE_FORMAT='DD/MM/YYYY' and then run the program from the same terminal window. You can also set this variable in the regedit under Oraclehome node.
If you had problem on putty with access denied. 1) Edit sshd_config file with command "nano /etc/ssh/sshd_config" or "vi /etc/ssh/sshd_config" them change the line "#PermitRootLogin prohibit-password" to "PermitRootLogin yes" (no #). 2) Restart ssh service "sudo systemctl reload sshd" (execute without trying connect with putty, close it first) 3) You can check with "systemctl status sshd"
@balajichandramohan97077 ай бұрын
Hi sir, I get network connection error. Also I am not able to copy the oracle 19c software zip file from windows to linux using winscp. Its saying "host is not communicating for more than 15 seconds". Please help on this issue.
@avishekyadav19589 ай бұрын
Thank you very much, sir! I've purchased one of your courses and I'm really enjoying the learning process.
@abipele97410 ай бұрын
How do I copy the downloaded file in to staging folder
@AllenBako Жыл бұрын
Mr Baraka please let me know how to get in touch with you. I am hoping you still teach Oracle DBA classes. Thank you
@PeterOdhiamboAbwoga Жыл бұрын
Ahmed has set the bar high for all Tech instructors out there.
@oracleracride Жыл бұрын
Hello Ahmed Baraka Kindly let me know from which software ,you used to record screen (Screen recorder ) is this from free screen recorder ?? An early response would be highly appreciable. AHameed
@AhmedBarakaDBA Жыл бұрын
It is Camtasia.
@ndovad Жыл бұрын
Can you please create a video for Adding Odbc Drivers for Windows
@AltafHussain-hy6fo Жыл бұрын
Hello, How to find query generating more redo/archive log in Oracle database? Thanks
@AhmedBarakaDBA Жыл бұрын
You can use the V$SQLAREA and V$TRANSACTION dynamic performance views: SELECT sql.sql_text, SUM(txn.xidusn) redo_size FROM v$sqlarea sql, v$transaction txn WHERE sql.address = txn.sqladdr GROUP BY sql.sql_text ORDER BY SUM(txn.xidusn) DESC; You can also use the LogMiner utility to analyze the redo logs and identify the SQL statements that generated the most redo archive log.
@AltafHussain-hy6fo Жыл бұрын
@@AhmedBarakaDBA Great. Thanks
@AltafHussain-hy6fo Жыл бұрын
@@AhmedBarakaDBA This query did not work for , can you please check this again. Thanks
@omidmalekzadeh3812 Жыл бұрын
One of best tutorials, that i ever seen, thanks Ahmed
@OMNS777 Жыл бұрын
Excellent tutorial thank you 🙏
@rockymanilow5115 Жыл бұрын
Excellent video.
@Rhymes_days04 Жыл бұрын
Is Primary db and Standby can use same DB name?
@AhmedBarakaDBA Жыл бұрын
Yes. Actually, they do use the same DB name.
@mayobi Жыл бұрын
Very good guide. Thanks a lot.
@obinnaobiukwu Жыл бұрын
Nice
@mahmudurkhan57542 жыл бұрын
Mashallah, Allah bless you and give you baraka Sir
@boadigreat2 жыл бұрын
Thanks a lot for this work; its doing much good. I have entered into some of your courses. Bravo!
@ariaseraj40052 жыл бұрын
Absolutely the best and highest quality video for installing oracle that i have ever seen on KZbin.
@vicolali2 жыл бұрын
There has never been a better tutorial
@Canada_Immigration_Bible2 жыл бұрын
Please include a video to add tnsping testing utility in the instance client ????? Thank you...
@shailendrarai45252 жыл бұрын
You are very good teacher... I was struggling to learn this thing from one week and you made me learn in 30 minutes thanks a lot God bless you.
@fadialdebir21032 жыл бұрын
thank you sir ,,, to make it on 19c with Dataguard broker
@thuanxuan93262 жыл бұрын
Absolutely fantastic tutorial! Thank you.
@hoorainrasheed2 жыл бұрын
plz create your playlist on database administrator I want to become database administrator help me
@AhmedBarakaDBA2 жыл бұрын
I am working on a course for beginners. Cheers!
@rajununna69392 жыл бұрын
Excellent tutorials....Very Very clear and detailed Scenario...Great Sir....Thank You....!!!
@FabioLima-ol6tj2 жыл бұрын
Great video. Thanks for sharing.
@jrwatter2 жыл бұрын
Hi. How can I schedule this backup? I mean. Can I create bash scripts for example and put the script to run on crontab?
@AhmedBarakaDBA2 жыл бұрын
yes you can schedule rman backup script with crontab.
@VsurendraVsurendra2 жыл бұрын
Very useful
@jeanmarieassah44462 жыл бұрын
Hello Ahmed Baraka, I am very happy with the oracle videos on your youtube channel, I have something to do with you, I would like you to take a course on fundamental SQL
@AhmedBarakaDBA2 жыл бұрын
You will find plenty of videos and courses on SQL fundamentals. Good luck!
@parikshitbahadkar14952 жыл бұрын
Im getting error while doing wget, error is 404 page not found. Please suggest.
@enriquebarbosa95802 жыл бұрын
dear sr. after performing your instructions when runing the sqlplus, I receive an error : ORA-12545: Connect failed because target host or object does not exist. Can you help identify the issue
@AhmedBarakaDBA2 жыл бұрын
Use tnsping to make sure the tnsnames.ora name that you use to connect to the database is working.
@enriquebarbosa95802 жыл бұрын
@@AhmedBarakaDBA No, it is not working on the client side
@AhmedBarakaDBA2 жыл бұрын
@@enriquebarbosa9580 then most likely you have a network issue. Try pinging the host name, if the ping fails, it is definitely a network issue.
@enriquebarbosa95802 жыл бұрын
@@AhmedBarakaDBA Thank you for you reply, but I can ping the dbserver from client and visesersa. I am using RedHat 8.6 Enterprice nd Oracle 18c XEas the db with oracle instantclient 18.6, are dose compatible?
@scallywagin2 жыл бұрын
Best guide so far, thank you Sir.
@amolchitte69732 жыл бұрын
Hi Sir, what is the impact if we dont run the ulg.sql script? And what is its exact use
@sonaljain73062 жыл бұрын
I am getting ssl connection error[14] while doing yum update for kernel. Can you please help
@AhmedBarakaDBA2 жыл бұрын
whenever you face the error "[Errno 14] problem making ssl connection", it means you are using Linux 6 and unfortunately Oracle currently restricts Linux 6 from accessing its Yum repositories. To cope with this issue, download the required rpm manually from the following link then install it: yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/getPackage/ The best thing to do to avoid this error in the future is to use Linux 7 instead.
@mr.opportunity78132 жыл бұрын
@@AhmedBarakaDBA Hello. I have purchased your class through udemy, and i have been stuck for days on this very problem. how do i install those packages? and which one should i download? i decided to go one by one but each time i download one it asks for another one and eventually i am stuck because it's asking for some dracut-kernel: here is the error message: error: Failed dependencies: dracut-kernel >= 004-408.el6 is needed by kernel-2.6.32-754.el6.x86_64 i can' t find this dracut-kernel 004-408.el6 anywhere in that repository. should i just destroy this linux 6 and install linux 7 ? which linux 7 won't give me this crazy problem? like i said i have been working on this for many days now, and i feel discouraged.
@AhmedBarakaDBA2 жыл бұрын
@@mr.opportunity7813 I am sorry you face those issues but actually I am not surprised. Oracle stopped accepting connections from Linux 6 to its Yummy repositories. So, yes you got it right. Better to go for Linux 7. I already have a video about it in my KZbin channel. On the courses side, it is in my top priority to update the course material on Linux 7 on all the courses.
@tomislavkusanic55722 жыл бұрын
Clear, simple, to the point. Everything educational video should have to be useful. Thank you
@kemojatta75052 жыл бұрын
Hey Ahmed when I try to switch users to oracle is says user doesn't exist!
@AhmedBarakaDBA2 жыл бұрын
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
@kemojatta75052 жыл бұрын
@@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.
@ashrafshawky89652 жыл бұрын
Thnks it's helpful
@mahadevankdc50942 жыл бұрын
through php how can connect to oracle in linux centos 7
@luisesquivel54522 жыл бұрын
[root@srv1 ~]# su - oracle su: user oracle does not exist How can i solve this?
@AhmedBarakaDBA2 жыл бұрын
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
@ausdinu2 жыл бұрын
Absolutely brilliant very clear an hour went like 10 minutes :)
@vidmayur2 жыл бұрын
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
@AhmedBarakaDBA2 жыл бұрын
It must be a privilege issue. Is oracle database software owner added to the group asmdba?
@vidmayur2 жыл бұрын
@@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 .
@gsraj5113 жыл бұрын
Thank you sir... I downloaded Linux as per your video and tried to install Database 19c.. But I am getting following error while running ./runinstaller - [oracle@orcl db_1]$ ./runInstaller ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable. No X11 DISPLAY variable was set, but this program performed an operation which requires it. [oracle@orcl db_1]$ Can you please guide me how to fix this error...