You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
I am trying to do a filelist with a mask of ".*\\."+rootPid+".*\\.bad".
I have a directory of context.sqlldr_dir+"/bad" where the context value is /home/lunexa/sqlldr_ctl
But it does not seem to work. An example file to find would be - tf_dcc.ZWOFVn_2009071090648.bad where ZWOFVn is the root pid.
Any ideas?
Offline
Hello
Is rootPid a context variable? If so, try
"*."+context.rootPid+"*.bad"
Best regards
shong
Offline
Pages: 1