OAS Standard or EE

Do I need OAS EE for APEX or will Standard edition work?

Hi UserXy,
you can choose between several methods:
1) use Embedded PL/SQL Gateway (EPG) - only in Oracle XE or Oracle DB 11g
2) use Oracle HTTP Server (which is the minimum deployment of Oracle Application Server)
3) use (still in Early Adopter release) APEX Listener (which you can use with e.g. Tomcat)
brgds,
Peter
Blog: http://www.oracle-and-apex.com

Similar Messages

  • Is OAS Standard Edition One license is enough to use OC4J Standalone?

    Hi,
    I would like to purchase a license for OAS SE One, but the latest version is 10.1.2.
    OC4J 10.1.3.4 suits better for my application. Can I use it with OAS SE One license?
    Bart

    BI SE one is restricted to one RDBMS data source.
    2.2.1 Oracle BI Standard Edition One usage
    You can install Oracle BI Standard Edition One on a machine with up to two CPUs, and it can serve from five to 50 users. Oracle Warehouse Builder can pull data from any source, but the target database is limited to the included Oracle Database. Oracle BI and Oracle BI Publisher data sources are limited to the included Oracle Database, exactly one other database, and as many flat file data sources (for example, spreadsheets) as you require.

  • Is Oracle Application Server Standard Edition One available for purchase?

    Is Oracle Application Server Standard Edition One available for purchase? I don't see it listed in the online Oracle store as available.
    More information about this version of OAS can be found at http://www.oracle.com/appserver/feature_seone.html Would like to know
    1) when it will be available
    2) the differences between this version and OAS standard edition.
    Thanks
    Dev

    Yes,
    Oracle Linux 5.5 is actually inline with the related version of Red Hat linux as it runs on the same kernel.
    So, yes, it is certified on this environment.
    Also remember that OBIE Standard Edition is functionally the same ast OBIE Entprise Edition, the core difference are the licensing limitations of the Standard Edition which is based on the # of end-users.
    Please award points if this was helpful.

  • How to use wsit with jeveloper for developing and testing web servises

    hi, all. Just want to ask one realy simple quastion.
    I'm new with web servises, so my question may be doesn't fall well into this section , but this community looks friendly for me and i hope to get some usefull links and advises.
    First of all could anybody say me if i'm righ or wrong with the following suggestions:
    1. What is the principal difference between axis 2 and wsit products? Do i understand right that they both extend or support so called jax-ws2 API and represent different approaches in that (are they competitors?), or this products serve for different sakes at all and could be used together? I want to understand without much digging how these products correlate with each other...
    2. If i'm right what is oracle favor? And if oas standard supply doesn't include wsit, how to install and use this product for creating interoperable web servises in jdeveloper enviroment? ...or jax-ws 2.1 wasn't included in oc4j v10 and will be the part of v11 only?
    Thanks in advance. Alex.
    Message was edited by:
    Timin
    Message was edited by:
    Timin

    Both Axis and WSIT are not Oracle products - so I'm not exactly sure why would you post the question here.
    JDeveloper has native support for JAX-RPC based Web services development in 10.1.3 and JAX-WS support in 11 - check out the online demos linked from the home page to see these in action.

  • How to develop and test web servises with wsit in jdeveloper enviroment

    hi, all. Just want to ask one realy simple quastion.
    I'm new with web servises, so my question may be doesn't fall well into this section , but this community looks friendly for me and i hope to get some usefull links and advises.
    First of all could anybody say me if i'm righ or wrong with the following suggestions:
    1. What is the principal difference between axis 2 and wsit products? Do i understand right that they both extend or support so called jax-ws2 API and represent different approaches in that (are they competitors?), or this products serve for different sakes at all and could be used together? I want to understand without much digging how these products correlate with each other...
    2. If i'm right what is oracle favor? And if oas standard supply doesn't include wsit, how to install and use this product for creating interoperable web servises in jdeveloper enviroment? ...or jax-ws 2.1 wasn't included in oc4j v10 and will be the part of v11 only?
    Thanks in advance. Alex.
    Message was edited by:
    Timin
    Message was edited by:
    Timin

    You have to use any type of Version Control (e.g subversion).
    You can read about Version Control. But I will talk about subversion in brief description:
    1- Setup subversion server.
    2- From subversion server create new Repository and define users (or use users from active directory).
    3- From JDeveloper Main Menu --> View --> Team -- > Versioning Navigator --> Create new connection to your subversion repository.
    4- Create new ADF application in JDeveloper.
    5- In Jdeveloper Main Menu ---> Versioning -- > Version Application -- > select the subversion connection.
    6- Add the application in subversion.
    7- All developer should make a connection to the repository they will see the ADF application.
    8- Right Click on the ADF application --> Check Out.
    9- All developer will take a copy of the ADF application in their local machine.
    10- If developer make changes in the application he can commit changes to repository and all others users can update changes.
    This is a quick and brief description of how to use subversion for team development.

  • OAS 10g Standard Edition installer fails. windows 2000 sp4

    I downloaded and unzipped the 2 zip files from: http://www.oracle.com/technology/software/products/ias/htdocs/101201se.html.
    When I double-click Disk1\setup.exe ... the mouse pointer changes momentarily to an hourglass, but then nothing. The installer quits immediately. No new process running in windows task manager so the installer doesn't appear to have ever run. I can't seem to find any error log, the installer just quits.
    Running Disk1\setup.exe from the command line also quits immediately.
    I'm connecting to the Win 2k box through terminal services, if that matters.
    Any help with this appreciated.
    Versions / specs:
    Oracle Application Server 10g Release 2 (10.1.2.0.1) Standard Edition One
    MS Windows 2000 5.0.2195 SP 4. 2G Ram, 3G swap space.

    Thanks! I get an access permission denied error now, but I think that's a windows account issue.
    Thanks again! I should be on my way.

  • [ OAS 10.1.2.0.2 ] Convert J2EE 1.4 webapp to J2EE 1.3

    Hi,
    I have a project nicely running under tomcat 5.x and OC4J standalone 10.1.3 ...
    Both rely on J2EE 1.4 accroding to what i understood ...
    But production environnement is OAS 10.1.2.0.2 ... relying on J2EE 1.3 :(
    Deploying the war don't work of course.
    So i've made lots of search to find a way ... i have made a few steps forward but i think i need help now :s ...
    Correct me if i'm wrong, to deploy J2EE 1.3 web app :
    - java classes can be compiled with jdk 1.4.2_x but not 5.0,
    - servlet api 2.3 and jsp 1.2 are needed,
    - jstl can't be higher than 1.0.x.
    So i refactored my code to make it compile with jdk 1.4.2_13.
    Regarding servlet api and jsp, i suppose webapp is using the jars provided with OC4J.
    Do i need to do anything else ?
    I also made little customization of my web.xml :
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE web-app
        PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
        "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
        <!-- uncomment the following if you're using the open-session-in-view pattern
             note: that you'll need to update the filter-class value if you've changed
             the defaults for the package and/or filter name
        <filter>
            <filter-name>OpenSessionInViewFilter</filter-name>
            <filter-class>org.andromda.spring.presentation.AndroMDAOpenSessionInViewFilter</filter-class>
            <init-param>
                <param-name>singleSession</param-name>
                <param-value>false</param-value>
            </init-param>
        </filter>
        -->
        <filter>
            <filter-name>ResponseOverrideFilter</filter-name>
            <filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class>
        </filter>
        <!-- uncomment the following if you're using the open-session-in-view pattern
        <filter-mapping>
            <filter-name>OpenSessionInViewFilter</filter-name>
            <url-pattern>/*</url-pattern>
        </filter-mapping>
        -->
        <filter-mapping>
            <filter-name>ResponseOverrideFilter</filter-name>
            <url-pattern>*.do</url-pattern>
        </filter-mapping>
        <filter-mapping>
            <filter-name>ResponseOverrideFilter</filter-name>
            <url-pattern>*.jsp</url-pattern>
        </filter-mapping>
        <servlet>
            <servlet-name>action</servlet-name>
            <servlet-class>org.andromda.presentation.bpm4struts.ActionServlet</servlet-class>
            <init-param>
                <param-name>config</param-name>
                <param-value>/WEB-INF/struts-config.xml</param-value>
            </init-param>
            <init-param>
                <param-name>debug</param-name>
                <param-value>3</param-value>
            </init-param>
            <init-param>
                <param-name>detail</param-name>
                <param-value>3</param-value>
            </init-param>
            <init-param>
                <param-name>validate</param-name>
                <param-value>true</param-value>
            </init-param>
            <init-param>
                <param-name>listings</param-name>
                <param-value>false</param-value>
            </init-param>
            <load-on-startup>1</load-on-startup>
        </servlet>
        <!-- precompilation merge-point -->
        <servlet-mapping>
            <servlet-name>action</servlet-name>
            <url-pattern>*.do</url-pattern>
        </servlet-mapping>
        <!-- session-config merge-point -->
        <welcome-file-list>
            <welcome-file>index.jsp</welcome-file>
        </welcome-file-list>
        <error-page>
            <error-code>400</error-code>
            <location><![CDATA[/error-page.jsp?code=400]]></location>
        </error-page>
        <error-page>
            <error-code>403</error-code>
            <location><![CDATA[/error-page.jsp?code=403]]></location>
        </error-page>
        <error-page>
            <error-code>404</error-code>
            <location><![CDATA[/error-page.jsp?code=404&resource=true]]></location>
        </error-page>
        <error-page>
            <error-code>500</error-code>
            <location><![CDATA[/error-page.jsp?code=500&exception=true]]></location>
        </error-page>
        <error-page>
            <exception-type>java.lang.Throwable</exception-type>
            <location><![CDATA[/error-page.jsp?code=exception&exception=true]]></location>
        </error-page>
        <!-- taglib merge-point -->
         <!-- JSTL -->
         <taglib>
              <taglib-uri>http://java.sun.com/jstl/fmt</taglib-uri>
              <taglib-location>/WEB-INF/lib/standard.jar</taglib-location>
         </taglib>
             <taglib>
                 <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
                 <taglib-location>/WEB-INF/lib/standard.jar</taglib-location>
             </taglib>
             <taglib>
                 <taglib-uri>http://java.sun.com/jstl/xml</taglib-uri>
                 <taglib-location>/WEB-INF/lib/standard.jar</taglib-location>
             </taglib>
         <!-- STRUTS -->
         <taglib>
              <taglib-uri>/WEB-INF/tld/struts-bean-1.1.tld</taglib-uri>
              <taglib-location>/WEB-INF/tld/struts-bean-1.1.tld</taglib-location>
         </taglib>
             <taglib>
                 <taglib-uri>/WEB-INF/tld/struts-html-1.1.tld</taglib-uri>
                 <taglib-location>/WEB-INF/tld/struts-html-1.1.tld</taglib-location>
             </taglib>
             <taglib>
                 <taglib-uri>/WEB-INF/tld/struts-tiles-1.1.tld</taglib-uri>
                 <taglib-location>/WEB-INF/tld/struts-tiles-1.1.tld</taglib-location>
             </taglib>
             <taglib>
                 <taglib-uri>/WEB-INF/tld/struts-logic-1.1.tld</taglib-uri>
                 <taglib-location>/WEB-INF/tld/struts-logic-1.1.tld</taglib-location>
             </taglib>
    </web-app> Each time i start my OC4J container, i get this error :
    07/02/06 11:37:05 gesprod: Error preloading servlet
    javax.servlet.UnavailableException
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at org.andromda.presentation.bpm4struts.ActionServlet.init(ActionServlet.java:19)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
         at java.lang.Thread.run(Thread.java:534)If you could provide me some hints, it would be very kind of you.
    Best regards,
    Geoffrey Jachimiak

    Hi,
    Some good news, JAAS was easily configured using web console.
    I can navigate through my first forms.
    I still got some errors, i think it is related to the way jsp and taglibs are mixed.
    It may be different from jsp 2.0 ... i've read some docs about EL expressions ...
    I'll deepen this :)
    Here is the trace in application.log
    07/02/06 14:26:39 gesprod: Servlet error
    java.lang.IllegalArgumentException: can't parse argument number param.code
        at java.text.MessageFormat.makeFormat(MessageFormat.java:1323)
        at java.text.MessageFormat.applyPattern(MessageFormat.java:447)
        at java.text.MessageFormat.<init>(MessageFormat.java:347)
        at org.apache.struts.util.MessageResources.getMessage(MessageResources.java:287)
        at org.apache.struts.taglib.TagUtils.message(TagUtils.java:1032)
        at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:224)
        at _error_2d_page._jspService(_error_2d_page.java:77)
        at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
        at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
        at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:305)
        at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
        at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:257)
        at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
        at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
        at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at org.andromda.presentation.bpm4struts.ActionServlet.doPost(ActionServlet.java:48)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
        at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
        at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
        at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
        at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at org.andromda.presentation.bpm4struts.ActionServlet.doPost(ActionServlet.java:48)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
        at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
        at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
        at java.lang.Thread.run(Thread.java:534)Best regards,
    Geoffrey Jachimiak

  • How to Use / Configure Eclipse Ganymede to use OC4J in SOA / OAS

    Hi all
    Just wanted to share this with you all,
    For quite a while now I've been trying to get eclipse to add applications and delopy applications to the OC4J embedded in the OAS/SOA but found very little help out there but I seem to have found a work around
    I know that I could have used the OC4J standalone but we needed to use the one in the SOA
    Note that the OC4J found in OAS/SOA components is managed by OPMN so you cannot stop or start it from eclipse however you can deploy applications and BPEL processes to it from eclipse. You can also associate applications with the oc4j in the OAS in your eclipse project. If you need to stop and start OC4J in the OAS, then use opmnctl.
    The reason eclipse will not use OC4J in the SOA/OAS is because eclipse tries to start the OC4J but seeing as that is managed by opmn, it fails but if you had a way of telling eclipse that it it did not need to start the OC4J (it has already been started), then eclipse will use it happily without trying to start it
    Here goes
    Start the SOA/OAS Components using opmnctl startall from command prompt
    In Eclipse Goto Window > Show View> Other > Server > Server
    The Server View should now open up
    Right Click > New > Select your version of the OC4J > Click Next > Point the Oracle J2EE Home to OAS_HOME\j2ee\home > Click Next > Fill in Details as they apply to you > Next > Select Any applications(If any )that you want associated with the OC4J and click Finsh
    The the server state should say “stopped”
    Close Eclipse
    For (OEPE i.e. Oracle Enterprise Pack for Eclipse)
    Open the plugin.xml file found at ECLIPSE_HOME\dropins\wtp\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    If you don’t have the above folder structure, then you maybe using the Standard version of Eclipse Ganymede in which case it may be @ ECLIPSE_HOME \plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    Search for the following String "<extension point="org.eclipse.wst.server.core.serverTypes">"
    Make sure the id attribute for the serverType element corresponds to your version of the OC4J in the OAS i.e. id="org.eclipse.jst.server.generic.oracle10131". This corresponds to 10.1.3.x i.e. 10.1.3.1 and above
    Either change the value of the initialState attribute to initialState="started" ot remove the initialState="stopped"
    Save the file
    If you are using OEPE, then there is a further step, you need to open %ECLIPSE_HOME%\ configuration\org.eclipse.core.runtime and delete .mainData.1. It will be recreated once eclipse starts up again
    It seems that OEPE writes server information to this file and will not read the plugin.xml if this file exists. This rule applies to every change that you make to \plugins\org.eclipse.jst.server.generic.oc4j_1.5.205.v200805140145\plugin.xml
    Startup eclipse
    The server state should now say “started” i.e. if you used initialState="started"
    You should now be able to deploy your BPEL Process or Other application to the OC4J in the OAS
    This workaround is only valid if the SOA Components are running
    Happy programming
    NOTE. If you need to Stop and Start the OC4J, you will need to use opmnctl from outside eclipse. Trying to stop and start the OC4J from eclipse will fail as OC4J in the OAS is managed by OPMN.
    Hope this helps someone out there!!!

    Hello,
    Java Beans Integration
    http://forms.pjc.bean.over-blog.com/article-4018331.html
    Hope it helps,
    Jose.

  • Is OAS 10.1.2.0.1/10.1.2.3 is multi CPU supported ?

    Dear All,
    We have a OAS 10.1.2.3 on Win2k3 SE with 8 CPU and 16 GB RAM. But, the CPU 4 and 8 are only used (50% Avg.) and rest of the CPU are almost idle (<5% Avg.). Why is this situation? Is there any limitation with ORACLE 10g AS on Windows SE.
    OS Name    Microsoft(R) Windows(R) Server 2003 Standard x64 Edition
    Version    5.2.3790 Service Pack 2 Build 3790
    Other OS Description     R2
    System Model    PowerEdge 2950
    System Type    x64-based PC
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2505 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    Processor    EM64T Family 6 Model 23 Stepping 10 GenuineIntel ~2494 Mhz
    BIOS Version/Date    Dell Inc. 2.5.0, 12.09.2008
    SMBIOS Version    2.5
    RAM                    16GbPlease help.
    Thanks and Regards,
    Anand.

    How I compile my PHP with --with-oci8??                                                                                                                                                                                                                           

  • OAS 4.0.8.1 on Compaq Tru64 UNIX 4.0F (Digital Unix 4.0F) : Help !!!

    My installation of OAS 4.0.8.1 on Digital Unix
    4.0F is failing when it comes to try to
    relink something called ntcontab.o
    , an apparently missing header file :
    cc: Severe: /usr/include/sys/types.h, line 77:
    Cannot find file <standards.h> specified in #include directive.
    (I did find the header file on the system but in a different place.
    I tried a link to make it
    appear where it should but that didn't work for
    some reason)
    My release notes specify 4.0D is required,
    maybe thats the problem, though I wouldn't
    expect a whole header file to be moved between
    minor releases.
    Any help very gratefully recieved. I am really
    stuck.
    Thanks
    Alan McCulloch
    email : [email protected]
    BTW - I'm new to Digital Unix, previously
    worked on Solaris. My subjective impression is Digital
    Unix is alot less well supported and prevalent
    than Solaris, and my feeling is we would
    be more secure on Solaris.
    Is this at all a valid point of view ? I'd
    be very happy to be wrong about this !
    null

    Hi Peter,
    I believe that functionality was broken in the field test version of coordinate systems that shipped in 8.1.6 only for transforming data stored in the SDO_POINT type. I'm not sure, but I doubt this will be patched on tru64 unix.
    If you need to get this working you might want to try storing your point data using the elem_info_array and the ordinate array rather than the optimized point type.
    This problem is fixed in 8.1.7.
    Hope this helps,
    dan

  • OAS 4.0.8.1/Redhat 6.2? WRKSF problem

    Hi, I've installed OAS 4.0.8.1 on Redhat 6.2 but when I start the processes up the WRKSF goes down after a few seconds, I've seen a previous posting on this subject had a workaround proposed by Dennis Irwin which seemed to work for many people, unfortunately it didn't for me, I've spoken to Oracle about this problem but all they say is OAS 4.0.8.1 isn't supported for the 2.2.14 kernel in Redhat 6.2, 4.0.8.2 will be but they can't say when it will be released, until then OAS is basically useless for me, has anyone any suggestions?. Thanks, Geoff
    null

    According to ORACLE representatives, OAS 4.0.8 isn't their major priority : since Oracle iAS will be available in few days, and many less CPY and memory hungry as OAS, can't you wait a bit longer ?
    An other point is that oas 4.0.8.2 will probably be one on their last release of this product ...
    Take a look at the oracle iAS white paper, the product will be more reliable and standard : essentialy based on Apache 1.3.12, mod_java, mod_pl and JServ 1.1, and Oracle 8i Cache...
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Geoff Surgenor:
    Hi, I've installed OAS 4.0.8.1 on Redhat 6.2 but when I start the processes up the WRKSF goes down after a few seconds, I've seen a previous posting on this subject had a workaround proposed by Dennis Irwin which seemed to work for many people, unfortunately it didn't for me, I've spoken to Oracle about this problem but all they say is OAS 4.0.8.1 isn't supported for the 2.2.14 kernel in Redhat 6.2, 4.0.8.2 will be but they can't say when it will be released, until then OAS is basically useless for me, has anyone any suggestions?. Thanks, Geoff<HR></BLOCKQUOTE>
    null

  • OAS 4.0.8.1 + Apache web listener

    Help!
    I'm not having all the problems running OAS 4.0.8.1 on Redhat 6.1 that everyone else is (my processes stay up and it's significantly faster than 4.0.7.1 on RH 5.2). But what I'd really like to do is dump Oracle's Spyglass web listeners and run Apache instead. This includes all cartridges and such as well as standard HTML. I'm mostly interested in the PL/SQL cartridge, but all working would be nice.
    This can be done by compiling Apache specially with MOD_SO support and registering Apache as a listener. The very sketchy directions are in the docs under the Administration section. The directions are very poor (thank you again Oracle, we wouldn't want you to actually write good docs, it would spoil us for the years of terrible documentation) and I can't quite get it to work. I get Apache compiled and the shared objects libraries load, I think.
    When I start Apache, it says it starts but it really doesn't. Dies immediately and doesn't show up on the process list. The error logs shows the following message:
    (111)Connection refused: OAS Adapter: Error connecting to dispatcher
    This is a major issue for me and any help would be appreciated. Anyone had any luck getting this to work?
    Thanks!

    Dear jgerry,
    Congrats on getting Apache compiled. I am new to all of this, and the documentation is poor. The way I understand the documentation on www.olab.com, libapadp.so must be linked into Apache. Is this true? If so, I would love to know how to recompile it. I have downloaded and unzipped/untared 1.3.12, but I can't find out how to just link in a .so file. The only references I see are how to start out with a .c file. I have fould libapadp.so and ndwfapd.so in the Oracle install. I thought that just doing "LoadModule ows_module ndwfapd.so" would do the trick if I put ndwfapd.so and libapadp.so in the modules subdir of my Apache 1.3.9 installation, but I get the message...
    "Cannot load /etc/httpd/modules/ndwfapd.so into server: libapadp.so: cannot open shared object file: No such file or directory".
    Do you have any ideas to help me over this hurdle.
    Any help is appreciated.
    Kirby

  • Install OIM 9.0.2 on Linux with JBOSS or OAS 10.1.3.1

    Hi all,
    I try to install OIM on RHEL 4 update 3 .
    First I installed OIM 9.0.2 in Oracle 10.2.0.1 with JBOSS and I obstacled with errors during compilling adapters of OEBS and OID from Connectors Pack.
    After that I desided to install OIM in existing Oracle 10.2.0.1 on OAS 10.1.3.1 during installation I obstacle with follow error "Oracle Identity Manager installer has found that Oracle Application Server is not running. So, start Oracle Application Server and then proceed with installation."
    I tested my OAS and I's starting
    Please give me advise about my abilities with installation OIM 9.0.2 on Linux.

    For JBOSS I use
    ./java -version
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    For OAS 10.1.3.1 I use
    ./java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
    After all, I installed OIM 9.0.2 on OAS 10.1.3.1 but I have same problems which I have with JBOSS installation:
    1. I have warnings during import xml files of adapters such as
    OID User
    [Warning] Warn:Target has more recent definition.
    Lookup.OID.Department
    [Warning] Warn:Target has more recent definition.
    Lookup.OID.Location
    [Warning] Warn:Target has more recent definition.
    UD_OID_ROLE
    [Warning] Warn:Target has more recent definition.
    adpOIDADDUSERTOGROUP
    [Warning] Warn:Target has more recent definition.
    AttrName.Prov.Map.OID
    [Warning] Warn:Target has more recent definition.
    com.thortech.xl.dataobj.tcUD_OID_ROLE
    [Warning] Warn:Target has more recent definition.
    com.thortech.xl.dataobj.tcOBJ
    [Warning] Warn:Target has more recent definition.
    etc ...
    2. I have errors during compilling adapters in Design Console, It's error such as ""CODE GEN EXCEPTION" "

  • How make a OAS Forms & Reports Services10.1.2.0.2 Capacity Planing

    Hi, I need to know, Wath considerations or matters I know to make a OAS Forms & Reports Services10.1.2.0.2 Capacity Planing on OEL 5.5 platform? Can you help me?

    Yes, indeed.
    We want to change fmx-files in a running installation because the functionality of the forms have to change, errors have to be corrected and so on.
    I read the suggestions in Note 286762.1, but honestly I think it is to complicated in a development team to handle with two or more directories and to make clear, which one is the production-directory
    I think this could not be the only possibility.
    We thought about this:
    - we have a development directory, a "waiting" directory and a productivity-directory.
    The process could be:
    - compiling in the development directory
    - checking, if the fmx-file is in use (with lsof)
    - if the fmx-file is in use, the fmx-file will be transferred into the "waiting" directory
    - it the fmx-file is not in use, it will be transferred into the productivity-directory
    - in regular intervalls a job has to test, if the files in the "waiting" directory are freed. If so they will be transferred, else not.
    Only if changes are needed to do immediately (e.g. heavily errors), the fmx-file can be moved manually in the productivity-directory.
    But this is only our idea. I thought there has to be a standard deployment-strategy from Oracle or better ideas from other developers.
    Perhaps someone has a even better suggestion for us.
    Many thanks in advance for every idea,
    Ralf

  • Problem Integrating APPS 11i with OAS discoverer 10.1.2

    Hi,
    I am trying to Integrate OAS 10.1.2.0.2 Discoverer with Oracle Applications 11.5.10.2,
    I am following Metalink Document Note:313418.1.
    one of the steps says
    7. Import Discoverer Content for Release 11i using adupdeul.sh mode=complete
    so while running script adupdeul.sh
    $ ./adupdeul.sh connect=sysadmin/sysadmin@VIS resp="System Administrator" gwyuid=APPLSYSPUB/PUB fndnam=APPS secgroup="Standard" topdir=/oas10g/oas10g/Iashome/discoverer/discover language=US eulprefix=EUL eultype=OLTP mode=complete iashome=/oas10g/oas10g/Iashome/discoverer logfile=import_complete_eul_us.log
    I am getting following error
    adupdeul: cannot find executable 'dis4adm.exe' in notgiven directory.
    Please use iashome for Dicoverer 10G and above.
    I have Installed Oracle Applications 11i and Oracle Application Server 10.1.2.0.2 on a single Linux box.
    Please provide me inputs in solving this.
    Thanks and Regards
    Sandeep V

    $ ./adupdeul.sh connect=sysadmin/sysadmin@VIS
    resp="System Administrator" gwyuid=APPLSYSPUB/PUB
    fndnam=APPS secgroup="Standard"
    topdir=/oas10g/oas10g/Iashome/discoverer/discover
    language=US eulprefix=EUL eultype=OLTP mode=complete
    iashome=/oas10g/oas10g/Iashome/discoverer
    logfile=import_complete_eul_us.log
    I am getting following error
    adupdeul: cannot find executable 'dis4adm.exe' in
    notgiven directory.
    Please use iashome for Dicoverer 10G
    and above.I can see that both topdir and iashome point to the same path. Can you verify this?
    topdir: Top level directory where Discoverer files are available
    iashome: Oracle Application Server 10g / Business Intelligence 10g Oracle Home directory
    Here is the command I used to import the .eex files:
    sh adupdeul.sh connect=SYSADMIN/<password>@test resp="System Administrator" gwyuid=APPLSYSPUB/pub fndnam=apps secgroup="Standard" topdir=/u01/oracle/testbi/discoverer/discover language=US eulprefix=EUL iashome=/u01/oracle/testbi eultype=OLTP mode=complete logfile=import.log

Maybe you are looking for