Dear Y'all -
Hah! I found it.
I noticed that libclntsh.dylib was a link to libclntsh.dylib.9.0 I
pointed nmedit at the file rather than the link and everything started
working.
Perhaps the README.macosx file should change from:
============================================================
2) As oracle user execute the following commands to fix namespace
collisions in Oracle's dynamic libraries.
nmedit -R ./hints/macos_lib.syms $ORACLE_HOME/lib/libclntsh.dylib
*** Please make a backup copy of the libclntsh.dylib file before
executing the command (which edits the file) and make sure that
sqlplus still operates as expected afterwards.
============================================================
to:
============================================================
2) Make a backup copy of the $ORACLE_HOME/lib/libclntsh.dylib.9.0 file
since the next step modifies that library. Note that the ".9.0" suffix
to the file name is version dependent, and that you want to work with
the file rather than the link libclntsh.dylib.
2.5) As oracle user execute the following command to fix namespace
collisions in Oracle's dynamic libraries.
nmedit -R ./hints/macos_lib.syms $ORACLE_HOME/lib/libclntsh.dylib.9.0
*** Recall the above caveats regarding the file name.
============================================================
HTH.
Yours - Billy
============================================================
William Goedicke [EMAIL PROTECTED]
http://www.goedsole.com:8080
============================================================
Lest we forget:
Approach the pockets.
- William Goedicke