Hi,
I'm trying to overwrite my setup environment profile with other profile, which I execute it from a C program:
system("#!/bin/ksh \". ora_env\""
;
There is no compilation and runtime errors, but I can't get the env inside ora_env.
Please advise.
Thanks.
I'm trying to overwrite my setup environment profile with other profile, which I execute it from a C program:
system("#!/bin/ksh \". ora_env\""
There is no compilation and runtime errors, but I can't get the env inside ora_env.
Please advise.
Thanks.