Oracle 9ias Errors

Hello All,
We are deploying a web application on Oracle 9i Application Server...
But we face a load of problems every time:
a) The list of OC4J components listed on the Enterprise Manager just disappeared from the console. This included the HTTP Server too. We are at a complete loss as to what has happened considering the fact taht all was hale and hearty till Saturday. When we ran the dmctl utility it displayed all the servers but their status as DOWN..i.e. using the utility dcmctl getStatus -v...
but it just doesnt display the servers on the console...
We then tried to deploy the application and start the server using the dcmctl utility but it just did not start...I am at a complete loss as to what is going on as it was fine till Saturday....
Any help would be glady appreciated...

Hi Vijay,
can you provide a little more information.
What release are you using?
When you run
dcmctl shelldcm>getstate
does all look well?
i.e. if it shows down if you attempt
dcm>stop
dcm>start
do the services all start up.
I would advice using the
$ORACLE_HOME/opmn/bin/opmnctl stopall
$ORACLE_HOME/opmn/bin/opmnctl startall
combo to make sure all the required services get bounced.
As for the EM not showing any targets this is a bit odd.
If it is 9.0.4 the list of targets that are visible are maintained in $ORACLE_HOME/sysman/emd/targets.xml
In 9.0.2 they will be in the Oracle Home running the AS console (1 per node). Do not edit this file. However, if you see the targets in the targets.xml. Try and restart the em:
$ORACLE_HOME/bin/emctl stop iasconsole
$ORACLE_HOME/bin/emctl start iasconsole
Let me know what you find and whether the issue is resolved.
Thanks
Nick

Similar Messages

  • Error in the assistant of installation of Oracle 9ias 9.0.2 single sing-on

    Install oracle 9ias 9.0.2.0, but when this in the assisting existing Oracle 9ias single singn-on the error that the host or port are not been worth appears. in the host sijita.uptc.edu.co places and in the port 7777. That it can be the error??? one doesn't also eat to pull up the Apache service because the following error appears:
    $ apachectl start
    Syntax error on line 6 of /u06/oracle/ora9ias/Apache/Apache/conf/mod_osso.conf:
    Unable to deobfuscate the SSO server config file,
    /u06/oracle/ora9ias/Apache/Apache/conf/osso/osso.conf, error Bad padding
    pattern detected in the last block.
    /u06/oracle/ora9ias/Apache/Apache/bin/apachectl start: httpd could not be started
    WARNING!! Direct use of apachectl within Oracle9iAS is
    deprecated. Using apachectl in conjunction with opmn may lead
    to unexpected behavior (such as opmn automatically restarting
    OHS after it has been shutdown using apachectl). Please use
    dcmctl (located at ORACLE_HOME/dcm/bin/dcmctl) instead.
    apachectl may not be shipped with future versions of Oracle9iAS.
    $ httpd start
    Ouch! ap_mm_create(1048576, "/tmp/apache/logs/mm.1262") failed
    Error: MM: mm:core: failed to open memory file (No such file or directory):
    OS: No such file or directory

    9iAS (9.0.2.0.1) is desupported and will not be certified against any new OS releases...
    Regards,
    Martin

  • Bouncing Oracle Database Creating Broken Pipe Error On Oracle 9iAS 9.0.3

    We published and deployed PL/SQL web services using JDeveloper 9.0.3 wizard on Oracle 9iAS 9.0.3. We bounced the database nightly, in turn, closes the application server connection between 9iAS and the database. This causes the broken pipe error. Bouncing the 9iAS is not an option for us.
    Is this an Oracle 9iAS bug? Is there a workaround to this problem without bouncing the application server?
    Please help.
    Tom

    I have discovered a strange thing. I created a new OC4J instance which I called it: Intelap
    When I deploy to the recently created instance Intelap, jdeveloper success. But when I set OC4J_home in the optional instance field, I got the previous error.
    Sergio

  • Error after deploying in oracle 9ias

    Hi,
    I built a Struts app with Jdeveloper (win 2000) and deploy it (using a ear file) first on Oracle 9ias (win 2000) and on oracle 9ias (LINUX).
    When I submit my first form, I've got this error under oracle 9ias(LINUX):
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    org.xml.sax.SAXParseException: file:/data/9ias920/j2eehome/j2ee/home/applications/test/test/WEB-INF/struts-config.xml<Line 5, Column 14>: XML-0148: (Error) Invalid element 'form-beans' in content of 'struts-config', expected elements '[message-resources, plug-in]'.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:166)
         at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:134)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:141)
         at org.apache.commons.digester.Digester.parse(Digester.java:1495)
         at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.java:860)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:455)
         at javax.servlet.GenericServlet.init(GenericServlet.java:44)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1673)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4006)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2204)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    [ERROR] Digester - -Parse Error at line 5 column 14:
    Everything looks ok in struts-config.xml. Could anybody help me?

    Hi,
    I built a Struts app with Jdeveloper (win 2000) and deploy it (using a ear file) first on Oracle 9ias (win 2000) and on oracle 9ias (LINUX).
    When I submit my first form, I've got this error under oracle 9ias(LINUX):
    [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    org.xml.sax.SAXParseException: file:/data/9ias920/j2eehome/j2ee/home/applications/test/test/WEB-INF/struts-config.xml<Line 5, Column 14>: XML-0148: (Error) Invalid element 'form-beans' in content of 'struts-config', expected elements '[message-resources, plug-in]'.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:166)
         at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:134)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:141)
         at org.apache.commons.digester.Digester.parse(Digester.java:1495)
         at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.java:860)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:455)
         at javax.servlet.GenericServlet.init(GenericServlet.java:44)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1673)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4006)
         at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2204)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:585)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    [ERROR] Digester - -Parse Error at line 5 column 14:
    Everything looks ok in struts-config.xml. Could anybody help me?

  • Error while installting Oracle 9iAS Infrastructure on WIN XP

    Hi all
    I'm getting the "Database Configuration Assistant failed" error while installing Oracle 9iAS rel2 on Windows XP.
    How can I rectify this problem on Windows??..Metalink gives a troubleshooting strategy on Unix but not for windows...
    Please anyone..Help pl..

    What error are you getting ?
    Joel Pérez

  • TNS Error while installing Oracle 9iAS R2 on Windows

    I am trying to install Oracle 9iAS R2 9.0.2 on my Toshiba P4 Notebook with Windows 2000 Server. I get this error:
    ORA-12560: TNS:Protocol adapter error
    The log message following:
    Launched configuration tool Single Sign-On Configuration Assistant
    Command which is being spawned is D:\Ora9ias\jdk\jre\bin\javaw -classpath "D:\Ora9ias\jlib\repository.jar;D:\Ora9ias\sso\lib\ossoca.jar;D:\Ora9ias\sso\lib\ossoreg.jar;D:\Ora9ias\lib\xmlparserv2.jar;D:\Ora9ias\jdbc\lib\classes12.zip;D:\Ora9ias\jdbc\lib\nls_charset12.jar;D:\Ora9ias\jlib\jndi.jar;D:\Ora9ias\jlib\ldapjclnt9.jar;D:\Ora9ias\jlib\ojmisc.jar;D:\Ora9ias\j2ee\home\jazn.jar;D:\Ora9ias\j2ee\home\jaznplugin.jar;D:\Ora9ias\j2ee\home\jaas.jar;D:\Ora9ias\jdk\lib\rt.jar;D:\Ora9ias\jdk\lib\i18n.jar;D:\Ora9ias\sysman\webapps\emd\WEB-INF\lib\emd.jar;D:\Ora9ias\sysman\webapps\emd\WEB-INF\lib\click-agent.jar;D:\Ora9ias\dcm\lib\dcm.jar;D:\Ora9ias\sysman\webapps\emd\WEB-INF\lib\portalSMI.jar;D:\Ora9ias\jlib\emConfigInstall.jar;D:\Ora9ias\lib\dms.jar;D:\Ora9ias\opmn\lib\ons.jar;D:\Ora9ias\j2ee\home\oc4j.jar;" oracle.security.sso.SSOConfigAssistant D:\Ora9ias orasso Protected value, not to be logged oguzhan.home 389 "cn=orcladmin" Protected value, not to be logged oguzhan.home 1521 iasdb TURKISH_TURKEY.TR8MSWIN1254
    Configuration tool Single Sign-On Configuration Assistant failed
    ORA-12560: TNS:Protocol adapter error

    I noticed that TNS Listener already running. This error begins when database configuration asisstant window is appearing and trying to run Oracle instance for the first time.
    When the installation finishes with errors, Oracle instance, tnslistener and EMWebSite services are running, but OID(Oracle Internet Directory) and SSO(Single Sign On) services are down.

  • Error when synchronizing an oracle 9ias instance

    Hi,
    I've got a farm with 2 oracle 9ias instances( with
    a File Repository ).
    Both 9ias instance belong to a cluster.
    When i try to synchronize one of the oracle 9ias instances,
    i've got the following error :
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2004-02-04T16:25:47.511+01:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>DCM</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>benchi</HOST_ID>
    <HOST_NWADDR>192.168.1.6</HOST_NWADDR>
    <MODULE_ID>oracle/defaultLogger/ExceptionLogger</MODULE_ID>
    <PROCESS_ID>null-Thread[main,5,main]</PROCESS_ID>
    <USER_ID>oracle</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.1.6:39402:1075908347502</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>[ RM ] getCachedStatus:</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.ias.cache.TimeoutException:
    An exception occurred in the method CacheAccess.get
    at oracle.ias.cache.Response.waitFor(Unknown Source)
    at oracle.ias.cache.CacheHandle.netSearchList(Unknown Source)
    at oracle.ias.cache.CacheAccess.getAllCached(Unknown Source)
    at oracle.ias.sysmgmt.persistence.cache.StatusLoader.load(Unknown Source)
    at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
    at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
    at oracle.ias.cache.CacheAccess.get(Unknown Source)
    at oracle.ias.sysmgmt.persistence.cache.CachePersistence.getCachedStatus(Unknown Source)
    at oracle.ias.sysmgmt.persistence.cache.CachePersistence.getPersistenceInstanceState(Unknown Source)
    at oracle.ias.sysmgmt.persistence.PersistenceInstance.getPersistenceInstanceState(Unknown Source)
    at oracle.ias.sysmgmt.status.DaemonState.<init>(Unknown Source)
    at oracle.ias.sysmgmt.clustermanagement.IASInstanceImpl.getDaemonState(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.waitDaemonUp(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.checkInit(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
    at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    Any ideas ?

    Joao D Franco Net
    Could you share below information:
    Can you cross check if deployed driver are OSGi enabled? Refer this.
    Can you share screenshot of the destination settings and error ?
    note: The blog you followed is referring to SP03 (1st GA of SMP3)..You should not have any problem in connecting to Oracle DB being on any SP.
    Regards,
    JK

  • Oracle 9iAS dcmctl permission error

    How do I configure Oracle 9iAS to permit a new user (domain account) the ability to run the dcmctl utility?
    Currently only the account used to install Oracle 9iAS is permitted to run the dcmctl utility. All other users receive the following error:
    dcmctl getstate -v
    ADMN-100999
    See Base Exception for details
    Base Exception:oracle.ias.repository.schema.schemaexception: Password cound not
    be retrived. Run the application as the same user who installed the
    application. See base exception for details.

    Noticed your thread here, and it fits a question of mine also.
    We are a dev/test shop and currently key developer/testers have ias_admin access for deploying and administering the OAS via the Console. As this is not production and they are doing heavy OAS work, this works nicely. The problem is they have no CLI access, as they are not oracle and their accounts do not belong to the DBA grp.
    The ability to use a common admin user (ias_admin) in the console, and the restriction to run as oracle or DBA grp for the CLI (dcmctl) seems to be a rather large functionality gap that severely limits the ability of developers to write and run their own automated deployment scripts.
    Has anyone else noticed this limitation and have any good ideas? (Stickybits are not allowed on our filesystems, so that workaround is unfortunately out for us also)

  • Installation problem of Oracle 9iAS rel2 on redhat advanced server 2.1

    Hi,
    I am trying to install Oracle 9ias Rel2 on redhat advanced server 2.1
    Following instructions i downloaded and installed the binutils patch binutils-2.11.90.0.8-13.i386.rpm
    I have set ORACLE_HOME appropriately and created a new user oracle.
    During installtion of 'J2EE and WebCache' , when it starts linking, the installer gives the following error
    Error in invoking target ntcontab.o of makefile /home/oracle/Appserver/network/lib/ins_net_client.mk
    Retry, Ignore,cancel...
    If i press ignore, it gives series of such errors.
    My ORACLE_HOME is /home/oracle/Appserver/
    I am trying to set up the production environment.
    Please help!!!
    thanks
    srinath

    Check out Metalink Note:191567.1
    (http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=191567.1)
    Step 11.
    11. Error in invoking target relink of makefile
    /home/ias/infrastructure/precomp/lib/ins_precomp.mk      
    To fix it:      
    As ias go to $ORACLE_HOME/bin      
    vi genclntsh      
    change line LD_SELF_CONTAINED="-z defs" to LD_SELF_CONTAINED="" (line 147 of 200)      
    save genclntsh file      
    ./genclntsh      
    Created /home/ias/infrastructure/lib/libclntst9.a      
    Click "Retry" at error popup window. Installer will continue.      
    Link successful.

  • Setup problem in Oracle 9iAS

    I like to install my machine in Oracle 9ias. My machine has the Windows 2000 OS and Oracle 9i DB. When i clicked the Isetup.exe from the cd getting the error
    "Setup has detected that your isuite Product Install has not been setup correctly, probably because the installation was aborted Please restart setup"
    Please give me some suggestion for installing Oracle 9iAS

    Do you have SP 2 or higher ?
    Do you want to install only J2EE and Web Cache or another kind of installation ?
    Joel Pérez

  • Multiple Copy to Print on Oracle 9iAS Report

    Dear Friends
    When I an Trying to Print a Report on Oracle 9iAS, and Pass the Parameter More than One in Numbers of Copies it returns error wirh Error Code 1
    Report Error Code REP-50157,
    After Each Page One Blank Page Printed, On some documenttaion they mentioned that pass BACKGROUND = NO in URL, I did the same but probelm remains
    Can you Help me ?

    You should post this question in the general application server forum for an appropriate response: Oracle Application Server - General
    OTN

  • Oracle 9iAS Orion Server Crashes on Running RWSERVLET

    We are developing a product with JSP as front end,EJB as middle tier and Oracle as DB.Oracle 9iAS is the deployment environment.We are using the RWSERVLET configuration. We have configured Orion to communicate with RWSERVLET.Rwservlet copied to web-inf/classes folder,entry given in web.xml accordingly.Two JAR files copied to lib folder.When the first request goes from client the report is getting displayed fine.
    There is a delay in displaying the output of the request.If in case another request is sent from the same client before the first request is served by the reports server,the RWServlet makes the Orion of Oracle 9iAS to crash.The middle tier aborts with the following message..
    # HotSpot Virtual Machine Error, EXCEPTION_ACCESS_VIOLATION
    # Error ID: 4F533F57494E13120E43505002D4
    abnormal program termination
    Also, in reports there is no way of finding whether the report server is still serving the request or has finshed the request,so that atleast we can stop the user from making the second request,if the report server is serving the first request.IS IT A BUG IN RWSERVLET???? - Oracle Reports Team.Has it been rectified??.Is there a way of finding whether the report server has served the request or not??.We are in the end of our project and Oracle Reports have created this problem for us....
    Please help Oracle Reports Team.Help!!!!!!
    Gracelin

    hello,
    for your problem with the crash of OC4J, i would contact oracle support services.
    if you set up the reports server database queues, it will mirror the server queue into a database table, where you can check what the status of your job is.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problems with Oracle 9iAS in Windows NT version spanish

    Hello:
    We want to know if anybody has successfully installed Oracle 9iAS in a Windows NT Server (service pack 6) version spanish (not english).
    We suspect that the the language of the NT machine (spanish) is the cause of the following error message when we try to configurate the Database Cache of the 9iAS:
    "UNABLE TO VALIDATE NT CREDENTIALS"
    when we give the password of the administrator user who is logged in NT.
    Any help will be very appreciated by us.
    Maria Consuelo Franky

    Try placing this file in the \WINNT\system32 directory. The builder does not automatically include this file or install in on the new machine.

  • XML parser Problem in Oracle 9iAS

    Dear All,
    I am trying to parse a xml file by using a SAX Parser.
    I am getting error "oracle.xml.parser.v2.XMLParseException: Invalid InputSource.'. I have already included 'xerces.jar' in the classpath.
    But it is always taking oracle xml parser.
    How to change the default XML parser in Oracle 9ias.
    This is my report.jsp File
    &lt;%@ page import="java.io.*,java.util.*,java.sql.*,javax.sql.*,javax.naming.*,javax.jms.*,iims.util.*,javax.xml.parsers.*,org.xml.sax.*,org.xml.sax.helpers.*, org.w3c.dom.*"%&gt;
    &lt;%
    generateTree();
    %&gt;
    &lt;%!
         //This method is to be called during startup. It will generate the template and rule nodes.
         public static void generateTree() throws Exception
              //Proceed with this method if the template and rule trees are not built already.
              //if (nodeTemplate != null && nodeRule != null) return;
              // Validate
              Node nodeRule = parseXml("d:\\ora9ias\\j2ee\\home\\Reports\\IIMSReportsTemplate1.xml");
         }//generateTree
    %&gt;
    &lt;%!
         //parse the input file and return a node.
         private static Node parseXml(String fileName) throws Exception
              //Parse the input file
              Document objDocument = null;
              DocumentBuilder objDocumentBuilder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
              objDocument = objDocumentBuilder.parse(fileName);
              Node nodeRet = objDocument;
              return nodeRet;
         }//parseXml
    %&gt;
    Report template:
    &lt;ROOT&gt;
         &lt;HEADINGS&gt;
              &lt;HEADING1&gt;H1&lt;/HEADING1&gt;
              &lt;HEADING2&gt;H2&lt;/HEADING2&gt;
              &lt;HEADING3&gt;H3&lt;/HEADING3&gt;
              &lt;HEADING4&gt;H4&lt;/HEADING4&gt;
              &lt;HEADING5&gt;H5&lt;/HEADING5&gt;
              &lt;HEADING6&gt;H6&lt;/HEADING6&gt;
         &lt;/HEADINGS&gt;
         &lt;ROWSETS&gt;
              &lt;ROWSET&gt;
                   &lt;COLHDRS&gt;
                   &lt;/COLHDRS&gt;
                   &lt;ROWS&gt;
                   &lt;/ROWS&gt;
              &lt;/ROWSET&gt;
         &lt;/ROWSETS&gt;
         &lt;Footer&gt;
              &lt;PageNo&gt;Generate&lt;/PageNo&gt;
              &lt;Date&gt;SystemDate&lt;/Date&gt;
         &lt;/Footer&gt;
    &lt;/ROOT&gt;
    Stack Trace:
    strRuleFileD:\ora9ias\j2ee\home\Reports\IIMSReportsRules.xml
    oracle.xml.parser.v2.XMLParseException: Invalid InputSource.
    at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:145)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:208)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:140)
    at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:96)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:165)
    at iims.REPORTS.IIMSGenerateReport.parseXml(IIMSGenerateReport.java:115)
    at iims.REPORTS.IIMSGenerateReport.generateTree(IIMSGenerateReport.java:
    100)
    at iims.REPORTS.IIMSGenerateReport.buildXML(IIMSGenerateReport.java:147)
    at PCREPORT_PROCESS.processBody(PCREPORT_PROCESS.java:3248)
    at PCREPORT_PROCESS.doPost(PCREPORT_PROCESS.java:100)
    at PCREPORT_PROCESS.doGet(PCREPORT_PROCESS.java:92)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
    hain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java
    :151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Please advise.
    Thanks
    Siva Kishor Rao U

    Adding Xerces XML parser is not enough to make it work. Since some version of JDK (I think 1.4.X) XML parser is included and for older version it can be setup like a runtime option. And this is probably how ORACLE is using its XML parser. If you want to use different parser, you have to pass runtime option to JVM - for Xalan it looks like this:
    -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.TransformerFactoryImpl
    ...this way it becomes default parser factory used by javax interface functions. Look for documentation on xml.apache.org
    Myrra

  • Oracle 9iAS and OWB 9i dependency

    Is Oracle 9iAS installation necessary for OWB 9i installation?. I dont want to install Oracle Portal, which is installed as part of 9iAS, and if that restricts OWB Browser then that is fine. Oracle Portal is needed for Oracle Workflow, and Oracle Workflow is key to OWB Browser, at least thats what the OWB Installation Guide says, and on contrary it lists Oracle Workflow as an optional component, but OWB Browser as necessary.
    If 9iAS is must for OWB to work then can I just install few components of 9iAS and get going with OWB or I have to install the whole 9iAS suite for OWB?
    OS is Windows 2K Advanced Server, Database 9iR2, OWB 9i.
    Thanks,
    Steve

    Please see my answer in the thread:
    Re: sql error (ORA-01722: invalid number)
    Regards
    Pavna Jain
    Oracle9iAS Product Management

Maybe you are looking for