Тёмный
DeltaDBA
DeltaDBA
DeltaDBA
Подписаться
This Channel Offers technical knowledge on technologies both practically and theoretically with scenarios
Oracle SGA/PGA AMM calculation
22:44
14 дней назад
Troubleshooting Oracle FRA space Issues
16:26
14 дней назад
Finding patterns from file Shell Script
6:38
3 месяца назад
Environmental Variable Basics for Oracle
7:38
3 месяца назад
Different Shells In Linux For Oracle DBA's
2:49
3 месяца назад
AWK Pattern Search In Shell Script Linux
9:32
3 месяца назад
Checking Oracle Server Status
7:50
3 месяца назад
Kill Particular Session In Oracle
13:52
3 месяца назад
Calculate time taken for job to complete
16:12
3 месяца назад
Find spid Of A Session In Oracle
3:52
3 месяца назад
To Kill Sessions In Oracle Project scenario
1:08
4 месяца назад
Oracle Database Session Monitoring
9:56
4 месяца назад
Oracle Blocking session Scenario
9:07
4 месяца назад
Комментарии
@thealchemist8212
@thealchemist8212 День назад
Oracle data integrator ODI
@PoojaAhankare
@PoojaAhankare 2 дня назад
Thank u for the real time scenarios
@narendrastudy4286
@narendrastudy4286 10 дней назад
Very very nicely explained, its almost my daily work in CTW... Keep up the GOOD work.
@exhydra369
@exhydra369 8 дней назад
Thanks a lot!
@AltafHussain-hy6fo
@AltafHussain-hy6fo 13 дней назад
Hi, developer ask me to share the details of sessions either it is deleting or updating or selecting state , please help me
@exhydra369
@exhydra369 12 дней назад
Identify the sid, command and sql_id frmo v$session and then check the sql_text with the help of sql_id from v$sql
@prasadGandikota-io3yq
@prasadGandikota-io3yq 15 дней назад
Anna performance tunning videos chai
@exhydra369
@exhydra369 12 дней назад
Sure will add in future
@utkaarshshivhare5724
@utkaarshshivhare5724 Месяц назад
Bro helped me get attendance 😂
@madhuhyd1221
@madhuhyd1221 Месяц назад
Nice explanation tq brother Please do more videos.
@gopichand-r9v
@gopichand-r9v 2 месяца назад
Can you Give me ur number please
@srideva6577
@srideva6577 2 месяца назад
Excellent.. Thank you ❤
@gopalkrishnachodisetti3056
@gopalkrishnachodisetti3056 2 месяца назад
Hello sir, Good day! I have a few questions for you. Can you please give me an answers.
@exhydra369
@exhydra369 2 месяца назад
yes pls let me know the questions you have?
@gopalkrishnachodisetti3056
@gopalkrishnachodisetti3056 2 месяца назад
@@exhydra369 1. How to run the DB's with 4 hours gap in primary DB and secondary DB. 2. How to add checkpoint and if you add checkpoint what happened? 3. What is the use of red log files in standby, what the role plays in standby. 4. In prod temp. File is added but it will not replicted in standby, why? 5. My redo is over size then DB size what happen?
@farimmereki2669
@farimmereki2669 3 месяца назад
great info
@exhydra369
@exhydra369 3 месяца назад
Glad it was helpful!
@dotagamer5925
@dotagamer5925 3 месяца назад
Is INNER JOIN costly ?? Just curious to know
@exhydra369
@exhydra369 3 месяца назад
There is no concrete answer for this but it depends and quite complex. Generally, joining tables needs more work than independent table which means more cost. Also it depends on the number of records in driving and driven table, how the data is distributed in these tables, fragmentations, purity of statistics etc..
@bgmblast1432
@bgmblast1432 2 года назад
sir when i restrore database it showing no backup
@KareemAbdo555
@KareemAbdo555 3 года назад
can you help me fix these errors for Oracle 19c & sql server 19 when I go through the database configuration and creation wizard for Primavera 20, it reaches the step of creating pubuser and privuser in both cases, oracle and msql server, then i get error messages but different from each other, in Oracle I get error run sql script orppm_creat_users.sql ORA-65096 while, In sql server database, i get creating the sql server tablespaces for p6 ppm error exectue sql script ssppm_itit_db.sql Can you help me solve this problem?
@VirajMane-zx1wo
@VirajMane-zx1wo 3 года назад
Its working super
@abed.alazeez.yalshorafa.7575
@abed.alazeez.yalshorafa.7575 3 года назад
Nice;
@aayushsingh1378
@aayushsingh1378 3 года назад
Nice background Music😎
@skabdulazeez1818
@skabdulazeez1818 3 года назад
Nothing is visible ... Better change the video
@exhydra369
@exhydra369 5 лет назад
just try this and startup again ps -ef|grep ora|awk '{print $2}'|xargs -i kill -9 {} note that if you are in production dont do this as you are killing the key background processes because of memory contention.If still issue persist then try increasing the shm to bigger value or modify your /etc/sysctl.conf parameters to oracle recommended kernel values.Thanks!!
@simbasmsmms5756
@simbasmsmms5756 5 лет назад
Hi friend, Thanks for this video, it has solved my error. I am getting error as below could you please help me in below. ORA-01081: cannot start already-running ORACLE - shut it down first