_Lock VST table

Default Re: Reading _Lock hangs???? Reading _Lock is especially tricky There are no indexes on VSTs and they mostly mirror C data structures rather than actual database tables. Many VSTs (including _Lock) should be read in a manner that excludes key values of ? as these indicate unused entries in fixed arrays inside the db… Leer más »

oracle vs progress

I’ll give you 10 quick features of Oracle 10g, that I seriously doubt that we will even see by the time Progress gets to version 15. 1) database reorgs online (the equivelent of a dump & load online) 2) Database level, Table level, row level or transaction level rewind. (not rollback – you can literally… Leer más »

listar con ruta ls

Listar con ruta for i in `ls`; do echo $PWD/$i ; done Con parametros para logs for i in `ls *.log`; do echo $PWD/$i ; done Este es el bueno ls -dlR $PWD/*

perl admin

Hey there! Today I wanted to focus on something that’s helping me do my job in a more efficient fashion. At a former workplace, I was responsible for ~200 high capacity webhosting machines, and a host of supporting machines. Back then, I was a huge fan of a management system mostly comprised of SSH Keys… Leer más »

crontab solaris

La única diferencia con la que nos encontramos, es que en Solaris el editor por defecto para crontab es ed, que hace que la edición del crontab se haga infumable. Así que antes de editar el crontab hay que definir en la variable del sistema EDITOR, que editor queremos utilizar, en mi caso vi. export… Leer más »

add afterimage

Remove before image proutil sports2000 -C disableSiteReplication source prostrct remove sports2000 bi [bl1:/db1/sports2000]$prostrct add sports2000 sports2000.st Formatting extents: size area name path name 16 Primary Recovery Area /db1/sports2000/sports2000.b1 00:00:00 16 Schema Area /db1/sports2000/sports2000.d2 00:00:00 16 After Image Area 1 /db1/sports2000/sports2000.a1 00:00:00 48 Employee /db1/sports2000/sports2000_7.d3 00:00:00 16 Employee /db1/sports2000/sports2000_7.d4 00:00:00 80 Inventory /db1/sports2000/sports2000_8.d3 00:00:01 16 Inventory… Leer más »

/etc/profile Variables Progress

cat /etc/profile #ident «@(#)profile 1.19 01/03/13 SMI» /* SVr4.0 1.3 */ # The profile that all logins get before using their own .profile. trap «» 2 3 export LOGNAME PATH if [ «$TERM» = «» ] then if /bin/i386 then TERM=sun-color else TERM=sun fi export TERM fi # Login and -su shells get /etc/profile services.… Leer más »