Re: Working dir -- no clue
From: Matt (m_at_m.net)
Date: 09/28/03
- Next message: mhk: "Help needed about "who" command"
- Previous message: Paul Pluzhnikov: "Re: Got stuck with redirecting to less"
- In reply to: Matt: "Working dir -- no clue"
- Next in thread: Norm Dresner: "Re: Working dir -- no clue"
- Reply: Norm Dresner: "Re: Working dir -- no clue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Sep 2003 21:28:56 GMT
"Matt" <m@m.net> wrote:
>(skip)
(linux/glibc2.2.4/gcc2.96/oracle9.2.03/pthread)
No. The app does read/write whatever files under both dirs all just fine.
User staffme owns both dirs(full access). The app doesn't use WORKING_DIR at
all.
It just happens to one type of a OCI call. Here is the detail(pseudo) :
/* to form callOCI()'s input params doesn't relate to any path/file
operation.
it failed with mentioned err just under one specific params, but these
params work when app runs in /home/staffme/test but not in /opt/appserver */
void callOCI(ocistmthandle hp, void* inparams)
{
...
if(!ocistmtexec(...)) {
err_print(); //ORA-01480: trailing null missing from STR bind value.
} else {
...
}
}
- Next message: mhk: "Help needed about "who" command"
- Previous message: Paul Pluzhnikov: "Re: Got stuck with redirecting to less"
- In reply to: Matt: "Working dir -- no clue"
- Next in thread: Norm Dresner: "Re: Working dir -- no clue"
- Reply: Norm Dresner: "Re: Working dir -- no clue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|