Questions tagged [purge]
222 questions
0
votes
1 answer
onMessage change message state from receive and purge in weblogic
I have a distributed queue on Weblogic. Messages are read from the queue using JMS onMessage() function. However the messages are not purged from the queue as long as the deployment is running. The message state string is always 'receive'. How do we…

ukuta
- 371
- 2
- 4
- 14
0
votes
1 answer
Multiple stored procedures for a purge script?
I am in the process of creating a purge script in VBScript, which deletes records from tables if they are more than one month old.
The criteria for each table is different, and there are both parent and child tables (i.e. the latter is dependent on…
user2879303
0
votes
1 answer
varnish invalidate url REGEX from backend
Say I have some highly-visited front-page, which displays number of some items by categories.
When some item is added / deleted I need to invalidate this front-page/url and some 2 others.
What is the best practice how to invalidate those urls from…

ooouuiii
- 289
- 3
- 14
0
votes
1 answer
SQL Developer, want to create a Front End for Automation of creation of Unix Scripts
We perform daily purging of Oracle database using Unix shell scripts.
I want to automate the procedure of making scripts.
Which would be the best and efficient way of making a front end connecting my Oracle Database. I use Oracle 10g PL/SQL…
0
votes
4 answers
Sort results from find and grab subset (bash)
I have a pair of bash scripts, 1 that dumps mysql dbs, and the second to purge old backups.
I have always relied on date, so any files older than 7 days are purged, and new backups created daily. The result was a set of backups 7 days back.
Well now…

Eddie
- 9,696
- 4
- 45
- 58
0
votes
1 answer
DB2 - purging and archiving user data
I need to be able to purge rows, based on user criteria (e.g. older than 3 years) from our DB2 tables. However, for those rows I am purging - I need to be able to archive the data such that it can be "deciphered" for audit purposes (not…

user278458
- 201
- 1
- 2
- 5
0
votes
1 answer
Corona SDK PurgeScene destroys physics
I have create a simple scrolling game, following closely to Mark Farkland's Game tutorial. I clearly followed his coding pattern but got to the point where I am just lost and don't why mine behaves different that his example. Everything is working…

Saint Dee
- 985
- 6
- 21
- 43
0
votes
3 answers
Uninstall redmine
I try to uninstall redmine :
apt-get purge redmine
But i have this error :
apt-get purge redmine
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants seront…

mpgn
- 7,121
- 9
- 67
- 100
0
votes
0 answers
Is it a good idea to use crontab and touch to prevent old files from purging on network filesystem?
I have an account on remote network file system and files older that 12 weeks are purged. I was wondering if it is a good idea to touch every file once in a week using crontab.
Some files on that filesystem are being updated by different numerical…

user2958481
- 587
- 2
- 8
- 20
0
votes
1 answer
Can squid-purge work with rock store
I'm trying to use "purge' util that comes with squid 3.3.8 to purge some objects in squid cache, and with ufs store. "purge" works fine, it can extract URL from cached objects, but with rock store, which is available sine squid 3.2, "purge" reports…

Daniel Dai
- 1,019
- 11
- 24
0
votes
0 answers
Mercurial purge command only deleting deepest child folder in Windows?
I am using the purge command in Windows for Mercurial (purge is a bundled extension) to delete all untracked and ignored files from the repository.
hg purge --all
However, it is showing weird behaviour in where it will only delete the deepest child…

gbmhunter
- 1,747
- 3
- 23
- 24
0
votes
1 answer
Ghost nginx server serving files but not visible to uninstall
I have removed, purged, dpkg purged, everything I can think of to get rid of an nginx somewhere on the server. I can't find it to get rid of it. all of the above say nginx is not installed. But the server is serving pages.
Earlier, I had done a…

Vidyut
- 3,489
- 2
- 13
- 10
0
votes
2 answers
How to easily purge custom shared instances in cocos2d-x?
I'm doing a small Cocos2d-x project, where I've been inspired by the "singleton" pattern implemented by CCDirector::sharedDirector() method and other shared instances in Cocos2d-x. For instance, in CCDirector.cpp we have
static CCDisplayLinkDirector…

conciliator
- 6,078
- 6
- 41
- 66
0
votes
2 answers
Purging Oracle Database Records
Consider this table:
Table: ORDER [Columns: ID (PK), Order_Num, etc...]
Child Tables: ORDER_ITEMS, ORDER_TRANSACTIONS, ORDER_PAYMENTS, ORDER_TRANSPORT, and many more etc.
All the Child Tables have Foreign Keys pointing to ORDER Table Primary Key.…

Jasper
- 8,440
- 31
- 92
- 133
0
votes
1 answer
How to auto-purge perl script logs from inside a cron entry?
I have a crontab setup to run a perl script every hour, at 5 minutes past the hour (so 2:05, 3:05, 10:05, etc.):
5 * * * * perl /abs/path/to/my/script.pl >> /abs/path/two/my/script-log.txt 2>&1
As you can see, it's also redirecting both STDOUT and…

IAmYourFaja
- 55,468
- 181
- 466
- 756