I am Kamran Hussain I have been working as a database administrator from 16 years and I also 16 years experience in software development❤️ ,Using tool like Oracle ,Mysql.MsSql,PostgresSql,.Net,VB,C# ,python,flutter and I have developed ERP System.

Our vision is to empower individuals and businesses with innovative technology solutions, comprehensive support, and transformative learning and career guidance. We aim to unlock potential with personalized services and cutting-edge tools. By fostering growth and success, we strive to create a smarter, more connected world.

Services included

Database administration
Application development
Web site design and development
Trainings

Website :
🌍humtechno.com

😎Facebook:
www.facebook.com/profile.php? id=61558938602511&mibextid=ZbWKwL

🔗Linked In :
www.linkedin.com/in/kamran-hussain-73ab918

😂TikTok :
www.tiktok.com/@humsubtechno?_t=8lzib6NbWz4&_r…


AI Techno Sys

Please share your major issues in comments about below databases then I will share the Resolutions

1-PostgreSql
2-MS Sql Server
3-Oracle
4-My SQL

youtube.com/@HumSubTechno?sub_confirmation=1

11 months ago | [YT] | 0

AI Techno Sys

Online Technology Trainings for beginners to advanced

1- Wordpress
2- Postgresql
3- Python
4- Oracle database
5- MS Sql server database
6- My sql databases

For Internship and trainings
---------------
Email
-------
humsubtechno@gmail.com

YouTube:youtube.com/@HumSubTechno?sub_confirmation=1
Educational: www.youtube.com/playlist?list...
PostgreSQL: www.youtube.com/playlist?list...
Oracle Database Cluster: www.youtube.com/playlist?list...
Python: www.youtube.com/playlist?list...
Oracle Database Administration: www.youtube.com/playlist?list...
Learn English with Fun: www.youtube.com/playlist?list...
Disaster Recovery: www.youtube.com/playlist?list...
Motivation: www.youtube.com/playlist?list...
ERP Software: www.youtube.com/playlist?list...
Educational: www.youtube.com/playlist?list...

1 year ago | [YT] | 0

AI Techno Sys

Error:
CKPT (OSPID : 383463) waits for event 'rdbms ipc reply' for 223 secs.

Checking: ( Top Wait Event of CKPT)

select event, state, count(*) from v$session_wait group by event, state order by 3 desc;
SELECT filename, status, bytes FROM v$block_change_tracking;


Solution:
alter system set "_bct_buffer_allocation_max"=1073741824 scope=both sid='*';
alter system set "_bct_public_dba_buffer_maxsize"=1073741824 scope=both sid='*';
alter system set "_bct_public_dba_buffer_size"=1073741824 scope=both sid='*';

1 year ago | [YT] | 0

AI Techno Sys

Cache Fusion to smoothly move data blocks between these instances’ buffers across the cluster connection. If one instance reads a data block from the disk and another instance needs the same block, it’s faster to grab it from the instance that already has it in its memory (SGA) than reading from the disk again.

1 year ago | [YT] | 1