Carla Mu帽oz L贸pezselectfromdual.com路Oct 9, 2024Mover ubicaci贸n del backup del pwdfile de ASMEn Oracle ASM (Automatic Storage Management), el pwdfile o archivo de contrase帽as es un archivo que contiene las contrase帽as cifradas de los usuarios que tienen privilegios de administraci贸n sobre la instancia de la base de datos o ASM. En Oracle, se...Oracle
David Sanzdbaenlasombra.com路Sep 17, 2024ORA-15025: could not open disk / ORA-27041: unable to open fileA la hora de realizar las distintas alertas de mantenimiento en una base de datos, se estaba repitiendo el siguiente error en el alertlog de manera diaria en una de las monitorizaciones que tengo activas 2024-09-16T23:32:43.966732+02:00 Errors in fil...156 readsErrores ORAOracle
Urh Srecnikblog.srecnik.info路Sep 9, 2024Moving spfile & controlfile to ASM Using OMFIt is a bit tricky to strictly maintain OMF because the filename depends on asm client instance db_unique_name, rather than on what鈥檚 written in the files being moved. It would generally make sense to move spfile first and controlfile after that as t...Oracle Database
David Sanzdbaenlasombra.com路Jun 25, 2024Monitorizaci贸n de disco ASMHola, pongo aqu铆 un script que utilizo para monitorizar ASM de forma f谩cil y que enviara un email en caso que cumpla un requisito, en este caso tengo definido cuando este un 80% de ocupaci贸n o m谩s. #!/bin/sh . /home/oracle/.bashrc getInfo_Disk() { ...1 like路83 readsOCIOracle
Elucian MoiseforProgramming Languagessagecode.hashnode.dev路Sep 24, 2023ASM DebuggingDebugging assembly code involves the following steps: Compiling the assembly code with debug symbols. This allows the debugger to map the instructions back to the source code. Using an assembly language debugger. Some popular ones are: gdb (GNU De...230 readsAssembly FundamentalsAssembly
Elucian MoiseforProgramming Languagessagecode.hashnode.dev路Sep 21, 2023ASM SubprogramsSubprograms or subroutines are a useful concept in assembly language programming. They allow breaking down a large program into smaller, manageable parts. Some main types of subprograms in assembly language are: Procedures: These are similar to func...asm
Elucian MoiseforProgramming Languagessagecode.hashnode.dev路Sep 15, 2023ASM InstructionsHere are some important x86 assembly language instructions you need to learn: mov - This is the move instruction. It is used to move data from one register or memory location to another register or memory location. add - This is the add instruction. ...108 readsAssembly Fundamentalsasm
Ayush Bulbuleayushbulbule.hashnode.dev路Mar 15, 2023Writing your first Assembly ProgramHello, readers! 馃憢 I am Ayush Bulbule, and I am excited to start a new blog series that will serve as a tutorial for learning Assembly Language. I know some of you might think that Assembly Language is complex and hard to understand, but don't worry,...10 likes路26 readsAssembly
Manikandan RforCloudnloud Tech Communityblog.cloudnloud.com路Sep 25, 2022F5 ASM Technical Series - Episode 1F5 License: When purchased from a vendor or obtained directly from F5, an F5 license is perpetual. Unlike evaluation and demonstration licenses, which have a defined expiration date, production licenses have no such restriction. Why is this topic req...3 likes路534 readsasm
Manikandan RforCloudnloud Tech Communityblog.cloudnloud.com路Aug 22, 2022F5 ASM Technical SeriesIntroduction: F5 BIG-IP Application Security Manager (ASM) is a web application firewall that protects web apps and data from known and unknown security threats, vulnerabilities and bots. BIG-IP ASM is a powerful web application firewall that protect...355 reads#F5