Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rousse
  • Content: Threads
  • Order by date
  1. rousse

    Pointer/Memory Leak Challenge

    Hello, Can anyone find what the (memory leak) problem is in this code segment: -------------------------- void foo1( void ) { A *a = appArray.iterate( 0 ); B *b; b = new B; ... b = foo2( a->id ); ... delete b; } Note that foo2 returns B* --------------------------- Thank you.
  2. rousse

    Check Oracle connection from ksh script

    Hello, What is a simple way to check ONLY if Oracle is "alive", i.e. there is a connection from within a korn shell script? Thank you.
  3. rousse

    How to get the process id via KSH or AWK

    Hello, I want to check with a ksh script if another process is running and get the process id, too. Also, I am able to get the following line: userid 2345 1 0 13:58:52 pts/tg 0:00 abcd -a devl -f /home/cfg/abcd.cfg How can I retrieve the pid value - 2345 - and assign it to a local...
  4. rousse

    SIGBUS and SIGSEGV errors in HP-UX 11 and Oracle 9i

    What are the possibilities of getting SIGBUS and SIGSEGV errors in the following scenario? There is a program (C/C++/Pro*C) that was running fine under HP-UX 11.x and Oracle8i (8.1.6). Oracle database was upgraded to Oracle9i (9.2.0). The source code, including the project libraries, was...
  5. rousse

    SIGBUS and SIGSEGV Errors in HP-UX 11 and Oracle 9i

    What are the possibilities of getting SIGBUS and SIGSEGV errors in the following scenario? There is a program (C/C++/Pro*C) that was running fine under HP-UX 11.x and Oracle8i (8.1.6). Oracle database was upgraded to Oracle9i (9.2.0). The source code, including the project libraries, was...
  6. rousse

    SIGBUS and SIGSEGV Errors in HP-UX 11 and Oracle 9i

    What are the possibilities of getting SIGBUS and SIGSEGV errors in the following scenario? There is a program (C/C++/Pro*C) that was running fine under HP-UX 11.x and Oracle8i (8.1.6). Oracle database was upgraded to Oracle9i (9.2.0). The source code, including the project libraries, was...

Part and Inventory Search

Back
Top