How to modify Java options in Oracle 10g Application Server

I am trying to modify the Java Options to specify the following field:
-Djavax.xml.transform.TransformerFactory=
org.apache.xalan.processor.TransformerFactoryImpl
But I am unable to locate the Server Properties section on the Administration section. I had expanded the Prperties section fully also. I had logged in as oc4jadmin.
Can anyone help me out in understanding how to modify the Server Properties. I have consulted the Oracle Documentation but still I cant locate the Server Properties section.

Michel,
I have logged in using the following URL: http://<machinename>:<port>/em. The URL eventually changes to http://<machinename>:<port>/em/console/ias/oc4j/administration upon successful login.
I clicked on the Application Server and then clicked on administration link but I dont see Server Properties. I only see the following under Properties section:
EJB Compiler Settings
J2EE Websites
JSP Properties
Logger Configuration
Thread Pool Configuration
Shared Libraries
I am sure I am missing something here.Can you please help me figure that out please.?

Similar Messages

  • How to install Procedural Option in Oracle 10g Database express edition

    When i try execute exec send_mail shows error ORA-00900: invalid SQL statement.
    Error code shows "This error can occur if the Procedural Option is not installed "
    How to install Procedural Option in Oracle 10g express edition
    I'm using Oracle 10g Database express edition. Let me know how to run a procedure.

    I'm not sure of the meaning of ORA-00900 for Oracle XE but I think that PL/SQL is already installed by default according to the XE features list.
    See the Oracle® Database Express Edition 2 Day Developer Guide about procedure call.

  • Oracle 10g Application Server Stand By Creation

    Hi all ,
    I am newbe for oracle 10g application server . I need to know that how to create stand by applicattion server and how to make the report server name same as production server so that in case of emergency i can quickly shift on stand by.

    What we did was build the second server and powered it down. If our main data server loses power we start it up. The two servers are never up at the same time.
    To change the report name :
    1. Backup the file $ORACLE_HOME/sysman/emd/targets.xml.
    [oracle@tasias02 emd]$ pwd
    /u01/app/oracle/product/midtier/sysman/emd
    cp targets.xml targets.xmlbackup
    2. Modify the file targets.xml by changing all the occurrences of the wrong reports server name by the correct one.
    i.e. Replace rep_old with rep_new (4 places - changes)
    Copy the conf file as follows: ( this will named different from system to system )
    cp /u01/app/oracle/product/midtier/reports/conf/rep_old.conf /u01/app/oracle/product/midtier/reports/conf/rep_new.conf
    run this script:
    /u01/app/oracle/product/midtier/bin/addNewServerTarget.sh rep_new          (change rep_new to new report server name)
    3.Update the changed configuration .
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl updateconfig -ct opmn -v -d
    /u01/app/oracle/product/midtier/dcm/bin/dcmctl resyncinstance -v -d
    4. Restart the Application Server Control Console
    /u01/app/oracle/product/midtier/bin/emctl stop iasconsole
    /u01/app/oracle/product/midtier/bin/emctl start iasconsole
    In the file:
    /u01/app/oracle/product/midtier/reports/config/reportsConfig.properties
    Change the Reports_Server_Name setting from "rep_old" to "rep_new" (change rep_new to new report server name)
    For 11 use this note :
    How to Create Two Reports Servers With the Same Name in the Same Subnet? [ID 437228.1]
    Best Regards
    mseberg

  • Deployment of Oracle 10g Application on oracle 10g application server

    Sir,
    I am new in this forum. Please guide me how to deploy oracle 10g application on oracle 10g application server.

    Dear Ghulam,
    1)Create A new OC4j instance on Oracle 10g Application Server
    2)Deploy ur war or ear file accordingly on this OC4J.
    3)Create the datasource ie connection of application with the database
    4)Tune your Java Parameters inside the OC4J for better performance.
    The details of this is explained on the above post ie two link.
    Regards
    Fabian

  • Deployment of class file in oracle 10g Application Server

    Hi,
    I have a class file
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class HelloWorld extends HttpServlet {
    public void doGet(HttpServletRequest req, HttpServletResponse res)
    throws ServletException, IOException {
    res.setContentType ("text/html");
    PrintWriter out = res.getWriter();
    out.println("<HTML>");
    out.println("<HEAD><TITLE>Hello World</TITLE></HEAD>");
    out.println("<BODY>");
    out.println("<BIG>Hello World</BIG>");
    out.println("</BODY></HTML>");
    now I like to deploy(in oracle 10g Application Server) and run this file.
    please help me.

    Hi
    You have to deploy Servlet as a WAR File. I hope you already have web.xml file which u can get automatically in eclsipse during creation of servelet. I am not sure what ide u r using here. If u have created servlet in eclipse then I would suggest create a project dynamic webproject if u have not where IDE create all required files autmatiicaly and even you can deploy application from there itself.
    If you wanted to deploy manually then follow below steps (if u have war file)
    I am assuming you already created a Weblogic Domain and have admin username/password. Start your domain. Login into weblogic console like http://host:port/console and use admin username/password. Then from Deployments section, deploy the above WAR file. In Weblogic you can deploy JAR (EJBs, java files), WAR (web jsp, html, webservices, servlets) or EAR (JAR + WAR). In your case its just a WAR file.
    Thanks
    Sujit Singh

  • Installation of Oracle 10g Application Server in custom port or 1522

    I want to install Oracle 10g Application Server in Port 1522 or some other port as in port 1521 Oracle 10g database server is already installed.
    But every time I try to install Oracle 10g Application Server it give the warning about 1521 port and then start installing on same 1521 port automatically.
    What should I do if I want to install in some other port ?
    Please help
    Thanx

    As a method, to install an OAS on a custom port,
    1) make a file called staticports.ini and define your components/ports there.
    2) on the Specify Port Configuration Options screen, select Manual and specify this file.
    Follow this link for details for 10g.
    http://download.oracle.com/docs/cd/B14099_19/win.1012/install.1012/install/reqs.htm#CHDJACIG
    However, there are ways to use the same port for OAS and DB depending upon the version of your listener. Check the version of your DB Listener, and if it is 10.1.0.2 or higher then you are just good to go with automatic port assignments.
    AMN

  • Deploying Oracle Retail Applications in Oracle 10g Application Server

    Hi All..
    Can anyone help me to know:
    How to Deploy Oracle Retail Applications(like RMS,ReIM,RIB) in Oracle 10g Application Server.
    Regards.

    Hi Ahmed,
    It sounds you have not yet had the chance to lay eyes on the installation guides - they are not perfect but should point you in the right direction.
    Please start at http://www.oracle.com/technetwork/documentation/oracle-retail-100266.html and check out the install guide per application module.
    Best regards,
    Erik

  • Auditing in oracle 10g database and oracle 10g application server

    Dear friends,
    We have oracle 10g application server and oracle 10g database server in place.My criteria is to audit users connected using oracle application user credentials to the database.
    Can you please tell me how can i do it.
    Thanks & regards,

    Its the database connection you want to track. The session audit will show where it came from.
    Auditing is turned using this command:
    alter system set audit_trail = DB scope=spfile;
    Note: The use of spfile will require a DB bounce before audit starts
    To audit Sessions:
    audit create session;
    Query by Audit Type:
    SELECT A.USERNAME,
    OS_USERNAME,
    A.TIMESTAMP,
    A.RETURNCODE,
    TERMINAL,
    USERHOST
    FROM DBA_AUDIT_SESSION A
    WHERE USERHOST = <replace with iAS servername> ;
    By User
    SELECT USERNAME,OBJ_NAME,ACTION_NAME , TIMESTAMP
    FROM DBA_AUDIT_TRAIL WHERE USERNAME = 'SCOTT';
    Check for users sharing database accounts
    select count(distinct(terminal)),username
    from dba_audit_session
    having count(distinct(terminal))>1
    group by username;
    Attempts to access the database at unusual hours
    SELECT username, terminal, action_name, returncode,
    TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS'),
    TO_CHAR (logoff_time, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') <
    TO_DATE ('08:00:00', 'HH24:MI:SS')
    OR TO_DATE (TO_CHAR (TIMESTAMP, 'HH24:MI:SS'), 'HH24:MI:SS') >
    TO_DATE ('19:30:00', 'HH24:MI:SS');
    Attempts to access the database with non-existent users
    SELECT username, terminal, TO_CHAR (TIMESTAMP, 'DD-MON-YYYY HH24:MI:SS')
    FROM dba_audit_session
    WHERE returncode <> 0
    AND NOT EXISTS (SELECT 'x'
    FROM dba_users
    WHERE dba_users.username = dba_audit_session.username);
    Other audits you might consider:
    audit grant any object privilege;
    audit alter user;
    audit create user;
    audit drop user;
    audit drop tablespace;
    audit grant any role;
    audit grant any privilege;
    audit alter system;
    audit alter session;
    audit delete on AUD$ by access;
    audit insert on AUD$ by access;
    audit update on AUD$ by access;
    audit delete table;
    audit create tablespace;
    audit alter database;
    audit create role;
    audit create table;
    audit alter any procedure;
    audit create view;
    audit drop any procedure;
    audit drop profile;
    audit alter profile;
    audit alter any table;
    audit create public database link;
    Best Regards
    mseberg

  • Apply patch 10.1.2.3 on oracle 10g application server 10.1.2.0.2

    Dear All,
    i have installed oracle 10g application server 10.1.2.0.2 with infrastructure and forms & report.
    now i downloaded the patch 10.1.2.3 to apply on it.
    I have two homes in my application 10g server (infra and forms&report).
    should first i apply apply patch on infrastructure and than on forms & report home.
    am i correct.? can you please give me procedure how to apply the patch on 10g application server 10.1.2.0.2.
    Thanks & regards,
    Sher khan

    Hi,
    can you please correct me in sequence..
    1) install oracle 10g application server including
    i) infrastructure
    2) install forms and report.
    3) apply patch 10.1.2.3 on application server
    3.1) apply patch on forms and report
    3.2) than apply patch on infrastructure..
    is it correct sequence thanks,
    Thanks & regards,
    Sher khan

  • Oracle 10G Application Server : Getting Servlet error

    Hi,
    When I am trying to execute the JSP after deploying the same as war file in Oracle 10G Application server, I am getting the following exception.
    I am not sure why this sample jsp is not compiling and giving this classnot found exception.
    Exception is:
    SampleJSP: Servlet error
    javax.servlet.ServletException: java.lang.ClassNotFoundException: Sample_Hello
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:323)
    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.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)
    This is working fine with Tomcat server when I tried to test from my Netbeans IDE.
    thanks

    Hi
    I could figure out the problem. For Oracle AS, we need to include the folloiwng in web.xml file. Now every thing is working fine for me.
    <servlet>
    <servlet-name>jsp</servlet-name>
    <servlet-class>oracle.jsp.runtimev2.JspServlet</servlet-class>
    <init-param>
    <param-name>check_page_scope</param-name>
    <param-value>false</param-value>
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>
    Thanks

  • Oracle 10g application server

    Dear All,
    we have implemented the oracle 10g application server 10.1.2.0.2 now we pland to apply patch 3.
    can you guys guide me how to apply patch.
    i am familiar with oracle database from 9i to 11g , and RAC also but not with application server.
    please guide me.
    thanks in advance.

    Hi Sherkhan
    It isn't that difficult but you will need to read its documentation a little bit and should be familiar with the OAS architecture, so that you would know which components are used and where, so that you could upgrade them.
    For latest patches and patch sets for OAS 10g R2, check the following article on MOS/Metalink.
    Oracle Application Server 10g Release 2 (10.1.2) Support Status and Alerts ID 329361.1
    you should start by reading the readme of Patch 5983622 which is Patch Set 3. if you are logged on to Metalink, then access this link:
    direct link to the patchset 3;
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622
    particularly, the first 5 sections. they
    a useful discussion: (probably)
    Re: Patching OID/ DB Upgrade Patch Set 10.1.0.5 before OAS Patch Set 2 or 3
    hope that helps!
    AMN

  • Oracle 10g Application server - patch

    Hi All
    Any one pls. tell me how to find out the Oracle 10g Application server , latest patch update in Sun box? Also how to verify the security issues?
    Thanks & regards
    Bala

    Simply logon to metalink.oracle.com, click on "patches&updates", next click on "Quick Links to the Latest Patchsets, Mini Packs, and Maintenance Packs" and select the proper product. If you do not have access to metalink, contact your oracle sales representative (or internal contact that can grant access).

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Setting of ICONS in Oracle 10G Application Server

    Hi...
    I'm facing a problem of Icons which are not displayed at run time.
    I'm using Oracle 10G Application Server.
    plz tell what setting should i do.
    its urgent.
    Thanks & Regards
    Sanjeev Kumar

    1 did u put the icon file in the forms folder in IAS?
    2 Are you able to access the icon if u directly enter the icon value ?
    http://www.Alexyscorp.com/myicon.gif
    if its not port 80 enter the port
    3 In the httpd.conf file whats the root directory ? Try putting the icon there
    Best Regards
    Rajesh Alex
    Message was edited by: Rajesh Alex
    Alex(AlexysCorp)

  • Anybody installed Oracle 10g application server on windows 2008 (64 bit) se

    Has anybody installed Oracle 10g application server on OS : windows 2008 (64 bit) server.
    which version of OAS we should use?l. we are using dell server .
    regds
    santosh
    Edited by: user5429538 on Feb 24, 2010 2:59 AM

    Hi Santosh,
    Has anybody installed Oracle 10g application server on OS : windows 2008 (64 bit) server.I dont think any version of Oracle Application Server is certified for windows 2008 yes.
    But, u can Install Oracle Application Server 10g Release 2 (10.1.2.0.2) on windows 2003 (64 bit) server
    Please refer below links for download and to check certification:
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_101310.html
    Hope helps
    Regards,
    X A H E E R

Maybe you are looking for

  • FREE GOODS IN CIN Scenario

    Hi. Friends, I am doing Free goods Scenario. In this i am not charging any thing to customer. But company has to pay excise duty on that so what accounting entry should be pass on to accounting at tha time of  invoicing &how to configure it. pls send

  • Firefox crashes - will not start at all

    If I try and start Firefox all I get is the Mozilla Crash Reporter, if I try and restart Fireofox from the Crash Reporter screen all I get presented with is the Mozila Crash Reporter again. If I try and submit a crash report the Crash Reporter states

  • Background job Problem

    Hi, I scheduled a Program for background job running for every 10 minutes. When i go to SM37  I am seeing all the background jobs, it is creating a newline for every 10 min in the list. my problem is , Is there any settings to change for showing only

  • UCCX 8.5 to 9.0 Redhat Change in vmware?

    When you upgrade from UCCX 8.5 to 9.0, the Linux operating system is upgraded from Redhat Enterprise 4 to 5. If you were to deploy an ova for a new install of version 9, the OS would be red hat enterprise 5 (32-bit). For similar refresh upgrades in C

  • Is there any POSSIBLE way to retrieve my sims freeplay on my ipod?

    I've been playing this game for a year and i've made SO MUCH progress and it's mostly the only reason why i have an ipod. I went to the apple store to swap my ipod because my home button was broken. And i didn't know Sims freeplay had a backup or the