Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OCCI

589401Jul 26 2007
hello

i have a project that turn about : get a connection between a program C++ and an oracle database , so i use OCCI : oracle C++ call Interface

i worke with Visual C++/Borland C++ and oracle release 9.2

i built and compile my program withount any problem, but whene i execute it i have this message :

Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oraocci9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORACORE9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORANLS9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORAUNLS9.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\wsock32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2_32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ws2help.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\ole32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\winmm.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orageneric9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oracommon9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oraclient9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oravsn9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orawtc9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orannzsbb9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oran9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranl9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranldap9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oraldapclnt9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orancrypt9.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\oleaut32.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oratrace9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranro9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranhost9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranoname9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORANCDS9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orantns9.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranms.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\oranmsp.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORAPLS9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORASLAX9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORASNLS9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORASQL9.DLL', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORAXML9.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcirt.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\ORAXSD9.DLL', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\msvcp60.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\secur32.dll', no matching symbolic information found.
Loaded 'C:\oracle\ora92\bin\orantcp9.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\mswsock.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\hnetcfg.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\wshtcpip.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\netapi32.dll', no matching symbolic information found.
First-chance exception in OCCI.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception.
First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
First-chance exception in OCCI.exe (ORAOCCI9.DLL): 0xC0000005: Access Violation.
The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\OCCI\Debug\OCCI.exe' has exited with code 0 (0x0).

when i use Borland C++
i have anothor message:
unable to open execptio.h
i don't have this header file



please help me
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2007
Added on Jul 26 2007
0 comments
292 views