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...DiscussOracle
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...Discuss·113 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’s written in the files being moved. It would generally make sense to move spfile first and controlfile after that as t...DiscussOracle 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() { ...Discuss·1 like·77 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...Discuss·208 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...Discussasm
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. ...Discuss·97 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,...Discuss·10 likesAssembly
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...Discuss·3 likes·517 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...Discuss·355 reads#F5