Suppress Oracle ProC/c++ banner?
Hi,
any Oracle ProC/C++ pre-compiler always displays the following banner each time a *.pc file will be compiled:
any Oracle ProC/C++ pre-compiler always displays the following banner each time a *.pc file will be compiled:
Pro*C/C++: Release 21.0.0.0.0 - Production on Mo Oct 18 15:28:19 2021
Version 21.1.0.0.0
Copyright (c) 1982, 2020, Oracle and/or its affiliates. All rights reserved.
If there are any way to disable this banner from showing? I've tried to re-direct the stdout (but not the stderr) to /dev/null. Unfortunately Oracle pre-compiler outputs all errors into the stdout too (and not into the stderr, as expected). So there will be no error information's shown in this case too, which is unacceptable in my case.
Any ideas?
If there are any way to disable this banner from showing? I've tried to re-direct the stdout (but not the stderr) to /dev/null. Unfortunately Oracle pre-compiler outputs all errors into the stdout too (and not into the stderr, as expected). So there will be no error information's shown in this case too, which is unacceptable in my case.
Any ideas?
0