Re: Fedora again

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Sun, 4 Aug 2013 03:18:47 +0000 (UTC)
Message-ID: <pan.2013.08.04.03.18.47_at_gmail.com>



On Sat, 03 Aug 2013 00:53:17 +0000, Mladen Gogala wrote:

> However, instant client 12c
> works without problem and can be used to link PHP oci8 extension:

tora can also be linked and works without a problem:

[root_at_medo tora]# ldd /usr/local/bin/tora

	linux-vdso.so.1 =>  (0x00007fffc3ffe000)
	libQtGui.so.4 => /lib64/libQtGui.so.4 (0x0000003de8a00000)
	libQtXml.so.4 => /lib64/libQtXml.so.4 (0x0000003df0200000)
	libQtSql.so.4 => /lib64/libQtSql.so.4 (0x0000003def800000)
	libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x0000003deec00000)
	libQtCore.so.4 => /lib64/libQtCore.so.4 (0x0000003de8400000)
	libqscintilla2.so.9 => /lib64/libqscintilla2.so.9 
(0x00007f6035494000)
	libclntsh.so.12.1 => /usr/lib/oracle/12.1/client64/lib/
libclntsh.so.12.1 (0x00000034e0a00000)

Compiling it needs a little tweak:

cmake -DORACLE_INCLUDES=/usr/include/oracle/12.1/client64 tora

Without defining ORACLE_INCLUDES, the cmake utility will not find oci.h and will make tora without any connection providers. No utilities support the "pluggable databases" feature, which is the most advertised feature in this version. Egor Stavrostin's fabulous orasrp utility also works on the simple trace files, generated by the set of standard queries against EMP and DEPT tables. That, however, doesn't necessarily mean that it will work on all trace files.

-- 
Mladen Gogala
The Oracle Whisperer
http://mgogala.byethost5.com
Received on Sun Aug 04 2013 - 05:18:47 CEST

Original text of this message