Correct version of jdeveloper to use with Oracle App Server 10g 10.1.2.0.2

Hi,
I just want to be sure, I am new to JDeveloper and I would just like to verify/ask what correct version of JDeveloper should we use so we could deploy the finished applications on our Oracle Application Server 10g 10.1.2.0.2 without errors?
Looking at this support matrix: http://www.oracle.com/technology/products/jdev/htdocs/11/as_supportmatrix.html#1013
I think we can use JDeveloper 10g (10.1.2)?
I downloaded Jdeveloper 10.1.2 from this link: http://www.oracle.com/technology/software/products/jdev/htdocs/soft10g.html.
Will this work well with Oracle Application Server 10g 10.1.2.0.2?
Thank you very much,
Mickey
Edited by: [email protected] on Aug 13, 2009 2:20 AM

Yes, it works well.
--olaf                                                                                                                                                                                                                                       

Similar Messages

  • How to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0)

    Hi all,
    I'd like to know if it's possible and how to use JavaMail 1.4 with Oracle Application Server 10g (9.0.4.0.0), Windows version.
    With the following code, I can see that the mail.jar used by the server is the one included in the jdk installation :
    // I'm testing InternetAddress.class because I want to use commons-email-1.2.jar that requires mail.jar 1.4 (or higher) and activation.jar 1.1 (or higher)
    // and I know that inside the commons-email-1.2.jar file, I need to call the InternetAddress.validate() method that throws a java.lang.NoSuchMethodError: javax.mail.internet.InternetAddress.validate()V if it is used with mail.jar 1.2.
    Class cls = javax.mail.internet.InternetAddress.class;
    java.security.ProtectionDomain pDomain = cls.getProtectionDomain();
    java.security.CodeSource cSource = pDomain.getCodeSource();
    java.net.URL location = cSource.getLocation();
    System.out.println(location.toString());
    This code returns : file:/C:/oracle/app/jdk/jre/lib/ext/mail.jar and this mail.jar file has an implementation version number: 1.2
    - I've tried to include my own mail.jar (1.4.2) and activation.jar (1.1.1) files in the war file that I deploy, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I've tried to put the mail.jar (1.4.2) and activation.jar (1.1.1) files in the applib directory of my OC4J instance, but it doesn't work (the server still uses the same mail.jar 1.2)
    - I know that a patch exists : I've read the following document: How to Make Libraries such as mail.jar and activation.jar Swappable ? [ID 552432.1]
    This article talks about the Patch 6514136, but this patch only applies to : Oracle Containers for J2EE - Version: 10.1.3.3.0
    Can you please help me ?
    Thanks in advance for your answers,
    Laurent

    I strongly suggest to upgrade to AS 10.1.3 to get this.
    Think of future support of AS 9.0.4. You will get not critical patch updates anymore.
    --olaf                                                                                                                                                                                                                                                                                                               

  • Installing Forms&Report  Services with Oracle Application Server 10g Rel 3

    Can I Install Forms & Report Services with Oracle Application Server 10g Release 3 some how?
    I am thinking of installing Forms & Reports Services in separate home with Oracle Application Server 10g Rel 3.
    Does any body has any different idea so that they both can run more smoothly together.
    Thanks
    Raj
    www.oraclebrains.com

    They WILL NOT RUN TOGETHER. We have discussed this many times before. They must be in separate homes.
    Check the search function for this forum to find the previous discussions.

  • How to Create a DataSource to DB2 in Oracle App Server 10g

    Dear All
    I have to connect to DB2 from Oracle Application Server 10g.
    If anyone knows how to connect to DB2 from Oracle App Server 10g.
    Pls advice me..
    With Regards
    Suresh

    Hi,
       Once u created a data source. go to respective application component which u have assigned ducring creatinon of DS in RSO2 and right click on it and use replicate metadata.
    a popup with options 1. as data source
                                   2. as 3.x data source will come u select 2 one here and go on.

  • Use of Xerces Parser in out application with Oracle App Server 9.0.4

    The problem in brief:
    Our product is a web-app that runs under various Application servers.
    One of our customers who uses Oracle App server, recently upgraded from 9.0.2 (9g) to 9.0.4 (10g), and our product no longer works with the latter version.
    Our product uses XML parser Xerces 1.1.
    In 9.02 it was possible to replace the App servers parser with Xerces 1.1. In 9.02 it was possible to replace the App servers parser with Xerces 1.1 (We modified the opmn.xml file, setting the Java options for our oc4j instance bootclasspath with xerces parser). Hence, our product works.
    In 9.0.4, apparently, Oracle moved to a different parser, and it no longer allows the parser to be replaced. If the bootclasspath is modified with XERCES(tested various versions of xerces) parser, rightfully so ORACLE Application server does not start.
    Unlike other prominent Application Servers (such as webshpere etc,) the Oracle application server does not support separate JVMs or namespaces for web-apps either.
    We like, oralce application server, OC4J instance for our application to use the xerces parser version qualified with our product. We understand, replacing the XML parser for the entire Oracle Application Server is not supported function.
    Since, Oracle Application Server is loading the oracle 'xmlparserv2' at system class path, though the applicaton has xerces.jar in application path (either in AppLib or web-inf/lib directory, Its not a class loading issue) it is not getting used (since javax.xml.parsers.documentbuilderFactory is mapped to oracle parser).
    So, it looks like the only option available to us is to modify our product to use Oracle's XML parser. This is a major software change, and we want to keep it as last resort option.
    Any suggestion and help will be higly appreciated.
    Perraju Nadakuduty (raju)
    E-mail:[email protected]

    Raju --
    Thanks for the intelligent posting on a difficult issue for you.
    I wasn't aware of anything specifically being introduced that prevented the bootclasspath technique from working** in the 904 release.
    For 904, the bootclasspath needs to be put in the start parameters tag of the java-options tag.
    <process-type id="home" module-id="OC4J" status="enabled">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" ... -Xbootclasspath/a:/java/lib/xerces.jar"/>
    </category>
    </module-data>
    </process-type>
    You can also try copying the xerces.jar into the jre/lib/ext directory so it's loaded by the system classloader and see if that works**. This will put xerces at the extension level so
    **these workarounds are not supported and will put you in an unsupported situation if a problem occurs.
    The good news is that have taken steps to clearly enable the separation of container versus appplication class spaces in thenext production release (10.1.3) of OC4J. We will be providing a new classloading model which cleanly separates the two namespaces and allows applications to provide their own versions or distributions of class libraries with no collisions with the OC4J runtime libraries.
    I don't know of any easy ways to do what you need -- other than reworking the app to use JAXP so that the parser implementation used is pluggable as you kind of allude to. If it was possible, I'd do that rather than hard coding in the use of the Oracle XML parser.
    But just to reiterate, switching in xerces at the bootclasspath level is not a supported operation since it may have an effect on the OC4J runtime operation.
    cheers
    -steve-

  • AutoVue Version 20.2.2 integration with Oracle Apps R12

    Appreciate if someone can share document, steps to integrate AutoVue with Oracle Apps r12.
    We need to integrate AutoVue Version 20.2.2 with eAM and BOM modules of Oracle Apps R12 so that the engineering drawings data may be imported from AutoVue to these modules and vice-versa.
    Best Regards,
    Muhammad Hizbullah

    There is currently no integration between eAM and BOM modules
    Please contact your sales representative to get more information on the options Oracle offers

  • Can Oracle HTTP Server 2.0 be installed with Oracle App Server 10.1.3.4.0?

    Or I guess a related question is what version of apache comes with the latest App Server Patch Set (10.1.3.4.0)?
    We are running OAS 10.1.3.3.x and we are having issues with URLs that end in a number but which have query parameters at the end.
    E.g. http://<stuff_here>/1?type=table&format=html
    The URLs come from REST-ful GET operations. It seems like the HTTP server just ignores the query parameters completely.
    When we run against stand-alone OC4J which includes an embedded HTTP server, such URLs work as expected.
    We are hoping that perhaps the latest patch set for the full Oracle Application Server 10g will overcome this issue.
    But if we need to move to a later Oracle HTTP Server (like the one that comes as an option for the Oracle 11g database installation) we would be willing to do so.
    Comments related to this are welcome.
    Thanks
    Jim

    Hi,
    Does anyone have experiece getting Apex working with secured BI publisher?
    The error I am getting when PDF printing from Apex to BI pub is:
    "ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Error failed
    OK "
    Please note, network services in 11G are already configured; thus I am able to print from Apex to non-secured BI pub.
    Thanks,
    Jed

  • Jdeveloper 10.1.3.1 how to add Oracle App server 10g 10.1.3

    In our company we have installed IAS 10.1.3 on server which ip si: 10.1.5.230..
    the home path is: /oracle/ias10g/...
    I would like to add application server in Jdeveloper but I allways get the error:
    Error getting OC4J Process for: opmn-home+oc4j-10.1.5.230-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    How I setup the connection:
    Step 1:
    Connection name: produkcija
    Connection type: Oracle Application Server 10g 10.1.3
    Step 2:
    Username: xxxxxx
    Password: xxxxxxx
    delploy password: yes
    Step 3: (here the problems come because I don't know if i select the right choice)
    Connect to: Single instance
    Host name: 10.1.5.230
    OPMN port: 6003
    OC4J instance name: home (is this ok? or I must insert the ORA home?)
    Step 4:
    Test connection:
    Error getting OC4J Process for: opmn-home+oc4j-10.1.5.230-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    I can access the Enterprise Manager trough:
    http://asctiast2:7777/em/
    user/pass:
    oc4jadmin/welcome1
    what may be wrong? and what is the right procedure to setup connectio to my IAS?
    best regards

    Error connecting to OPMN (is it running?): Connection refused: connect
    Run the following command:
    C:/>OPMNCTL STATUS
    Does the output indicate OPMN is running?

  • URGENT: Deployment of ADF UIX application to Oracle App Server 10g

    Hi,
    Please let me know of documentation of how to deploy an ADF UIX application developed using Jdeveloper9.0.5.2 to Oracle Application Server 10g.
    I have already created an WAR and EAR deployment profile. and also an ORacle APp server connection from the connections tab in Jdeveloper.
    Thanks a lot.

    Have a look at the JDeveloper online help (F1) there is a complete chapter about deploying:
    http://helponline.oracle.com/jdeveloper/help/state/content/destination.2%7E9%7E1%7E6%7E/navSetId.jdeveloper/oldNavId.0/navId.0/oldNavSetId.jdeveloper/
    Basically you need to deploy the ADF runtime libraries (use the ADF Runtime Installer), and then deploy your WAR.

  • Dose OHW come with Oracle Application Server 10g?

    I install Oracle Application Server with two instances (named: AS10131 and AS10g2). ohw.jar is found in:
    \ AS10131\jee2\home\applications\ascontrol\ascontrol\WEB-INF\lib and
    \ AS10g2\jee2\home\applications\ascontrol\ascontrol\WEB-INF\lib.
    Is it means:
    1. Server containers have OHW already?
    2. I only need to implement OHW in my web application (developed iwith Jdeveloper)?

    OHW is not installed by default. You can download it from OTN. (http://www.oracle.com/technology/tech/java/help/index.html).
    The OHW you've found is part of the AS control application only.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Compiling oracle 6i forms on Oracle Apps Server 10g on Solaris 10 server

    I am tryin to compile oracle 6i forms which are workin on anohter linux server. I have an .env file where $ORACLE_HOME and other parameters are mentioned. Now i;ve been told that there is some display manager service is required on Solaris for these forms to be compiled successfully like Xvfb or something. Can anyone plz tell me how to run this deamon and make sure it;s accessible to forms compilation

    i really don;t know if u have time to go throught all of the details below. But i think this would give you a clear picture of wat i am tryin to do.
    this is the shell script i am using for compiling forms
    #!/usr/bin/ksh
    frmname=$1
    if [ $# -ne 1 ]; then
    echo usage `basename $0` formname_or_first_few_characters
    exit
    fi;
    set -a
    # set this to the location of your IAS environment file
    /export/home/devnew_d/IASDBK_HOME/server/devnew_d.env
    set +a
    CONNECTSTRING="devnew_d/devnew_d@dbklsdev"
    for f in `ls -1 $frmname*.fmb`
    do
    PREFIX=`echo $f | cut -c1-3`
    # if [ "$PREFIX" = "uix" ]; then
    # continue
    #fi
    echo "Compiling $f";
    bfile=`/bin/basename $f '.fmb'`
    frmcmp Userid=${CONNECTSTRING} Module=$f Output_File=${bfile}.fmx Build=yes Window_state=Minimize Batch=yes Compile_all=no upgrade=no
    if [ "$?" != "0" ]; then
    echo ++++++++++++++++++++++++++++++++++++
    echo Error building $f
    echo ++++++++++++++++++++++++++++++++++++
    else
    rm -f ${bfile}.err
    fi
    done
    now when i execute the script this is result i get
    [devnew_d@himalaya]$ compile_forms u
    /export/home/daybreak/bin/compile_forms: /home/devjp10/IASDBK_HOME/server/devjp10.env: not found
    I think the issue lies within the devnew_d.env file, so here is a copy of the .env file
    # $Id: default.env 27-jul-2006.03:23:29 shvaramb Exp $
    # default.env - default Forms environment file, Solaris version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value used will be that defined
    # in the environment in which the servlet engine (OC4J or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=/oracle/ora10gforms
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    FORMS_PATH=/export/home/devnew_d/IASDBK_HOME/DEVNEW_D/forms
    DAYBREAK_HOME=/export/home/devnew_d/IASDBK_HOME/DEVNEW_D
    TNS_ADMIN=$ORACLE_HOME/network/admin
    # webutil config file path
    WEBUTIL_CONFIG=/oracle/ora10gforms/forms/server/webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=/oracle/ora10gforms/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/oracle/ora10gforms/jlib/repository.jar:/oracle/ora1
    0gforms/jlib/ldapjclnt10.jar:/oracle/ora10gforms/jlib/debugger.jar:/oracle/ora10gforms/jlib/ewt3.jar:/oracle/ora10gforms/jlib/share.jar:/oracle/ora10gforms/j
    lib/utj.jar:/oracle/ora10gforms/jlib/zrclient.jar:/oracle/ora10gforms/reports/jlib/rwrun.jar:/oracle/ora10gforms/forms/java/frmwebutil.jar
    # The PATH setting is not required for Forms if the Forms executables are
    # in <ORACLE_HOME>/bin. However, it is required if Graphics applications
    # are called from Forms applications.
    PATH=/oracle/ora10gforms/bin
    # Settings for Reports
    # NOTE: This setting is only needed if Reports applications
    # are called from Forms applications
    # However, because of bug 2336698 where a report is started from
    # a forms debugger session with an already running JVM, then
    # the report's class path should also be included in the forms
    # class path.
    # We no longer need to set REPORTS_CLASSPATH as forms will
    # always start the JVM before calling reports.
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    #ORACLE_GRAPHICS6I_HOME=<your Graphics 6i oracle_home here>
    # Search path for Graphics applications
    GRAPHICS60_PATH=
    # Settings for Forms tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>/forms/server
    # System settings
    # You should not normally need to modify these settings
    # Path for shared library objects
    # This is highly platform (if not machine) specific ! At install time
    # <percent>LD_LIBRARY_PATH<percent> should be replaced with the
    # actual value of the LD_LIBRARY_PATH environment variable (at install
    # time). That should ensure we have the paths for such necessities as
    # the motif and X11 libraries.
    # Explanations:
    # - Reports needs the path for libjava.so
    # (.../jre/lib/sparc)
    # - Forms needs two paths to the jre, for libjvm.so and libhpi.so
    # - In JDK 1.4.1 the location of libjvm.so is lib/sparc (there is no
    # classic directory) so we do not include the .../classic directory
    # below. There are other versions of libjvm.so (in directories server,
    # client and hotspot) but we will use the version in lib/sparc for now.
    LD_LIBRARY_PATH=/oracle/ora10gforms/lib:/oracle/ora10gforms/jdk/jre/lib/i386/server:/oracle/ora10gforms/jdk/jre/lib/i386/native_threads:/tmp/OraInstall20
    07-02-13_07-43-33PM/jre/1.4.2/lib/i386/client:/tmp/OraInstall2007-02-13_07-43-33PM/jre/1.4.2/lib/i386:/tmp/OraInstall2007-02-13_07-43-33PM/jre/1.4.2/../lib/i
    386:/usr/lib

  • How to start infrastructure db in oracle app server 10g

    Hi Following are processes
    Processes in Instance:
    infra.smtest02
    ------------------------------------------------+---------
    ias-component | process-type | pid |
    status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 29220 | Alive
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 27869 | Alive
    OID | OID | N/A | Down
    The name of infrastructure database is infra, when i do tnsping i get this error
    /app/oracle/product/101202/bin (infra)>tnsping infra
    TNS Ping Utility for Solaris: Version 10.1.0.4.2 - Production on 08-SEP-2008 11:25:30
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    /app/oracle/product/101202/network/admin/sqlnet.ora
    Used HOSTNAME adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=infra.co.uk))(ADDRESS=(PROTO
    =TCP)(HOST=203.134.166.99)(PORT=1521)))
    TNS-12535: TNS:operation timed out
    I am not able to start infra db as i get following errors due to init.ora file, i
    have not changed anything in the installed selected the default options
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/app/oracle/product/101202/dbs/initinfra.ora'
    /app/oracle/product/101202/bin (ORACLEID)>oidctl connect=infra server=oidldapd instance=1 start
    [gsdsiConnect] ORA-12170, ORA-12170: TNS:Connect timeout occurred
    Could not connect to the Database.
    any suggestions

    /app/oracle/product/101202/network/admin (ORACLEID)>cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /app/oracle/product/101202/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLEID =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORACLEID.siemens.com)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    # listener.ora Network Configuration File: /app/oracle/product/101202/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /app/oracle/product/101202)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = oracleid.siemens.com)
    (ORACLE_HOME = /app/oracle/product/101202)
    (SID_NAME = oracleid)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = smtest02)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    These are default entires during installation of app server
    ORACLEID is the instance name of ORalce Internet Directory.

  • Help reqd for a newbie on Oracle App Server 10g

    I installed Oracle 10g Appserver. I have used Websphere, WebLogic and other App servers. But, Iam completely new to Oracle 10g App Server. Can you guys help me how to go about it to deploy an application on Oracle 10g App Server and if any pointers are there, they are very very helpful.
    First of my problems, is that, it is asking me for "Enter your single sign-on username and password", when I give oc4jadmin/oc4jadmin, its giving "Incorrect username or password". Can someone give me a pointer to docs, if any to resolve these issues.
    TIA.
    Thanks a lot.
    Prashanth Babu.

    Hi Hamdy,
    Thanks for the quick response. I got the document on the deployment.
    I have installed Oracle Application Server SOA suite 10.1.3.1.0 (for WindowsXP) on my machine. I did a "Basic Install" on this.
    Iam not able to understand what to do with the problem of SSO.
    Any inputs for the problem would be of great help. Thanks a ton for the same.
    Regards,
    Prashanth Babu.

  • Unable to start oracle app server 10g through opmnctl file Red Hat linux

    Hi gurus,
    I have a VM (Red Hat Linux based). I am not able to start my application server 10g through opmnctl file (exists in opmn/bin folder).
    I open that folder opmn/bin through terminal and write the following command
    opmnctl startall
    nothing is happening... is there any way to start the server through GUI?
    can you please guide me.
    Thanks

    process has been started now..Please post the result of$ $ORACLE_HOME/opmn/bin/opmnctl status
    after that when I run the it from browser nothing is comming..Don't you get any error ?
    for app server admin i wrote http://pcname:port/
    This should work. Is port the correct one ? Check out $ORACLE_HOME/install/portlist.ini. Did you try IP address, instead of pcname ? Do you have any active firewall on your linux server ?
    for simple form run http://pcname:port/frmservlet/
    This one should be http://pcname:port/forms/frmservlet

  • OCi8 drivers, using RAC (Oracle Application Server 10g (9.0.4))

    I have some problems with one j2ee application deployed in an OC4J container called OC4J_Inernet.
    A few times a day this container crashed with a stack-trace like this;
    Unexpected Signal : 11 occurred at PC=0xB7145CF0
    Function=(null)
    Library=/oracle/as/jdk/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at oracle.jdbc.oci8.OCIDBAccess.get_column_count(Native Method)
    at oracle.jdbc.oci8.OCIDBAccess.describe(OCIDBAccess.java:739)
    - locked <0xac572e88> (a oracle.jdbc.oci8.OCIDBAccess)
    at oracle.jdbc.dbaccess.pingDatabaseThread.run(DBAccess.java:1462)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 3a:00 409838 /oracle/as/jdk/bin/java
    0804e000-0804f000 rwxp 00005000 3a:00 409838 /oracle/as/jdk/bin/java
    a4cad000-a4cb3000 r-xs 00000000 3a:00 1294775 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/uixadfrt.jar
    a4cb3000-a5000000 r-xs 00000000 3a:00 1294774 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/uix2.jar
    a5316000-a5386000 r-xs 00000000 3a:00 1606130 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/xsu12.jar
    a5386000-a53ac000 r-xs 00000000 3a:00 1606127 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/wfapi.jar
    a53ac000-a53ad000 r-xs 00000000 3a:00 1606126 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/utiltaglib.ja
    r
    a53ad000-a53b3000 r-xs 00000000 3a:00 1606125 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/uixadfrt.jar
    a53b3000-a5700000 r-xs 00000000 3a:00 1606124 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/uix2.jar
    a5865000-a5906000 r-xs 00000000 3a:00 1606129 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/xmlparserv2.j
    ar
    a5906000-a591c000 r-xs 00000000 3a:00 1606117 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/ptlshare.jar
    a591c000-a5b62000 r-xs 00000000 3a:00 1606116 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/portaltools.j
    ar
    a5b62000-a5c89000 r-xs 00000000 3a:00 1606115 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/portal.ear
    a5c89000-a5d05000 r-xs 00000000 3a:00 1606114 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/pdkjava.jar
    a5d05000-a5d06000 r-xs 00000000 3a:00 1606113 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/oracle-el.jar
    a5d06000-a5d71000 r-xs 00000000 3a:00 1606112 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/ojsputil.jar
    a5d71000-a5d99000 r-xs 00000000 3a:00 1606111 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/ldapjclnt9.ja
    r
    a5d99000-a5d9a000 r-xs 00000000 3a:00 1606110 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/jwcache.jar
    a5d9a000-a5d9b000 r-xs 00000000 3a:00 1606109 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/jsp-el-api.ja
    r
    a5d9b000-a5d9c000 r-xs 00000000 3a:00 1606108 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/jesitaglib.ja
    r
    a5d9c000-a5e7d000 r-xs 00000000 3a:00 1606107 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/jazn.jar
    a5e7d000-a5e8d000 r-xs 00000000 3a:00 1606106 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/jawc.jar
    a5e8d000-a5e95000 r-xs 00000000 3a:00 1606105 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/invalidate.ja
    r
    a5e95000-a5ea0000 r-xs 00000000 3a:00 1606104 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/htmlcomponent
    s.jar
    a5ea0000-a5ea5000 r-xs 00000000 3a:00 1606103 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/graphtags.jar
    a5ea5000-a5eaa000 r-xs 00000000 3a:00 1606102 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/filepoller.ja
    r
    a5eaa000-a5eab000 r-xs 00000000 3a:00 1606101 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/fileaccess.ja
    r
    a5eab000-a5eac000 r-xs 00000000 3a:00 1606100 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/email.jar
    a5eac000-a5ead000 r-xs 00000000 3a:00 1606099 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/ejbtaglib.jar
    a5ead000-a5ed0000 r-xs 00000000 3a:00 1606098 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/datatags.jar
    a5ed0000-a5eec000 r-xs 00000000 3a:00 1606097 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/commons-el.ja
    r
    a5eec000-a5ef7000 r-xs 00000000 3a:00 1606096 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/bc4juixtags.j
    ar
    a5ef7000-a5f1f000 r-xs 00000000 3a:00 1606095 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/bc4jhtml.jar
    a5f1f000-a5f21000 r-xp 00000000 3a:00 852089 /oracle/as/lib/libwtc9.so
    a5f21000-a5f22000 rwxp 00001000 3a:00 852089 /oracle/as/lib/libwtc9.so
    a5f22000-a5fc1000 r-xp 00000000 3a:00 852044 /oracle/as/lib/libnnz9.so
    a5fc1000-a5fc8000 rwxp 0009e000 3a:00 852044 /oracle/as/lib/libnnz9.so
    a5fc8000-a66cb000 r-xp 00000000 3a:00 852147 /oracle/as/lib/libclntsh.so.9.0
    a66cb000-a66f2000 rwxp 00702000 3a:00 852147 /oracle/as/lib/libclntsh.so.9.0
    a680f000-a6815000 r-xs 00000000 3a:00 1606094 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/adftags.jar
    a6815000-a6900000 r-xs 00000000 3a:00 1606093 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/IntranetServe
    rEJB.jar
    a6a44000-a6a66000 r-xs 00000000 3a:00 1606123 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/tidy.jar
    a6a66000-a6a7d000 r-xp 00000000 3a:00 852052 /oracle/as/lib/libocijdbc9.so
    a6a7d000-a6a7e000 rwxp 00016000 3a:00 852052 /oracle/as/lib/libocijdbc9.so
    a6b80000-a6b81000 r-xs 00000000 3a:00 852102 /oracle/as/lib/xsqlserializers.jar
    a6b81000-a6ba7000 r-xs 00000000 3a:00 852100 /oracle/as/lib/oraclexsql.jar
    a6ba7000-a6bad000 r-xs 00000000 3a:00 344752 /oracle/as/uix/taglib/uix2tags.jar
    a6bad000-a6bb3000 r-xs 00000000 3a:00 1196152 /oracle/as/j2ee/home/jsp/lib/taglib/saxpath.jar
    a6bb3000-a6be2000 r-xs 00000000 3a:00 1196151 /oracle/as/j2ee/home/jsp/lib/taglib/jaxen-full.jar
    a6be2000-a6c3d000 r-xs 00000000 3a:00 1196150 /oracle/as/j2ee/home/jsp/lib/taglib/standard.jar
    a6c3d000-a6cae000 r-xs 00000000 3a:00 1196149 /oracle/as/j2ee/home/jsp/lib/taglib/ojsputil.jar
    a6cae000-a6cba000 r-xs 00000000 3a:00 1196148 /oracle/as/j2ee/home/jsp/lib/taglib/ordjsptag.jar
    a6cba000-a6d2a000 r-xs 00000000 3a:00 1458740 /oracle/as/rdbms/jlib/xsu12.jar
    a6d2a000-a6e8e000 r-xs 00000000 3a:00 852039 /oracle/as/lib/dsv2.jar
    a6e8e000-a6ea4000 r-xs 00000000 3a:00 442629 /oracle/as/jlib/jdev-cm.jar
    a6ea4000-a6eac000 r-xs 00000000 3a:00 442611 /oracle/as/jlib/regexp.jar
    a6eac000-a6eba000 r-xs 00000000 3a:00 442569 /oracle/as/jlib/share.jar
    a6eba000-a70f1000 r-xs 00000000 3a:00 442620 /oracle/as/jlib/uix2.jar
    a70f1000-a7106000 r-xs 00000000 3a:00 262715 /oracle/as/ord/jlib/ordhttp.jar
    a7106000-a7118000 r-xs 00000000 3a:00 262714 /oracle/as/ord/jlib/ordim.jar
    a7118000-a713b000 r-xs 00000000 3a:00 869062 /oracle/as/BC4J/lib/adfmweb.jar
    a713b000-a7142000 r-xs 00000000 3a:00 869061 /oracle/as/BC4J/lib/bc4jctejb.jar
    a7142000-a7154000 r-xs 00000000 3a:00 869060 /oracle/as/BC4J/lib/bc4jmtejb.jar
    a7154000-a7227000 r-xs 00000000 3a:00 869059 /oracle/as/BC4J/lib/bc4jct.jar
    a7227000-a73c3000 r-xs 00000000 3a:00 869058 /oracle/as/BC4J/lib/bc4jmt.jar
    a73c3000-a73d8000 r-xs 00000000 3a:00 869057 /oracle/as/BC4J/lib/bc4jimdomains.jar
    a73d8000-a73da000 r-xs 00000000 3a:00 869056 /oracle/as/BC4J/lib/adfmtl.jar
    a73da000-a749e000 r-xs 00000000 3a:00 869055 /oracle/as/BC4J/lib/adfm.jar
    a749e000-a74b4000 r-xs 00000000 3a:00 869054 /oracle/as/BC4J/lib/bc4jdomorcl.jar
    a74b4000-a74f4000 r-xs 00000000 3a:00 869053 /oracle/as/BC4J/lib/collections.jar
    a74f4000-a7504000 r-xs 00000000 3a:00 492011 /oracle/as/j2ee/OC4J_Internet/applib/jawc.jar
    a7504000-a7526000 r-xs 00000000 3a:00 492010 /oracle/as/j2ee/OC4J_Internet/applib/tidy.jar
    a7526000-a753c000 r-xs 00000000 3a:00 492009 /oracle/as/j2ee/OC4J_Internet/applib/ptlshare.jar
    a753c000-a7782000 r-xs 00000000 3a:00 492008 /oracle/as/j2ee/OC4J_Internet/applib/portaltools.jar
    a7782000-a77fe000 r-xs 00000000 3a:00 492007 /oracle/as/j2ee/OC4J_Internet/applib/pdkjava.jar
    a7a0e000-a7a7f000 r-xs 00000000 3a:00 1606122 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/struts.jar
    a7d09000-a7d17000 r-xs 00000000 3a:00 1294773 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/share.jar
    a7d17000-a7d1f000 r-xs 00000000 3a:00 1294772 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/regexp.jar
    a7d1f000-a7d23000 r-xs 00000000 3a:00 1294771 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/oracle-portlet-tags
    .jar
    a7d23000-a7d24000 r-xs 00000000 3a:00 1294770 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/oracle-el.jar
    a7d24000-a7d25000 r-xs 00000000 3a:00 1294769 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/jsp-el-api.jar
    a7d25000-a7d41000 r-xs 00000000 3a:00 1294768 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/commons-el.jar
    a7d41000-a7d7f000 r-xs 00000000 3a:00 1606092 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/ContainerRend
    erer.jar
    a7f07000-a7f08000 r-xs 00000000 3a:00 1606121 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/sqltaglib.jar
    a7f08000-a7f16000 r-xs 00000000 3a:00 1606120 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/share.jar
    a7f16000-a7f2e000 r-xs 00000000 3a:00 1606119 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/samples.jar
    a7f9e000-a7fae000 r-xp 00000000 3a:00 1442044 /oracle/as/jdk/jre/lib/i386/libnet.so
    a7fae000-a7faf000 rwxp 0000f000 3a:00 1442044 /oracle/as/jdk/jre/lib/i386/libnet.so
    a7faf000-a7fe2000 r-xs 00000000 3a:00 2015392 /oracle/as/j2ee/home/lib/crimson.jar
    a7fe2000-a83c4000 r-xs 00000000 3a:00 213669 /oracle/as/sqlj/lib/translator.jar
    a83c4000-a8439000 r-xs 00000000 3a:00 213668 /oracle/as/sqlj/lib/runtime12ee.jar
    a8439000-a8472000 r-xs 00000000 3a:00 2015380 /oracle/as/j2ee/home/lib/http_client.jar
    a8472000-a848c000 r-xs 00000000 3a:00 852026 /oracle/as/lib/xschema.jar
    a848c000-a8503000 r-xs 00000000 3a:00 1851641 /oracle/as/javacache/lib/cache.jar
    a8503000-a856b000 r-xs 00000000 3a:00 2015390 /oracle/as/j2ee/home/lib/jem.jar
    a856b000-a8620000 r-xs 00000000 3a:00 1458737 /oracle/as/rdbms/jlib/aqapi.jar
    a8620000-a8644000 r-xs 00000000 3a:00 295583 /oracle/as/webservices/lib/wsdl.jar
    a8644000-a866c000 r-xs 00000000 3a:00 295584 /oracle/as/webservices/lib/wsserver.jar
    a866c000-a86b5000 r-xs 00000000 3a:00 262688 /oracle/as/soap/lib/soap.jar
    a86b5000-a86cf000 r-xs 00000000 3a:00 442635 /oracle/as/jlib/ospnego.jar
    a86cf000-a87ee000 r-xs 00000000 3a:00 213626 /oracle/as/jdbc/lib/classes12.jar
    a87ee000-a89ae000 r-xs 00000000 3a:00 213628 /oracle/as/jdbc/lib/nls_charset12.jar
    a89ae000-a8ace000 r-xs 00000000 3a:00 213627 /oracle/as/jdbc/lib/classes12dms.jar
    a8ace000-a8ade000 r-xs 00000000 3a:00 442588 /oracle/as/jlib/repository.jar
    a8ade000-a8ae4000 r-xs 00000000 3a:00 442573 /oracle/as/jlib/ojmisc.jar
    a8ae4000-a8ae9000 r-xs 00000000 3a:00 442615 /oracle/as/jlib/javax-ssl-1_1.jar
    a8ae9000-a8af6000 r-xs 00000000 3a:00 442618 /oracle/as/jlib/jssl-1_1.jar
    a8af6000-a8b33000 r-xs 00000000 3a:00 442610 /oracle/as/jlib/netcfg.jar
    a8b33000-a8c47000 r-xs 00000000 3a:00 442609 /oracle/as/jlib/ldapjclnt9.jar
    a8c47000-a8cb2000 r-xs 00000000 3a:00 442592 /oracle/as/jlib/srvm.jar
    a8cb2000-a8cc9000 r-xs 00000000 3a:00 442632 /oracle/as/jlib/infratool.jar
    a8cc9000-a8d51000 r-xs 00000000 3a:00 1409277 /oracle/as/j2ee/home/jazncore.jar
    a8d51000-a8d93000 r-xs 00000000 3a:00 1409276 /oracle/as/j2ee/home/jazn.jar
    a8d93000-a8dad000 r-xs 00000000 3a:00 2015378 /oracle/as/j2ee/home/lib/jaas.jar
    a8dad000-a8db4000 r-xs 00000000 3a:00 2015385 /oracle/as/j2ee/home/lib/jaxp.jar
    a8db4000-a8e0c000 r-xs 00000000 3a:00 852143 /oracle/as/lib/xforms.jar
    a8e0c000-a8eb5000 r-xs 00000000 3a:00 852027 /oracle/as/lib/xmlparserv2.jar
    a8eb5000-a8fbb000 r-xs 00000000 3a:00 2015736 /oracle/as/javavm/lib/jasper.zip
    a8fbb000-a9000000 r-xs 00000000 3a:00 2015402 /oracle/as/j2ee/home/lib/mail.jar
    a9102000-a9103000 r-xs 00000000 3a:00 1294767 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/adfmejb.jar
    a9103000-a9110000 r-xs 00000000 3a:00 1294766 /oracle/as/j2ee/OC4J_Internet/applications/PublicJournal/PublicJournal/WEB-INF/lib/adf-controller.jar
    a9110000-a911f000 r-xp 00000000 08:08 180272 /lib/libresolv-2.3.2.so
    a911f000-a9120000 rwxp 0000f000 08:08 180272 /lib/libresolv-2.3.2.so
    a9122000-a9126000 r-xp 00000000 08:08 180257 /lib/libnss_dns-2.3.2.so
    a9126000-a9127000 rwxp 00003000 08:08 180257 /lib/libnss_dns-2.3.2.so
    a9127000-a9133000 r-xs 00000000 3a:00 2015391 /oracle/as/j2ee/home/lib/activation.jar
    a9133000-a9136000 r-xs 00000000 3a:00 2015395 /oracle/as/j2ee/home/lib/jcert.jar
    a9136000-a9138000 r-xs 00000000 3a:00 2015399 /oracle/as/j2ee/home/lib/jnet.jar
    a9138000-a91b6000 r-xs 00000000 3a:00 2015400 /oracle/as/j2ee/home/lib/jsse.jar
    a91b6000-a91c5000 r-xs 00000000 3a:00 2015387 /oracle/as/j2ee/home/lib/cos.jar
    a91c5000-a91ca000 r-xs 00000000 3a:00 2015386 /oracle/as/j2ee/home/lib/connector.jar
    a91ca000-a9238000 r-xs 00000000 3a:00 852029 /oracle/as/lib/dms.jar
    a9238000-a9241000 r-xs 00000000 3a:00 262767 /oracle/as/opmn/lib/optic.jar
    a9241000-a924b000 r-xs 00000000 3a:00 262751 /oracle/as/opmn/lib/ons.jar
    a924b000-a9253000 r-xs 00000000 3a:00 2015383 /oracle/as/j2ee/home/lib/javax88.jar
    a9253000-a9257000 r-xs 00000000 3a:00 2015382 /oracle/as/j2ee/home/lib/javax77.jar
    a9257000-a92ae000 r-xs 00000000 3a:00 2015389 /oracle/as/j2ee/home/lib/jmxri.jar
    a92ae000-a92b1000 r-xs 00000000 3a:00 2015401 /oracle/as/j2ee/home/lib/jta.jar
    a92b1000-a92b8000 r-xs 00000000 3a:00 2015396 /oracle/as/j2ee/home/lib/jms.jar
    a92b8000-a92c2000 r-xs 00000000 3a:00 1409282 /oracle/as/j2ee/home/iiop_gen_bin.jar
    a92c2000-a93fd000 r-xs 00000000 3a:00 1409281 /oracle/as/j2ee/home/iiop.jar
    a93fd000-a93ff000 r-xs 00000000 3a:00 2015388 /oracle/as/j2ee/home/lib/jdbc.jar
    a93ff000-a9418000 r-xs 00000000 3a:00 2015379 /oracle/as/j2ee/home/lib/jndi.jar
    a9418000-a94bb000 r-xs 00000000 3a:00 2015381 /oracle/as/j2ee/home/lib/ojsp.jar
    a94bb000-a94c9000 r-xs 00000000 3a:00 2015403 /oracle/as/j2ee/home/lib/servlet.jar
    a94c9000-a94cd000 r-xs 00000000 3a:00 2015384 /oracle/as/j2ee/home/lib/ejb.jar
    a94cd000-a9a3c000 r-xs 00000000 3a:00 1409284 /oracle/as/j2ee/home/oc4j.jar
    a9a3c000-a9a3d000 r-xs 00000000 3a:00 344303 /oracle/as/jdk/jre/lib/ext/sslqueries.jar
    a9a3d000-a9a59000 r-xs 00000000 3a:00 344302 /oracle/as/jdk/jre/lib/ext/sunjce_provider.jar
    a9a59000-a9b15000 r-xs 00000000 3a:00 344301 /oracle/as/jdk/jre/lib/ext/localedata.jar
    a9b15000-a9b22000 r-xs 00000000 3a:00 344300 /oracle/as/jdk/jre/lib/ext/ldapsec.jar
    a9b22000-a9b25000 r-xs 00000000 3a:00 344299 /oracle/as/jdk/jre/lib/ext/dnsns.jar
    a9b25000-a9b33000 r-xs 00000000 3a:00 344298 /oracle/as/jdk/jre/lib/ext/activation.jar
    a9b33000-a9b36000 r-xs 00000000 3a:00 344297 /oracle/as/jdk/jre/lib/ext/smtp.jar
    a9b36000-a9b5c000 r-xs 00000000 3a:00 344296 /oracle/as/jdk/jre/lib/ext/mailapi.jar
    a9b5c000-a9ba1000 r-xs 00000000 3a:00 344295 /oracle/as/jdk/jre/lib/ext/mail.jar
    a9ba1000-a9ba4000 r-xs 00000000 3a:00 344294 /oracle/as/jdk/jre/lib/ext/jta.jar
    aa899000-aa8a1000 r-xp 00a52000 08:05 471325 /usr/lib/locale/locale-archive
    aa8a1000-aa8ce000 r-xp 009c4000 08:05 471325 /usr/lib/locale/locale-archive
    aa8ce000-aaace000 r-xp 00000000 08:05 471325 /usr/lib/locale/locale-archive
    b2cd1000-b2cd2000 r-xs 00000000 3a:00 1606128 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/xml.jar
    b2cd2000-b2cda000 r-xs 00000000 3a:00 1606118 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/regexp.jar
    b2cda000-b2cde000 r-xs 00000000 3a:00 1606091 /oracle/as/j2ee/OC4J_Internet/applications/InternetProvider/InternetProvider/WEB-INF/lib/CacheTaglib.j
    ar
    b2cde000-b2cdf000 r-xs 00000000 3a:00 557238 /oracle/as/j2ee/home/default-web-app/WEB-INF/lib/looptags.jar
    b4d87000-b52e0000 r-xs 00000000 3a:00 524518 /oracle/as/jdk/jre/lib/charsets.jar
    b52e0000-b52f1000 r-xs 00000000 3a:00 524543 /oracle/as/jdk/jre/lib/jce.jar
    b52f1000-b53cc000 r-xs 00000000 3a:00 524544 /oracle/as/jdk/jre/lib/jsse.jar
    b53cc000-b53e2000 r-xs 00000000 3a:00 524552 /oracle/as/jdk/jre/lib/sunrsasign.jar
    b542c000-b6dc4000 r-xs 00000000 3a:00 524551 /oracle/as/jdk/jre/lib/rt.jar
    b6dc4000-b6dd8000 r-xp 00000000 3a:00 1442048 /oracle/as/jdk/jre/lib/i386/libzip.so
    b6dd8000-b6ddb000 rwxp 00013000 3a:00 1442048 /oracle/as/jdk/jre/lib/i386/libzip.so
    b6ddb000-b6dfb000 r-xp 00000000 3a:00 1442033 /oracle/as/jdk/jre/lib/i386/libjava.so
    b6dfb000-b6dfd000 rwxp 0001f000 3a:00 1442033 /oracle/as/jdk/jre/lib/i386/libjava.so
    b6dfd000-b6e0d000 r-xp 00000000 3a:00 1442047 /oracle/as/jdk/jre/lib/i386/libverify.so
    b6e0d000-b6e0f000 rwxp 0000f000 3a:00 1442047 /oracle/as/jdk/jre/lib/i386/libverify.so
    b6e0f000-b6e1a000 r-xp 00000000 08:08 180260 /lib/libnss_files-2.3.2.so
    b6e1a000-b6e1b000 rwxp 0000a000 08:08 180260 /lib/libnss_files-2.3.2.so
    b6e26000-b6e2a000 rwxs 00000000 08:09 58500 /tmp/hsperfdata_oracle/12942
    b6e2a000-b6e4b000 r-xp 00000000 08:08 98379 /lib/tls/libm-2.3.2.so
    b6e4b000-b6e4c000 rwxp 00021000 08:08 98379 /lib/tls/libm-2.3.2.so
    b6e4c000-b6e5e000 r-xp 00000000 08:08 180244 /lib/libnsl-2.3.2.so
    b6e5e000-b6e5f000 rwxp 00011000 08:08 180244 /lib/libnsl-2.3.2.so
    b6e67000-b6e6f000 r-xp 00000000 3a:00 49382 /oracle/as/jdk/jre/lib/i386/native_threads/libhpi.so
    b6e6f000-b6e70000 rwxp 00007000 3a:00 49382 /oracle/as/jdk/jre/lib/i386/native_threads/libhpi.so
    b6e70000-b741f000 r-xp 00000000 3a:00 655590 /oracle/as/jdk/jre/lib/i386/server/libjvm.so
    b741f000-b7479000 rwxp 005ae000 3a:00 655590 /oracle/as/jdk/jre/lib/i386/server/libjvm.so
    b748d000-b75c0000 r-xp 00000000 08:08 98375 /lib/tls/libc-2.3.2.so
    b75c0000-b75c3000 rwxp 00132000 08:08 98375 /lib/tls/libc-2.3.2.so
    b75c6000-b75c8000 r-xp 00000000 08:08 180280 /lib/libdl-2.3.2.so
    b75c8000-b75c9000 rwxp 00001000 08:08 180280 /lib/libdl-2.3.2.so
    b75c9000-b75d6000 r-xp 00000000 08:08 98381 /lib/tls/libpthread-0.60.so
    b75d6000-b75d7000 rwxp 0000c000 08:08 98381 /lib/tls/libpthread-0.60.so
    b75e9000-b75fe000 r-xp 00000000 08:08 180246 /lib/ld-2.3.2.so
    b75fe000-b75ff000 rwxp 00015000 08:08 180246 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 2752K, used 1798K [0xaacd0000, 0xaafc0000, 0xab3e0000)
    eden space 2496K, 63% used [0xaacd0000, 0xaae5c490, 0xaaf40000)
    from space 256K, 83% used [0xaaf80000, 0xaafb5610, 0xaafc0000)
    to space 256K, 0% used [0xaaf40000, 0xaaf40000, 0xaaf80000)
    tenured generation total 23072K, used 21421K [0xab3e0000, 0xaca68000, 0xaecd0000)
    the space 23072K, 92% used [0xab3e0000, 0xac8cb768, 0xac8cb800, 0xaca68000)
    compacting perm gen total 16384K, used 14987K [0xaecd0000, 0xafcd0000, 0xb2cd0000)
    the space 16384K, 91% used [0xaecd0000, 0xafb72d50, 0xafb72e00, 0xafcd0000)
    Local Time = Wed Jun 7 04:07:29 2006
    Elapsed Time = 1334
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_02-b03 mixed mode)
    Everytime it is the same method that crashes the application.
    Since this is running against a RAC installation, I prefer to use Thick driver for failover-purposes.
    1. Any ideas of why this crashes ?
    2. Should I try to upgrade the driver, and if yes, how should that be accomplished.
    (Should I just install the newest available classes12.jar for this client ?)

    Hi!
    Thanks for the reply. I used the word 'stack-trace' which is not correct, sorry.. :)
    But what I see is that the current java-thread is always in the same method;
    Current Java thread:
    at oracle.jdbc.oci8.OCIDBAccess.get_column_count(Native Method)...
    ..which is the oci8 driver.
    This is an OAS installation, and I would guess that is isn't too easy just to upgrade to the last JDK, since this jdk used is a part of the total installation.
    Do you have any other suggestions of how to pinpoint in greater detail what actually goes wrong here ?
    Is it possible to upgrade only the oci8 driver (if this is the faulty one..) ?
    Thank you!

Maybe you are looking for

  • File not showing in SharePoint (IE) but visible in Explorer

    I have a document library that has a single file not showing up that I can't seem to track down.  I am hoping someone here might be able to offer something I haven't thought of.  The document library is very much 'stock'.  Verisioning is turned on an

  • Why can't my daughter edit kadak playsport videos in imovie

    I purchased an iPad 2 for my daughter along with the camera connect kit and was told on two occasions in the apple store that she would be able to edit the video from her kodak playsport on it! This is not the case the video is imported but cannot be

  • Audigy 2 ZS, Playing .avi files, e

    I have an Audigy 2 ZS soundcard and I am trying to play a .avi file. The sound is fine, except for the voices. They are very faint. They also do not come out of just the center speaker as I would suspect they should. I have tried playing the file wit

  • Problem in language

    I have MySQL Database with cp1256 encoding for Arabic language I enter Arabic characters from the MySQL Manager and everything is OK. when I go to Java Studio Creator and make DataSource for my database and before doing any project I right click the

  • Express to PC question

    I have a PC downstairs which has no wireless card and is too far away from my Time Capsule for me to run a ethernet cable as it would look a complete mess (So the wife tells me). Currently I use a powerline connection to get internet access on the PC