I/O tuning on Linux X86

As part of the due dilgence we are conduction research into possible issues of moving a datawarehouse database from Sun -12k to RAC on x86 linux cluster on HP or Dell. One of the issues was the I/O bus speed comparision between the 12k to HP or Dell cluster..the throughput for a PCI-e on Sun 12k is about 8GB/s and as compared to a decent PCI 64-bit/100 MHz on a Lintel is about 799.99 MB/s
.Our SAN storage would be still be on EMC with F/C attached and using most likely a CFS...Does anyone feel this is a due concern -if all else remains the same if we move the database from sun 12k to a linux x86 cluster will I/O be a bottleneck specifically Bus speeds?
Thanks
Praveen

by default on linux env. large IO operations are broken into 512K chunks (on 2.6 kernel) separating system IO into smaller sizes. On Sun you are able to perform large 1Mb IO so when you move to Linux you should see some 'degradation'.
In order to allow oracle to perform large IO operations on Linux you should adjust some kernel parameters - check on metalink for parameters aio-max-size, aio-nr, aio-max-nr etc...
regards,
goran

Similar Messages

  • Oracle E-Business Suite Certification on Linux x86-64

    Hello all,
    I have some questions about certification for Oracle E-Business Suite 11.5.10.2 on Linux x86-64.
    I have two 64-bit servers and intend to do a split configuration.
    From the certification (Certify/View Certifications by Product/E-Business Suite/E-Business Suite 11i and Earlier/Platform Selection: Database Tier Only) I understand the following:
    I must have the Application Tier running on Linux-x86 and the Database Tier may be either on Linux-x86 or Linux-x86-64.
    Is this correct?
    Should I install RHES4 for 32bit on the Application Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and install the 32bit Applications software on the Application Server?
    How should I ask for the software I need? From the E-Delivery web site I don't have the 64bit option for Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?
    Thank you very much.
    Catalina.

    I must have the Application Tier running on Linux-x86
    and the Database Tier may be either on Linux-x86 or
    Linux-x86-64.
    Is this correct? Yes
    Should I install RHES4 for 32bit on the Application
    Server and RHES4 for 64bit on de Database Server?
    or
    Should I install RHES4 for 64bit on both servers and
    install the 32bit Applications software on the
    Application Server?
    Re: Oracle Application 11.5.10.2 installation on Linux AMD 64
    How should I ask for the software I need? From the
    E-Delivery web site I don't have the 64bit option for
    Oracle E-Business Suite Release 11.5.10.2.
    Is EBS allways for 32bit no matter the OS ?It is always 32-bit but it could comes in 64-bit for the database part. You would find such a media for Solaris for example "Oracle® Applications 11i Release 10.2 for Solaris Operating System (SPARC 32-bit) with Solaris Operating System (SPARC 64-bit) Oracle® Database" but not for Linux Intel 64-bit.
    Just get the media for Linux x86, install it, then consider having Oracle 10g 64-bit on the database tier.

  • Availability of RPM Linux x86-64 10.2 instant client

    good morning,
    an increasingly important platform for us is Linux x86-64 (actually RedHat Enterprise Linux 4 x86-64), the instant client is available only in zip packaging. Could you indicate whether and approximatically when it could be made available in .rpm package.
    It is very important for our deployment on all of the client machines.
    I thank you a lot in advance for your time and answer,
    eric
    PS: on RHEL3 x86 platform, we use the RPM version of the 10.2 Linux x86 and this is very convenient. We would reproduce the same ease of deployment for RHEL4 x86-64

    good morning,
    an increasingly important platform for us is Linux x86-64 (actually RedHat Enterprise Linux 4 x86-64), the instant client is available only in zip packaging. Could you indicate whether and approximatically when it could be made available in .rpm package.
    It is very important for our deployment on all of the client machines.
    I thank you a lot in advance for your time and answer,
    eric
    PS: on RHEL3 x86 platform, we use the RPM version of the 10.2 Linux x86 and this is very convenient. We would reproduce the same ease of deployment for RHEL4 x86-64

  • Oracle 11.2.0.2g driver with IBM JRE(J2RE 1.5.0 IBM J9 2.3 Linux x86-32)

    Hi All,
    I am trying to use oracle 11.2 jdbc thin driver with IBM JRE and getting following exception messages.
    Details from Ojdbc5.jar
    Implementation-Version: 11.2.0.2.0
    Repository-Id: JAVAVM_11.2.0.2.0_LINUX_100812.1
    And Details from Java System Properties
    java.vm.info: J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20060504 (JIT enabled)
    J9VM - 20060501_06428_lHdSMR
    JIT - 20060428_1800_r8
    GC - 20060501_AA
    java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:195)
    at javax.crypto.Cipher.getInstance(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.decryptAES(Unknown Source)
    at oracle.security.o5logon.O5LoginClientHelper.generateOAuthResponse(Unknown Source)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:655)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:536)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
    at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
    at com.tes.archival.extractor.DataExtractorWithJdbcImpl.extractArchivalRecords(DataExtractorWithJdbcImpl.java:61)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:57)
    at com.tes.archival.executor.ExtractorExecutor$1.call(ExtractorExecutor.java:1)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:284)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:797)
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    ... 24 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.a(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(AccessController.java:241)
    ... 27 more
    Any help in resolving this issue will be much appreaciated.
    Regards,
    Raman

    804915 wrote:
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!Probably a permissions problem. Or something is wrong with the certs.

  • Can I run 32 bit version of Oracle 10g grid  on Linux x86-64?

    Since Oracle did not release 64 bit version of Oracle 10g grid for Linux X86-64. Can I run 32 bit version of Oracle 10g grid on Linux x86-64? If so did anyone tried this? and also any known issues?

    All I had to do was use the 32bit version of "/usr/bin/gcc" and "/usr/bin/g++" to run the installation
    That is:
    bin]# cp -p /usr/bin/gcc /usr/bin/gcc_old
    bin]# mv /usr/bin/gcc /usr/bin/gcc323
    mv: overwrite `/usr/bin/gcc323'? y
    bin]# ln -s /usr/bin/gcc296 /usr/bin/gcc
    bin]# cp -p /usr/bin/g++ /usr/bin/g++_old
    bin]# mv /usr/bin/g++ /usr/bin/g++323
    mv: overwrite `/usr/bin/g++323'? y
    bin]# ln -s /usr/bin/g++296 /usr/bin/g++
    AFTER INSTALLATION REMEMBER TO
    move back the 64bit files to their former state.
    bin]#rm /usr/bin/g++
    bin]#rm /usr/bin/gcc
    bin]#mv /usr/bin/gcc_old /usr/bin/gcc
    bin]#mv /usr/bin/g++_old /usr/bin/g++                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • Oracle 10g R 10.2 for Linux x86-64 - /proc/sys/vm/disable_cap_mlock problem

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    From what I can gather form your post, the ORA-27125: Unable to create shared memory segment is probably the result of:
    a) not enough physical memory available.
    b) /dev/shm not configured properly.
    c) kernel parameters are not set according to Oracle requirements.
    Since this is happening during the installation of Oracle I suggest to check the SHMMAX kernel parameter. This is all mentioned in the pre-installation steps. Oracle 11g will actually check these kernel parameters prior to installing. Not sure about 10g now, which you are trying to install.
    The most common, easiest way to prepare the system for Oracle RDBMS is to install the "oracle-validated" package. If you don't have access to ULN, you can setup public yum.
    http://public-yum.oracle.com/ Then you can simply type as the root user: yum install oracle-validated
    Edited by: waldorfm on Nov 3, 2010 1:18 PM

  • License for cross-compilation for solaris 10 sparc on Linux x86

    I'd like to do cross-compilation for solaris 10 sparc on Linux x86 using gcc (for linux). To do that, I have to copy libraries (/lib/64) and includes (/usr/include) from a sparc machine to my linux machine.
    The compilation will be run on about (up to) 50 Linux machines (by various developers). We also have 3 solaris-10-SPARC machines.
    I wonder if Solaris license allows me to copy the includes and libs to perform compilation elsewhere.
    I also checked "OTN License Agreement for Oracle Solaris", but it looks like Oracle allows for installing "the programs" on up to 3 machines, but I need it on 50.
    Thanks for any suggestions or redirections to a proper place where I can get an answer.
    Marek

    When installing Solaris 10 01/06 on a Dell 1850 I receive an error message during the install saying "no disk found". I assume that the drive/controller is not recognized. The Dell 1850 is listed under the HCL for Solaris 10 10/06. I don't believe I can use the Solaris(TM) Device Driver for the LSI MegaRAID Adapter floppy with 1/06. I don�t have any other Solaris boxes up so I can�t build a jump start server. Any suggestions?

  • EM Cloud 12c Management Agent Software for linux x86

    Hello folks
    I need to acquire Management Agent Software for linux x86 using offline mode. I followed steps described in online documentation of Oracle Cloud Control 12c, section "4.2.3.2 Acquiring Management Agent Software in Offline Mode"
    I downloaded the catalog file p9348486_112000_Generic.zip, but when I executed import_update_catalog as follow:
    /em12c/oms12cr3/oms/bin/emcli import_update_catalog -file=/app/em12c/swlib/p9348486_112000_Generic.zip -omslocal
    this error apears:
    "Internal error while validating catalog file format: error in opening zip file"
    thanks in advance

    --> $/AGENT_INST/bin/emctl stop agent
    If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
    --> Move your existing target.xml file
    mv target.xml target.xml.old
    --> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
    <Targets>
    </Targets>
    --> Start the agent
    $AGENT_INST/bin/emctl start agent
    This starts agent but without any targets populated in targets.xml
    To discover targets perform agent resynchronization operation from console
    Regards
    Krishnan

  • TimesTen Release 11.2.1.8.0 (32 bit Linux/x86): PLSQL_MEMORY_ADDRESS

    Hi!
    I am trying to setup TT 11.2.1.8.0 (32 bit Linux/x86) with jboss-4.2.3.GA using JRockit JVM. The problem I get is:
    TT8517: Cannot attach PL/SQL shared memory; PLSQL_MEMORY_ADDRESS not valid or already in use -- file "db.c", lineno 9856, procedure "sbDbConnect")
    I am aware of this issue with jrockit and as in http://docs.oracle.com/cd/E11882_01/timesten.112/e13080.pdf:
    JRockit on 32-bit Linux allocates a default heap that is 50 percent of available
    physical memory up to 1 gigabyte. Users of JRockit on 32-bit platforms may need
    to choose a value for PLSQL_MEMORY_ADDRESS other than the default
    +(10000000). Consider values such as B0000000, which ensures that the PL/SQL+
    shared memory is not part of the JRockit heap.
    So I added to sys.odbc.ini the following line:
    PLSQL_MEMORY_ADDRESS=B0000000
    and also in jdbc url same line. I still get:
    [STDERR] org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory ([TimesTen][TimesTen 11.2.1.8.0 ODBC Driver][TimesTen]TT8517: Cannot attach PL/SQL shared memory; PLSQL_MEMORY_ADDRESS not valid or already in use -- file "db.c", lineno 9
    In ttmesg.log I found corresponding log:
    22:30:57.67 Info: : 2272: maind got #14.15, hello: pid=3031 type=library payload=%00%00%00%00 protocolID=TimesTen 11.2.1.8.0.tt1121 ident=%00%00%00%00
    22:30:57.67 Info: : 2272: Got hello from pid 3031, type library (/usr/jrockit/bin/java -Dprogram.name=run.sh -Xms512M -Xmx512M -Djava.net.preferIPv4Stack=true -Dimsc.harmiport=3444 -Dimsc.jvmid=1 -Dimsc.configurationdir=/var/lib/OC/imsc/server/imsc-1/conf -Dimsc.jgroups.address=224.0.0.37 -Dimsc.jgroups.port=45678 -Djb)
    From pmap 3031 it seems that 0xB0000000 should be free or I miscalculated it?
    $ pmap 3031
    3031: /usr/jrockit/bin/java -Dprogram.name=run.sh -Xms512M -Xmx512M -Djava.net.preferIPv4Stack=true -Dimsc.harmiport=3444 -Dimsc.jvmid=1 -Dimsc.configurationdir=/var/lib/OC/imsc/server/imsc-1/conf -Dimsc.jgroups.address=224.0.0.37 -Dimsc.jgroups.port=45678 -Djboss.partition.udpGroup=226.168.121.220 -jrockit -Xbootclasspath/p: -XXaggressive -XXcompaction:heapParts=512 -XXgcThreads:2 -XXgctrigger:35 -Xgc:genconcon -XXcompaction:internalPercentage=3.9 -XXcompaction:externalPercentage=3.9 -XX:+FlightRecorder -XX:Fli
    08048000 64K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/bin/java
    08058000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/bin/java
    08e5c000 38124K rwx-- [ anon ]
    83b4d000 272K rwx-- [ anon ]
    83b91000 84K r-x-- /usr/lib/libelf-0.137.so
    83ba6000 8K rwx-- /usr/lib/libelf-0.137.so
    83ba8000 31020K r-x-- /opt/TimesTen/tt1121/lib/libttpl.so
    859f3000 1044K rwx-- /opt/TimesTen/tt1121/lib/libttpl.so
    85af8000 64K rwx-- [ anon ]
    85b08000 10812K r-x-- /opt/TimesTen/tt1121/lib/libtten.so
    86597000 212K rwx-- /opt/TimesTen/tt1121/lib/libtten.so
    865cc000 408K rwx-- [ anon ]
    86632000 824K x [ anon ]
    86716000 88K r-x-- /opt/TimesTen/tt1121/lib/libttJdbc.so
    8672c000 8K rwx-- /opt/TimesTen/tt1121/lib/libttJdbc.so
    8672e000 264K rwx-- [ anon ]
    86770000 12K x [ anon ]
    86773000 508K rwx-- [ anon ]
    867f2000 12K x [ anon ]
    867f5000 636K rwx-- [ anon ]
    86894000 12K x [ anon ]
    86897000 124K rwx-- [ anon ]
    868b6000 12K x [ anon ]
    868b9000 124K rwx-- [ anon ]
    868d8000 12K x [ anon ]
    868db000 124K rwx-- [ anon ]
    868fa000 12K x [ anon ]
    868fd000 124K rwx-- [ anon ]
    8691c000 12K x [ anon ]
    8691f000 124K rwx-- [ anon ]
    8693e000 12K x [ anon ]
    86941000 508K rwx-- [ anon ]
    869c0000 12K x [ anon ]
    869c3000 516K rwx-- [ anon ]
    86a44000 12K x [ anon ]
    86a47000 124K rwx-- [ anon ]
    86a66000 12K x [ anon ]
    86a69000 380K rwx-- [ anon ]
    86ac8000 12K x [ anon ]
    86acb000 260K rwx-- [ anon ]
    86b0c000 12K x [ anon ]
    86b0f000 508K rwx-- [ anon ]
    86b8e000 12K x [ anon ]
    86b91000 380K rwx-- [ anon ]
    86bf0000 12K x [ anon ]
    86bf3000 116K rwx-- [ anon ]
    86c10000 2932K rwxs- [ shmid=0x6000b ]
    86eed000 1420K rwx-- [ anon ]
    87050000 12K x [ anon ]
    87053000 948K rwx-- [ anon ]
    87140000 1024K rwxs- /var/lib/OC/imsc/server/imsc-1/data/hypersonic/localDB.data
    87240000 1768K rwx-- [ anon ]
    873fa000 24K x [ anon ]
    8740b000 8K rwx-- [ anon ]
    8740d000 12K x [ anon ]
    87410000 508K rwx-- [ anon ]
    8748f000 12K x [ anon ]
    87492000 4028K rwx-- [ anon ]
    87881000 12K x [ anon ]
    87884000 124K rwx-- [ anon ]
    878a3000 12K x [ anon ]
    878a6000 124K rwx-- [ anon ]
    878c5000 12K x [ anon ]
    878c8000 124K rwx-- [ anon ]
    878e7000 12K x [ anon ]
    878ea000 124K rwx-- [ anon ]
    87909000 12K x [ anon ]
    8790c000 124K rwx-- [ anon ]
    8792b000 12K x [ anon ]
    8792e000 124K rwx-- [ anon ]
    8794d000 12K x [ anon ]
    87950000 124K rwx-- [ anon ]
    8796f000 12K x [ anon ]
    87972000 124K rwx-- [ anon ]
    87991000 12K x [ anon ]
    87994000 124K rwx-- [ anon ]
    879b3000 12K x [ anon ]
    879b6000 124K rwx-- [ anon ]
    879d5000 12K x [ anon ]
    879d8000 380K rwx-- [ anon ]
    87a37000 12K x [ anon ]
    87a3a000 124K rwx-- [ anon ]
    87a59000 12K x [ anon ]
    87a5c000 116K rwx-- [ anon ]
    87a79000 4K x [ anon ]
    87a7a000 10240K rwx-- [ anon ]
    8847a000 4K x [ anon ]
    8847b000 13840K rwx-- [ anon ]
    891ff000 4K x [ anon ]
    89207000 648K rwx-- [ anon ]
    892a9000 12K x [ anon ]
    892ac000 3196K rwx-- [ anon ]
    895cb000 4K x [ anon ]
    895cc000 10240K rwx-- [ anon ]
    89fcc000 4K x [ anon ]
    89fcd000 10240K rwx-- [ anon ]
    8a9cd000 4K x [ anon ]
    8a9ce000 10240K rwx-- [ anon ]
    8b3ce000 4K x [ anon ]
    8b3cf000 10240K rwx-- [ anon ]
    8bdcf000 4K x [ anon ]
    8bdd0000 10240K rwx-- [ anon ]
    8c7de000 8K rwx-- [ anon ]
    8c7e0000 12K x [ anon ]
    8c7e3000 116K rwx-- [ anon ]
    8c800000 36K r-x-- /lib/libcrypt-2.5.so
    8c809000 4K r-x-- /lib/libcrypt-2.5.so
    8c80a000 4K rwx-- /lib/libcrypt-2.5.so
    8c80b000 156K rwx-- [ anon ]
    8c832000 56K r-x-- /opt/OC/lib/libfmkmgrts.so.4.2.10
    8c840000 4K rwx-- /opt/OC/lib/libfmkmgrts.so.4.2.10
    8c841000 8K rwx-- [ anon ]
    8c843000 448K r-x-- /opt/OC/lib/libfmkmgt.so.4.2.10
    8c8b3000 16K rwx-- /opt/OC/lib/libfmkmgt.so.4.2.10
    8c8b7000 228K r-x-- /opt/OC/lib/liboclic_core.so.0.0.1
    8c8f0000 8K rwx-- /opt/OC/lib/liboclic_core.so.0.0.1
    8c8f2000 92K r-x-- /opt/OC/lib/liboclic.so.0.0.1
    8c909000 4K rwx-- /opt/OC/lib/liboclic.so.0.0.1
    8c90a000 2352K r-x-- /opt/OC/lib/libocsipcore.so.1.4.4
    8cb56000 8K rwx-- /opt/OC/lib/libocsipcore.so.1.4.4
    8cb58000 8K rwx-- [ anon ]
    8cb5a000 324K r-x-- /opt/OC/lib/libocsipmsg.so.1.4.4
    8cbab000 8K rwx-- /opt/OC/lib/libocsipmsg.so.1.4.4
    8cbad000 300K r-x-- /opt/OC/lib/java/libocsipjni.so.1.4.4
    8cbf8000 4K rwx-- /opt/OC/lib/java/libocsipjni.so.1.4.4
    8cbf9000 256K rwx-- [ anon ]
    8cc39000 4K x [ anon ]
    8cc3a000 10240K rwx-- [ anon ]
    8d63a000 4K x [ anon ]
    8d63b000 10240K rwx-- [ anon ]
    8e03b000 4K x [ anon ]
    8e03c000 10240K rwx-- [ anon ]
    8ea3c000 4K x [ anon ]
    8ea3d000 10240K rwx-- [ anon ]
    8f43d000 4K x [ anon ]
    8f43e000 10240K rwx-- [ anon ]
    8fe3e000 4K x [ anon ]
    8fe3f000 10240K rwx-- [ anon ]
    9083f000 4K x [ anon ]
    90840000 10240K rwx-- [ anon ]
    91240000 40K r-x-- /opt/OC/lib/libTTLBase.so.1.0.0
    9124a000 4K rwx-- /opt/OC/lib/libTTLBase.so.1.0.0
    9124b000 120K rwx-- [ anon ]
    91269000 36K r-x-- /opt/OC/lib/libTTL.so.1.0.0
    91272000 28K rwx-- /opt/OC/lib/libTTL.so.1.0.0
    91279000 4K rwx-- [ anon ]
    9127a000 236K r-x-- /lib/libsepol.so.1
    912b5000 4K rwx-- /lib/libsepol.so.1
    912b6000 40K rwx-- [ anon ]
    912c0000 88K r-x-- /lib/libselinux.so.1
    912d6000 8K rwx-- /lib/libselinux.so.1
    912d8000 176K r-x-- /usr/lib/libgssapi_krb5.so.2.2
    91304000 4K rwx-- /usr/lib/libgssapi_krb5.so.2.2
    91305000 148K r-x-- /usr/lib/libk5crypto.so.3.1
    9132a000 4K rwx-- /usr/lib/libk5crypto.so.3.1
    9132b000 588K r-x-- /usr/lib/libkrb5.so.3.3
    913be000 12K rwx-- /usr/lib/libkrb5.so.3.3
    913c1000 72K r-x-- /usr/lib/libz.so.1.2.3
    913d3000 4K rwx-- /usr/lib/libz.so.1.2.3
    913d4000 1192K r-x-- /lib/libcrypto.so.0.9.8e
    914fe000 76K rwx-- /lib/libcrypto.so.0.9.8e
    91511000 16K rwx-- [ anon ]
    91515000 268K r-x-- /lib/libssl.so.0.9.8e
    91558000 16K rwx-- /lib/libssl.so.0.9.8e
    9155c000 888K r-x-- /usr/lib/libstdc++.so.6.0.8
    9163a000 12K r-x-- /usr/lib/libstdc++.so.6.0.8
    9163d000 8K rwx-- /usr/lib/libstdc++.so.6.0.8
    9163f000 152K rwx-- [ anon ]
    91667000 180K r-x-- /opt/OC/lib/libfmkgmp.so.4.2.10
    91694000 4K rwx-- /opt/OC/lib/libfmkgmp.so.4.2.10
    91695000 100K r-x-- /opt/OC/lib/libfmkmgr.so.4.2.10
    916ae000 4K rwx-- /opt/OC/lib/libfmkmgr.so.4.2.10
    916af000 212K r-x-- /opt/OC/lib/libfmkbus.so.4.9.2
    916e4000 4K rwx-- /opt/OC/lib/libfmkbus.so.4.9.2
    916e5000 32K rwx-- [ anon ]
    916ed000 224K r-x-- /opt/OC/lib/libfmktbx.so.4.8.8
    91725000 12K rwx-- /opt/OC/lib/libfmktbx.so.4.8.8
    91728000 100K rwx-- [ anon ]
    91741000 12K x [ anon ]
    91744000 124K rwx-- [ anon ]
    91763000 12K x [ anon ]
    91766000 124K rwx-- [ anon ]
    91785000 12K x [ anon ]
    91788000 180K rwx-- [ anon ]
    917c1000 8K rwx-- [ anon ]
    917c3000 12K x [ anon ]
    917c6000 124K rwx-- [ anon ]
    917e5000 12K x [ anon ]
    917e8000 124K rwx-- [ anon ]
    91807000 12K x [ anon ]
    9180a000 124K rwx-- [ anon ]
    91829000 12K x [ anon ]
    9182c000 124K rwx-- [ anon ]
    9184b000 12K x [ anon ]
    9184e000 124K rwx-- [ anon ]
    9186d000 12K x [ anon ]
    91870000 124K rwx-- [ anon ]
    9188f000 12K x [ anon ]
    91892000 124K rwx-- [ anon ]
    918b1000 12K x [ anon ]
    918b4000 124K rwx-- [ anon ]
    918d3000 12K x [ anon ]
    918d6000 124K rwx-- [ anon ]
    918f5000 12K x [ anon ]
    918f8000 116K rwx-- [ anon ]
    91915000 2932K rwxs- [ shmid=0x50009 ]
    91bf2000 1028K rwx-- [ anon ]
    91cf3000 2932K rwxs- [ shmid=0x48008 ]
    91fd0000 64K rwx-- [ anon ]
    91fee000 8K rwx-- [ anon ]
    91ff0000 12K x [ anon ]
    91ff3000 116K rwx-- [ anon ]
    9201e000 8K rwx-- [ anon ]
    92020000 12K x [ anon ]
    92023000 244K rwx-- [ anon ]
    9206a000 648K rwx-- [ anon ]
    9210c000 12K x [ anon ]
    9210f000 124K rwx-- [ anon ]
    9212e000 12K x [ anon ]
    92131000 124K rwx-- [ anon ]
    92150000 12K x [ anon ]
    92153000 692K rwx-- [ anon ]
    9220a000 1156K rwx-- [ anon ]
    9232b000 200K r-x-- /opt/OC/lib/java/libSaNtfJava.so.1.0.0
    9235d000 4K rwx-- /opt/OC/lib/java/libSaNtfJava.so.1.0.0
    9235e000 264K rwx-- [ anon ]
    923a0000 12K x [ anon ]
    923a3000 1360K rwx-- [ anon ]
    924f7000 36K x [ anon ]
    9250e000 2816K rwx-- [ anon ]
    927d9000 60K r-x-- /lib/libresolv-2.5.so
    927e8000 4K r-x-- /lib/libresolv-2.5.so
    927e9000 4K rwx-- /lib/libresolv-2.5.so
    927ea000 16K rwx-- [ anon ]
    927ee000 12K x [ anon ]
    927f1000 628K rwx-- [ anon ]
    9289c000 8K rwx-- [ anon ]
    9289e000 12K x [ anon ]
    928a1000 1916K rwx-- [ anon ]
    92a80000 12K x [ anon ]
    92a83000 3188K rwx-- [ anon ]
    92dae000 8K rwx-- [ anon ]
    92db0000 12K x [ anon ]
    92db3000 380K rwx-- [ anon ]
    92e12000 12K x [ anon ]
    92e15000 124K rwx-- [ anon ]
    92e34000 12K x [ anon ]
    92e37000 124K rwx-- [ anon ]
    92e56000 12K x [ anon ]
    92e59000 124K rwx-- [ anon ]
    92e78000 12K x [ anon ]
    92e7b000 124K rwx-- [ anon ]
    92e9a000 12K x [ anon ]
    92e9d000 124K rwx-- [ anon ]
    92ebc000 12K x [ anon ]
    92ebf000 124K rwx-- [ anon ]
    92ede000 12K x [ anon ]
    92ee1000 124K rwx-- [ anon ]
    92f00000 12K x [ anon ]
    92f03000 124K rwx-- [ anon ]
    92f22000 12K x [ anon ]
    92f25000 124K rwx-- [ anon ]
    92f44000 12K x [ anon ]
    92f47000 124K rwx-- [ anon ]
    92f66000 12K x [ anon ]
    92f69000 124K rwx-- [ anon ]
    92f88000 12K x [ anon ]
    92f8b000 124K rwx-- [ anon ]
    92faa000 12K x [ anon ]
    92fad000 124K rwx-- [ anon ]
    92fcc000 12K x [ anon ]
    92fcf000 124K rwx-- [ anon ]
    92fee000 12K x [ anon ]
    92ff1000 124K rwx-- [ anon ]
    93010000 12K x [ anon ]
    93013000 380K rwx-- [ anon ]
    93072000 12K x [ anon ]
    93075000 636K rwx-- [ anon ]
    93114000 12K x [ anon ]
    93117000 124K rwx-- [ anon ]
    93136000 12K x [ anon ]
    93139000 124K rwx-- [ anon ]
    93158000 12K x [ anon ]
    9315b000 124K rwx-- [ anon ]
    9317a000 12K x [ anon ]
    9317d000 124K rwx-- [ anon ]
    9319c000 12K x [ anon ]
    9319f000 124K rwx-- [ anon ]
    931be000 12K x [ anon ]
    931c1000 124K rwx-- [ anon ]
    931e0000 12K x [ anon ]
    931e3000 124K rwx-- [ anon ]
    93202000 12K x [ anon ]
    93205000 124K rwx-- [ anon ]
    93224000 12K x [ anon ]
    93227000 124K rwx-- [ anon ]
    93246000 12K x [ anon ]
    93249000 380K rwx-- [ anon ]
    932a8000 12K x [ anon ]
    932ab000 884K rwx-- [ anon ]
    93397000 124K r-x-- /lib/libexpat.so.0.5.0
    933b6000 8K rwx-- /lib/libexpat.so.0.5.0
    933b8000 1672K rwx-- [ anon ]
    9355a000 12K x [ anon ]
    9355d000 124K rwx-- [ anon ]
    9357c000 12K x [ anon ]
    9357f000 124K rwx-- [ anon ]
    9359e000 12K x [ anon ]
    935a1000 124K rwx-- [ anon ]
    935c0000 12K x [ anon ]
    935c3000 124K rwx-- [ anon ]
    935e2000 12K x [ anon ]
    935e5000 124K rwx-- [ anon ]
    93604000 12K x [ anon ]
    93607000 124K rwx-- [ anon ]
    93626000 12K x [ anon ]
    93629000 372K rwx-- [ anon ]
    9368c000 100K r-x-- /opt/OC/lib/libSaNtf.so.1.0.0
    936a5000 4K rwx-- /opt/OC/lib/libSaNtf.so.1.0.0
    936a6000 64K rwx-- [ anon ]
    936b6000 44K r-x-- /lib/libgcc_s-4.1.2-20080825.so.1
    936c1000 4K rwx-- /lib/libgcc_s-4.1.2-20080825.so.1
    936c2000 72K rwx-- [ anon ]
    936d4000 12K x [ anon ]
    936d7000 764K rwx-- [ anon ]
    93796000 12K x [ anon ]
    93799000 3380K rwx-- [ anon ]
    93aec000 32K rwxs- [ shmid=0x10001 ]
    93af4000 8K rwx-- [ anon ]
    93af6000 12K x [ anon ]
    93af9000 756K rwx-- [ anon ]
    93bb7000 32K r-x-- /usr/lib/libkrb5support.so.0.1
    93bbf000 4K rwx-- /usr/lib/libkrb5support.so.0.1
    93bc0000 8K rwx-- [ anon ]
    93bc2000 12K x [ anon ]
    93bc5000 124K rwx-- [ anon ]
    93be4000 12K x [ anon ]
    93be7000 124K rwx-- [ anon ]
    93c06000 12K x [ anon ]
    93c09000 1396K rwx-- [ anon ]
    93d66000 36K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjmapi.so
    93d6f000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjmapi.so
    93d74000 712K rwx-- [ anon ]
    93e26000 12K x [ anon ]
    93e29000 124K rwx-- [ anon ]
    93e48000 12K x [ anon ]
    93e4b000 124K rwx-- [ anon ]
    93e6a000 12K x [ anon ]
    93e6d000 124K rwx-- [ anon ]
    93e8c000 12K x [ anon ]
    93e8f000 124K rwx-- [ anon ]
    93eae000 12K x [ anon ]
    93eb1000 380K rwx-- [ anon ]
    93f10000 12K x [ anon ]
    93f13000 124K rwx-- [ anon ]
    93f32000 12K x [ anon ]
    93f35000 124K rwx-- [ anon ]
    93f54000 12K x [ anon ]
    93f57000 1020K rwx-- [ anon ]
    94056000 12K x [ anon ]
    94059000 124K rwx-- [ anon ]
    94078000 12K x [ anon ]
    9407b000 124K rwx-- [ anon ]
    9409a000 12K x [ anon ]
    9409d000 124K rwx-- [ anon ]
    940bc000 12K x [ anon ]
    940bf000 380K rwx-- [ anon ]
    9411e000 12K x [ anon ]
    94121000 124K rwx-- [ anon ]
    94140000 12K x [ anon ]
    94143000 1972K rwx-- [ anon ]
    94331000 64K r-x-- /usr/lib/liblog4c.so.3.1.0
    94341000 4K rwx-- /usr/lib/liblog4c.so.3.1.0
    94342000 68K rwx-- [ anon ]
    94359000 4K r-x-- /usr/lib/libaio.so.1.0.1
    9435a000 4K rwx-- /usr/lib/libaio.so.1.0.1
    9435b000 28K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnio.so
    94362000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnio.so
    94363000 264K rwx-- [ anon ]
    943a5000 12K x [ anon ]
    943a8000 4156K rwx-- [ anon ]
    947b7000 12K x [ anon ]
    947ba000 828K rwx-- [ anon ]
    94889000 12K x [ anon ]
    9488c000 884K rwx-- [ anon ]
    94969000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/liborii.so
    9496f000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/liborii.so
    94970000 3448K rwx-- [ anon ]
    94cce000 200K x [ anon ]
    94d01000 16K r-x-- /opt/OC/lib/libntl.so.1.0.0
    94d05000 4K rwx-- /opt/OC/lib/libntl.so.1.0.0
    94d06000 80K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnet.so
    94d1a000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libnet.so
    94d1b000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libmanagement.so
    94d21000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libmanagement.so
    94d22000 8K rwx-- [ anon ]
    94d24000 12K x [ anon ]
    94d27000 116K rwx-- [ anon ]
    94d44000 8K r-x-- /usr/lib/libsctp.so.1.0.6
    94d46000 4K rwx-- /usr/lib/libsctp.so.1.0.6
    94d47000 12K r-x-- /opt/OC/lib/libiniparser.so.1.0.0
    94d4a000 4K rwx-- /opt/OC/lib/libiniparser.so.1.0.0
    94d4b000 24K r-x-- /usr/lib/openais/libSaEvt.so.2.0.0
    94d51000 4K rwx-- /usr/lib/openais/libSaEvt.so.2.0.0
    94d52000 8K rwx-- [ anon ]
    94d54000 12K x [ anon ]
    94d57000 1212K rwx-- [ anon ]
    94e86000 12K x [ anon ]
    94e89000 124K rwx-- [ anon ]
    94ea8000 12K x [ anon ]
    94eab000 252K rwx-- [ anon ]
    94eea000 12K x [ anon ]
    94eed000 124K rwx-- [ anon ]
    94f0c000 12K x [ anon ]
    94f0f000 124K rwx-- [ anon ]
    94f2e000 12K x [ anon ]
    94f31000 124K rwx-- [ anon ]
    94f50000 12K x [ anon ]
    94f53000 252K rwx-- [ anon ]
    94f92000 12K x [ anon ]
    94f95000 252K rwx-- [ anon ]
    94fd4000 12K x [ anon ]
    94fd7000 884K rwx-- [ anon ]
    950b4000 60K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libzip.so
    950c3000 8K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libzip.so
    950c5000 520K rwx-- [ anon ]
    95147000 12K x [ anon ]
    9514a000 124K rwx-- [ anon ]
    95169000 12K x [ anon ]
    9516c000 124K rwx-- [ anon ]
    9518b000 12K x [ anon ]
    9518e000 252K rwx-- [ anon ]
    951cd000 12K x [ anon ]
    951d0000 244K rwx-- [ anon ]
    9520d000 24K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/native_threads/libhpi.so
    95213000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/native_threads/libhpi.so
    95214000 384K rwx-- [ anon ]
    95274000 76K r-x-- /lib/libnsl-2.5.so
    95287000 4K r-x-- /lib/libnsl-2.5.so
    95288000 4K rwx-- /lib/libnsl-2.5.so
    95289000 8K rwx-- [ anon ]
    9528c000 4K rwx-- [ anon ]
    9528d000 8K r-x-- /lib/libkeyutils-1.2.so
    9528f000 4K rwx-- /lib/libkeyutils-1.2.so
    95290000 8K r-x-- /lib/libcom_err.so.2.1
    95292000 4K rwx-- /lib/libcom_err.so.2.1
    95293000 20K r-x-- /opt/OC/lib/java/libgmfjni.so.4.2.10
    95298000 4K rwx-- /opt/OC/lib/java/libgmfjni.so.4.2.10
    95299000 140K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjava.so
    952bc000 8K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjava.so
    952be000 44K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libverify.so
    952c9000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libverify.so
    952ca000 552764K rwx-- [ anon ]
    b6e99000 52K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjfr.so
    b6ea6000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libjfr.so
    b6ea7000 636K rwx-- [ anon ]
    b6f46000 36K r-x-- /lib/libnss_files-2.5.so
    b6f4f000 4K r-x-- /lib/libnss_files-2.5.so
    b6f50000 4K rwx-- /lib/libnss_files-2.5.so
    b6f51000 1024K rwx-- [ anon ]
    b7051000 4K x [ anon ]
    b7052000 4K rwx-- [ anon ]
    b7053000 12K x [ anon ]
    b7056000 10224K rwx-- [ anon ]
    b7a52000 28K r-x-- /lib/librt-2.5.so
    b7a59000 4K r-x-- /lib/librt-2.5.so
    b7a5a000 4K rwx-- /lib/librt-2.5.so
    b7a5b000 148K r-x-- /lib/libm-2.5.so
    b7a80000 4K r-x-- /lib/libm-2.5.so
    b7a81000 4K rwx-- /lib/libm-2.5.so
    b7a82000 4K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/librmi.so
    b7a83000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/librmi.so
    b7a84000 4K r-x-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter-ext.so.1.0.0
    b7a85000 4K rwx-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter-ext.so.1.0.0
    b7a86000 4K r-x-- [ anon ]
    b7a87000 4K rwx-- [ anon ]
    b7a88000 32K rwxs- /tmp/hsperfdata_ocadmin/3031
    b7a90000 108K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libosal.so
    b7aab000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libosal.so
    b7aac000 4K rwx-- [ anon ]
    b7aad000 2828K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/jrockit/libjvm.so
    b7d70000 108K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/jrockit/libjvm.so
    b7d8b000 368K rwx-- [ anon ]
    b7de7000 1276K r-x-- /lib/libc-2.5.so
    b7f26000 4K x /lib/libc-2.5.so
    b7f27000 8K r-x-- /lib/libc-2.5.so
    b7f29000 4K rwx-- /lib/libc-2.5.so
    b7f2a000 12K rwx-- [ anon ]
    b7f2d000 76K r-x-- /lib/libpthread-2.5.so
    b7f40000 4K r-x-- /lib/libpthread-2.5.so
    b7f41000 4K rwx-- /lib/libpthread-2.5.so
    b7f42000 8K rwx-- [ anon ]
    b7f44000 8K r-x-- /lib/libdl-2.5.so
    b7f46000 4K r-x-- /lib/libdl-2.5.so
    b7f47000 4K rwx-- /lib/libdl-2.5.so
    b7f48000 4K r-x-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter.so.1.0.0
    b7f49000 4K rwx-- /opt/OC/lib/java/hpoc-fsc-core/ocsac-starter.so.1.0.0
    b7f4a000 44K r-x-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libutil.so
    b7f55000 4K rwx-- /usr/java/jrockit-jdk1.6.0_26-R28.1.4-4.0.1.orig/jre/lib/i386/libutil.so
    b7f56000 4K rwx-- [ anon ]
    b7f57000 4K r-x-- [ anon ]
    b7f58000 104K r-x-- /lib/ld-2.5.so
    b7f72000 4K r-x-- /lib/ld-2.5.so
    b7f73000 4K rwx-- /lib/ld-2.5.so
    bfd4d000 84K rwx-- [ stack ]
    total 893656K
    Please help,
    Ivan

    I was wrong - my choosen memory address was already used :-(.
    Now I decided to use 0xb9000000 which is free. What I get on JDBC side is:
    [STDERR] Caused by: java.sql.SQLException: [TimesTen][TimesTen 11.2.1.8.0 ODBC Driver][TimesTen]TT15019: Only the instance admin may alter the PLSQL_MEMORY_ADDRESS attribute -- file "db.c", lineno 9722, procedure "sbDbConnect"
    and in ttmesg:
    22:52:44.39 Info: : 2281: 8892 0x85ace688: Connect /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121 a=0x0 f=0x1000040
    22:52:44.39 Info: : 2281: permsize=41943040 tempsize=33554432
    22:52:44.39 Info: : 2281: logbuffersize=0 logfilesize=0
    22:52:44.39 Info: : 2281: permwarnthresh=90 tempwarnthresh=90 logflushmethod=0 connections=0
    22:52:44.39 Info: : 2281: ckptfrequency=-1 ckptlogvolume=-1 conn_name=java
    22:52:44.39 Info: : 2281: recoverythreads=0 logbufparallelism=0
    22:52:44.39 Info: : 2281: plsql=1 sgasize=33554432 sgaaddr=0xb9000000
    22:52:44.39 Info: : 2281: control1=0 control2=0 control3=0
    22:52:44.39 Info: : 2281: ckptrate=-1 receiverThreads=0
    22:52:44.39 Info: : 2281: cacheAwtMethod=0
    22:52:44.39 Info: : 2281: 2281/8892: <wait and mark>: Mark in-flux (now reason 2=connect pid 8892 nwaiters 0 ds /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121) (was reason 0)
    22:52:44.39 Info: : 2281: Marked in flux for connect by 8892 : 0
    22:52:44.39 Info: : 2281: daDbConnect failed
    22:52:44.39 Info: : 2281: connect.c:1928: Mark not in-flux (was reason 2=connect pid 8892 nwaiters 0 ds /opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121)
    22:52:44.39 Info: : 2281: return 1 15019 'illegal request to change 1st connect attribute' arg1='PLSQL_MEMORY_ADDRESS' arg1type='S' arg2='' arg2type='S'
    22:52:44.39 Info: : 2281: maind: done with request #15.18
    The PLSQL_MEMORY_ADDRESS is set in sys.odbc.ini:
    [occpdb_1121]
    Driver=/opt/TimesTen/tt1121/lib/libtten.so
    ConnectionCharacterSet=US7ASCII
    DatabaseCharacterSet=US7ASCII
    DataStore=/opt/TimesTen/tt1121/occpdb_datastore/occpdb_1121
    PermSize=40
    TempSize=32
    PLSQL_MEMORY_ADDRESS=B9000000
    PLSQL=1
    How to make this work?
    Please advise,
    Ivan

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86 is available

    For all those who were in need of some bug fixing, maybe it has been patched in 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86, which is now available for download.

    Hello Srini, thanks for your answer.
    I haven´t Oracle Dataguard, I have a disk replication with other supplier, for this reason, I need to know the files that will be modified, because if the patch modifies a file that I haven´t on replication, I will have problems.
    Thanks again.

  • Oracle 10g (10.1.0.2) for Linux x86 missing from download page?

    Hello,
    Why isn't there a download link to Oracle 10g (10.1.0.2) for Linux x86 on the 10g download page?
    And what's the difference between 10.1.0.3 and 10.1.0.2?
    Thanks

    Hi,<br></br>
    <br>The level of one release is different with plateform.
    On the Oracle Database 10g Downloads you can find only final release, and not intermediare patch.</br><br>For example, the 10gR1 for Linux x86 is 10.1.0.3, and for Windows 32-bits this is 10.1.0.2, after what you can upgrade to the last patchset.
    </br>
    <br>Nicolas.</br>

  • Oracle 10.2.0.3 for Linux x86-64 patchset

    Dear Team,
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64
    64bit patchset
    Thanks,
    Aj

    Hi,
    Download patch
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64 *5337014* ---------------> RDBMS 10.2.0.3 patchset from http://metalink.oracle.com
    Regards,
    Xaheer

  • Transparent Gateway to MS SQL Server for Linux x86-64 ( Oracle 10.2.0.4 ) ?

    where can i download tg4msql ?

    Hi
    I need oracle Tranparent Gateway for Microsoft Sqlserver (tg4msql) for oracle 10g on linux x86-64 bit. I have searched for it on otn.oracle.com and on edelivery.oracle.com. But couldn't find it.
    Can any one help me in this regard.
    Regards
    Nadir.

Maybe you are looking for

  • Start Routine to populate the Logical Source System

    Hi Friends please help me with the below 1. <b>Requirement</b> : to Populate The system Date , Source System in BI for Each load request. <b> 1 Solution:</b> I thought of writing the Start Routine for this but it is giving me error syntax Error: END

  • Should I shut down or sleep my MBP 13"?

    Hi, I have a general question. I just bought my MBP 13'' and I really want to take care of it since I bought it with sacrifice. I use my laptop pretty much everyday, should I just put it to sleep or shut it down? what's the best thing to do? Also, sh

  • An option in Preferences to set launch view

    Bridge currently reopens on launch to the last view opened prior to Quitting application (even if the last window view was closed prior to quitting). I wish there was an option that would either allow selecting a "persistent" folder to open on launch

  • Meet The Expert Session 1 (Self-Service Technologies) With Pat Smith Only 15 Minutes Left!!

    Pat Smith (Verizon Self-Service Technologies) is now ready to chat with you about how Verizon is helping to make your business easier with Verizon with our Self-Service Tools. Please start a new thread (or message) for a new question and feel free to

  • Ajax for Dreamweaver 8?

    In a desire to get myself up to date with Ajax, I was looking to download the latest pre-release but have been wondering whether or not it will work with Dreamweaver 8. Anyone have any idea? Or experience with DW8 and Ajax? Anyone know where I can do