we once did a backup/restore from a production to development. after the restoration, we did a sqlplus but could not start.

we checked the environment variables by issuing env

later, we had to do the linking for
1) libok.a
2) libclntsh.so
before sqlplus can be started up.

not sure of what we had done.... any advise?