Apache Segmentation Error SunOS 64 bit
29 Jun 2010, 16:24
Usually occurs when you use memcache - you just need to upgrade libevent to version 1.4.14b or more.
Resolve problem: no ocijdbc11 in java.library.path
18 Mar 2010, 14:58
If your usage SQL Developer with TNA and view message "no ocijdbc11 in java.library.path" then resolve:
Create TNSNAMES.ora file in sqldeveloper application folder (ex: /opt/oracle/sqldeveloper) or home folder ~
with
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(Host =
)(Port = )) )
(CONNECT_DATA =
(SERVICE_NAME = )
)
)
example:
ORA11 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORA11)
)
)
restart SQL Developer and make new connection.
Set connection type "TNA" and select from Network connection your name (ex: ORA11)
Delete temporary files
17 Mar 2010, 15:34
cd /tmp; ls -AF1 | grep vcs- | xargs command -r
Internet Explorer 9
17 Mar 2010, 15:12
Download TestDrive http://ie.microsoft.com/testdrive/