![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We are running Oracle 10.2.0 under Linux. How can I stop the Pro*C compiler from producing what look like temporary files? They are created in groups of three and are all empty. Here are some examples: -rw------- 1 z005218 users 0 May 24 13:54 tpCzy2vx -rw------- 1 z005218 users 0 May 24 13:54 tpIVsHCX -rw------- 1 z005218 users 0 May 24 13:54 tpYMEmzf Thanks in advance for your help. |
#3
| |||
| |||
|
|
On Jun 5, 9:02 pm, johnebull... (AT) hotmail (DOT) com wrote: We are running Oracle 10.2.0 under Linux. How can I stop the Pro*C compiler from producing what look like temporary files? They are created in groups of three and are all empty. Here are some examples: -rw------- 1 z005218 users 0 May 24 13:54 tpCzy2vx -rw------- 1 z005218 users 0 May 24 13:54 tpIVsHCX -rw------- 1 z005218 users 0 May 24 13:54 tpYMEmzf Thanks in advance for your help. are these files generated when you compile some program or what ? Sidhu |
#4
| |||
| |||
|
|
They are generated when we precompile a Pro*C file. John |
#5
| |||
| |||
|
|
On Tue, 05 Jun 2007 09:30:09 -0700,johnebullockwrote: They are generated when we precompile a Pro*C file. John Run the precompiler under strace -o /tmp/proc.out -e trace=file and you should be able to see what's going on. As the the groups of three, haven't you ever seen "Charmed"? It's the power of three. --http://www.mladen-gogala.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |