I am testing Information Integrator on my laptop.
db2 ver 8.2 on redhat 9.1 and oracle 9i are on the same box.
The steps I already did are
1. First I installed db2 ver8 base ese.
2. Fixpaked it to 5.
3. Installed II only 8.1, fixpaks again. run the djxlink shell scripts
. It successfully created the shared library.
4. Fixpak the whole installation to 7 or 8.2 and again created the
the shared library.
5. The documentation said for linux you need to create wrapper
using library libdb2net8F.so
when I use the command create wrapper testo library 'libdb2net8F.so'
I got error sqlcode -10010
sqlstate 42724
But when I ran create wrapper NET8 , it loads the library libdb2net8U.so , successfully.
I checked the permissions on the library, connectivity through sqlplus
also have set the Oracle environment in db2dj.ini file.
I created the server using the other wrapper.
When I used that commands
db2 set passthru <wrapper_name>
db2 select * from sys.all_uers
My whole instance crashed with all sorts of core files and messages
Any body has any idea, what is going on.
regards
Mujeeb