pitfloner
30th July 2010, 11:02
Hello,

We are creating a new test server (SuSE Linux SLE 10 + Oracle 11g)
but when we try to upload the company 0 running the following command
we get the error 510 for each table.

bdbpost6.1 -I cia.000 -f

Our porting set is 6.1c.07.16

After checking the log we see the following error on log.oracle8

2010-07-30[09:42:06]:E:bsp: ******* S T A R T of Error message *******
2010-07-30[09:42:06]:E:bsp: Log message called from /view/port.6.1c.07.16/vobs/tt/servers/ORACLE_2/oci_shlib.c: #335 keyword: OCI error
2010-07-30[09:42:06]:E:bsp: Pid 13173 Uid 1000 Euid 1000 Gid 1000 Egid 1000
2010-07-30[09:42:06]:E:bsp: user_type S language 5 user_name bsp tty 1 locale ISO88591/NULL
2010-07-30[09:42:06]:E:bsp: Errno 2 (No such file or directory) bdb_errno 0
2010-07-30[09:42:06]:E:bsp:
2010-07-30[09:42:06]:E:bsp: dbs_errno = 510, Error 510 occurred:
2010-07-30[09:42:06]:E:bsp: Could not load shared Oracle library
2010-07-30[09:42:06]:E:bsp: path = /oracle/oracle/product/11.0.2/db_1/lib
2010-07-30[09:42:06]:E:bsp: library = libclntsh.so
2010-07-30[09:42:06]:E:bsp: alternative library = libclntsh.a
2010-07-30[09:42:06]:E:bsp: Flushed at /view/port.6.1c.07.16/vobs/tt/servers/ORACLE_2/oci_shlib.c : #352.
2010-07-30[09:42:06]:E:bsp: ******* E N D of Error message *******

Oracle 11g doesn't include the script changeperm.sh on $ORACLE_HOME/install.

Does anyone know how to deal with this problem?

Juan Sánchez

dave_23
2nd August 2010, 18:38
does libclntsh.so exist?

you may need to 'relink client_sharedlib'

or relink all

Dave