Oracle 9iAS Session Handling

I wanted to increase the Session Time Out time in Oracle 9iAS in Win 2000 Server. Can anyone help me where(Which CONF File) should I alter for the same Urgent please.

If you are running a web service or web application, you need to modify the web.xml file for your application.
j2ee/home/applications/[yourapplicationname]/[yourapplicationname]/WEB-INF/web.xml
Mike

Similar Messages

  • Ms sql server linked server with OraOLEDB.Oracle provider session handling

    Hi everyone!!
    Here's my situation:
    I have a MS SQL Server 2008 R2 with a linked server to Oracle via OraOLEDB.Oracle provider.
    I use a .net application to open a connection to my sql-server, execute a select that collects data through the linked-server-connection from the oracle database and after that I close to connection to the sql.
    It does work so far,
    but when I start my application, exit it proberly and start it again it seems that i get the same session as before (which is for some reasons very bad).
    Is that the right/normal behavior?
    Is there any way to avoid that?!
    How does the OraOLEDB.Oracle provider handle the sessions if used in/as a linked server?
    thanks and greetings,
    exoc
    Edited by: 944414 on Jul 4, 2012 5:43 AM

    Hii Rouann,
    Does the error occur when you call the stored procedure from SSIS package and map SSIS variables to the parameters in the stored procedure? Can you run the store procedure from SSMS properly? If you can run the stored procedure from SSMS, the issue seems
    to occur due to the date format mismatch between the SSIS variables and the parameters in the stored procedure.
    If you cannot run the stored procedure from SSMS as well, the issue should occur due to the incorrect data conversion within the store procedure itself as Tom mentioned.
    Regards,
    Mike Yin
    TechNet Community Support

  • JSP session lost - Oracle 9iAS 1.0.2.1

    I have a JSP application running under Oracle 9iAS 1.0.2.1 on a Windows 2000 server.
    Upon successful login to the application, a new browser window is opened for the application and the parent browser is redirected to a benign static HTML page. The new browser window allows us to present the illusion of a captive application - the 'application' browser window is not resizable and does not have a tool bars.
    The login jsp creates several session scope objects. These session scope objects are used by the core application jsps interfaced through the application browser.
    In the test enviroment the application functions as expected.
    In the production environment sessions appear to terminate immediately following login. All session scope objects are null in the jsp page - mainMenu.jsp - that serves as the application entry point in the new browser window. Application scope objects are not null in this initial jsp. Upon a subsequent access to login.jsp, the application_onStart event is triggered, followed by a session_onStart event and the failure of mainMenu.jsp due to null session scoped objects. My initial thought was that that this is a cookie problem...client browser not accepting cookies but was not the case.
    Any ideas on how to diagnose this problem would be greatly appreciated.

    I am having a similar problem. When I use a session-scoped bean to retain user info from page to page, the session bean appears to be re-instantiated at each page.
    An earlier attempt used session.set/getAttribute to store the same info. This one worked in the development environment (Jdev), but not when deployed on the App Server.
    Was your issue resolved? Is it related to different versions of the container being in place (as is hinted at in related posts)?
    thanks,
    Lyn

  • Session Binding/Oracle 9iAS

    Hi,
    I am experiencing a problem with session binding whilst using Oracle 9iAS. The same code works without problem in Tomcat. For some reason in Oracle, the session seems to invalidate before the valueUnbound() is called? (The session is being added correctly but is never removed from my list of active users)
    Can anyone help with this or know of a workaround? Thanks in advance.
    I am using the following code:
    In log in class we add to the session:
    session.setAttribute("user",userID);
    session.setAttribute("userList",userList.getInstance());
    In log out class we just do following:
    session.invalidate();
    And in the servlet we have a timeout set as follows:
    session.setMaxInactiveInterval(60);
    import javax.servlet.http.*;
    import java.util.*;
    * Class maintains the number or ACTIVE sessions. 
    * valueBound()  -  when user logs on, the session is added to this list
    * valueUnbound() - when user logs off or is timed out, user is removed from list
    * getUserCount() - returns number of users with active sessions
    public class userList implements HttpSessionBindingListener
      private static userList list = null;     
      private Set users = new HashSet();     
      private userList()
      {          super();     }     
      public static userList getInstance()
        if (list == null)          
        {          list = new userList();          }          
        return list;     
      public void valueBound(HttpSessionBindingEvent sbe)
        System.out.println(sbe.getSession().getAttribute("user"));
        users.add(sbe.getSession().getAttribute("user")); //Add the session     
        System.out.println(" ----- adding the user to the active list ----- ");
      public void valueUnbound(HttpSessionBindingEvent sbe)
        System.out.println(" ----- trying to remove user from active list ----- ");
        try
        { users.remove(sbe.getSession().getAttribute("user"));     }  //Remove the session
        catch (Exception e)
        { System.out.println("session was already invalidated"); }
      public synchronized int getUserCount()
        return users.size(); //Returns the no of live user sessions     
      public synchronized Set getUserList()
        return users; //Returns the names of live user sessions     

    Thanks. We have tried this but it still falls over when doing the valueUnbound(). The error is as follows:
    session was already invalidated java.lang.IllegalStateException: Session was invalidated
    So it seems Oracle is invalidating my session before getting to the method. This would be ok as long as the session is cleaned up, but we are using connection pooling and this is the only way I know to maintain a list of our active users. Obviously we cant rely on them logging out and we need to know when the session times out.
    Can anyone help here with another way of knowing when the session times out?

  • Where can i find the temp file in oracle 9ias ver 9.0.3

    Hi All,
    When I am trying to deploy stateless session bean(SLSB)in oracle 9ias ver 9.0.3,i am getting the following exception
    SequenceHome_StatelessSessionHomeWrapper3.java:9: SequenceHome_StatelessSessionHomeWrapper3 should be declared abstract; it does not define create (java.lang.String) in SequenceHome_StatelessSessionHomeWrapper3
    public class SequenceHome_StatelessSessionHomeWrapper3 extends com.evermind.server.ejb.RemoteStatelessSessionEJBHome implements sequence.SequenceHome
    and one more where can i find this temp file.I want to see this SequenceHome_StatelessSessionHomeWrapper3.java file..how its possible
    Thanks and Regards,
    Bala

    Try this link - it should always point to the latest iteration

  • Configure no. of session handled for same sql

    hi, experts,
    hi, if there is one report (only fire 1 sql by this report).
    if only one internet explorer to run this report , it use 3 minutes to get it.
    I use 3 internet explorers to run the same report but not running the report at the same time.
    firstly, I run the report on first internet explorer.
    then after 10 seconds, I run the report on 2nd internet explorer.
    then after 10 seconds, I run the report on 3rd internet explorer.
    after result on all internet explorer came, I check the sessions on the "Manage Sessions"
    there are 2 sessions for same report.
    How to configure no. of session handled for same sql on OBIEE?
    thank you very much!

    shipon_97 wrote:
    Here I see that at a particular time of the database , the number of session from v$session is "271" where as the number of session in the "v$resource_limit" is "280" . Here I get some differ among these parameters .
    Would anybody plz tell why the no of sessions differ between v$session and v$resource_limit parameters .
    The v$session views shows current sessions (which change rapidly), while the v$resource_limit shows the maximum resource utilization, like a high-water mark.
    http://download-east.oracle.com/docs/cd/A97630_01/server.920/a96536/ch3155.htm

  • Simple Question - How do I deploy custom taglibs to Oracle 9iAS r2?

    Simple question.
    There are lots of simple examples on JSP custom tags that have
    a .tld file, a .java file with the handler class, and a .jsp
    file that calls the custom tag to test it.
    My question is, lets say I have a .tld file, a .java file and
    a .jsp file for a tag example. How do I deploy them to
    Oracle 9iAS r2? I'd like to code an example and deploy it,
    but I'm stuck. I'm using Jdeveloper 9i, and have compiled the
    .java file and included it and the .tld in a Custom Taglib JAR.
    How is this JAR deployed to Oracle 9iAS, considering that the
    Enterprise Manager only deploys WAR and EAR files? How do
    a configure a web app to use the custom tags...
    This should be simple -- maybe its too simple so I'm stuck!

    check out ojspdemos which comes with the product.
    Also see
    http://otn.oracle.com/tech/java/oc4j/doc_library/902/jsp/taglibs.htm#1004903
    -Prasad

  • Session Handling in ATG

    Friend,
    Could you please provide any best document about session handling in ATG.
    Thanks in advance

    You can refer these:
    http://docs.oracle.com/cd/E35318_02/Platform.10-1-1/ATGInstallGuide/html/s0710sessionmanagementinoracleatgwebc01.html
    http://docs.oracle.com/cd/E35318_02/Platform.10-1-1/ATGInstallGuide/html/s0814enablingcomponentbackup01.html
    https://docs.google.com/file/d/0B8rpgofYlaJnYTBiNGNmNjMtODU0MS00NDNmLThmOWItNGQzN2UwODBjODRi/edit?pli=1

  • Oracle Database Session events auditing

    Hi,
    I've have a unique audit requirement for which I want to design the solution. Kindly help me in this.
    What I want to do is that whenever the user create a session, say through scott schema and perform whatever in this session,
    it should be logged in the audit table. What I know about features that Oracle database provide for auditing like Mendatory.standard, value
    and fined grain auditing does not fullfill exect the about requirement.
    Like I can audit the user machine from which It login to database and other info through after log on trigger, but how can I log the information
    what he did after login like performing specific actions.
    Regards,
    Kamran

    What version of Oracle? Oracle supports over 200 auditing events, so basically if there is a system privilege you can audit it. If there is an object owned in a schema, you can audit access or attempts to modify it.
    Check out the 11g docs for auditing (or your relevant version) http://docs.oracle.com/cd/E11882_01/network.112/e16543/auditing.htm#BCGIDBFI
    You are going to have a lot of design work to understand your system and what is acceptable accesses, acceptable privileges, etc. and what is not. For example, you probably don't want to audit successful selects against a table when the application primarily does selects. You may only want to see unsuccessful select attempts audited. And you don't want a trigger to does this work for you. You want to turn auditing on (audit_trail=DB_EXTENDED for example) and allow the Oracle kernel to handle populating the audit trail.

  • Tuxedo to Oracle 9iAS via JMS

    A client wants to connect a Tuxedo application to an Oracle 9iAS
    application (Oracle was not my choice, forced into it by upper
    management). Obviously this is already well handled with Weblogic, but
    how about something non-BEA? I'm not a J2EE person, but someone said
    JMS Connectors, and someone else said the Java Native Interface to JMS.
    I see this as a Tuxedo question, how do I interface to JMS?
    Suggestions? (getting Weblogic is not a valid answer. Oracle cut the
    clients annual license by a $1 Million if they would use 9iAS for their
    new projects instead of Weblogic. You do the math.)
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    [briand.vcf]

    Brian Douglass <[email protected]> wrote:
    >
    But JOLT only gets me a Client connection. In my case, I need to send
    messages
    to the 9iAS environment and get asych responses. Other times, the 9iAS
    sends me
    messages and I send back asych responses (could be up to 5 days later!).Well, I guess you can sort of "call" the Java environment from the Tux side by
    means of an unsolicited notification targeted to a Java JOLT "client". I am not
    a Java programmer but reading the JOLT docs it seems to me it should be doable.
    If it is practical in the real world might be another story, though...
    I want
    a queueing environment like /Q, AQ, or MessageQ, but must adhere to the
    J2EE
    interface standards. Does /Q support JMS?
    Brian
    "Per Lindström" wrote:
    As long as O9iAS is a Java environment, you should be able to use JOLTto do
    at least some basic integration, I guess... (and for $1M you wouldbe able
    to write a LOT of JOLT code B-))
    /Per
    Per Lindström R2Meton AB, SWEDEN
    [email protected]
    Brian Douglass skrev i meddelandet <[email protected]>...
    A client wants to connect a Tuxedo application to an Oracle 9iAS
    application (Oracle was not my choice, forced into it by upper
    management). Obviously this is already well handled with Weblogic,
    but
    how about something non-BEA? I'm not a J2EE person, but someone said
    JMS Connectors, and someone else said the Java Native Interface toJMS.
    I see this as a Tuxedo question, how do I interface to JMS?
    Suggestions? (getting Weblogic is not a valid answer. Oracle cutthe
    clients annual license by a $1 Million if they would use 9iAS fortheir
    new projects instead of Weblogic. You do the math.)
    Brian Douglass
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    Transaction Processing Solutions, Inc.
    8555 W. Sahara
    Suite 112
    Las Vegas, NV 89117
    Voice: 702-254-5485
    Fax: 702-254-9449
    e-mail: [email protected]
    Content-Description: Card for Brian Douglass
    begin:vcard
    n:Douglass;Brian
    tel;fax:702-562-3206
    tel;work:702-254-5485
    x-mozilla-html:TRUE
    url:www.tps-eoltp.com
    org:TPS, Inc.
    version:2.1
    email;internet:[email protected]
    title:President
    adr;quoted-printable:;;8555 W. Sahara=0D=0ASuite 112;Las Vegas;NV;89117;US
    x-mozilla-cpt:;15296
    fn:Douglass, Brian
    end:vcard

  • CMP Entity Beans in Oracle 9iAS

    Hi!
    I've deployed entity beans into Oracle 9iAS, but keep getting the following error each time I try to lookup the bean:
    "javax.naming.NamingException: Unknown reasons [Root exception is org.omg.CORBA.UNKNOWN: minor code: 16 completed: Maybe]"
    The JNDI name of the bean are ok and I'm calling it correctly. I'm calling my a Session Bean in a similar way and it works fine.
    I'm using JDevloper 3.2.3 to deploy the beans and OAS version is 1.0.2.2.
    Thanks for any advices,
    Sebastian

    gday -
    OC4J implements major portion of the EJB 2.0 PFD1 specification.
    It supports the new container contract and persistence model in PFD1, along with associated new XML DD tags, so yes, it does support abstract implementation EJB classes and abstract accessors definitions.
    It does not support the latest EJB 2.0 PFD2 modifications and also does not support the local/remote interface model, EJB-QL, home methods, etc.
    cheers!
    -steve-

  • Installation of Oracle 9iAS

    I am installing Oracle 9iAS in Windows NT environement with Service Pack 6.I have gone through the preinstalltion doc and accrdingly i have configured my machine.Currently i have oracle 8i Installed in my server.I am getting following error message during installation time.
    The error message is as follows:
    The target area c:\programfiles\oracle\inventory is being written to by another session.A write lock cannot be obtained.
    After this i have shutdown the oracle 8i database instace and have also closed all the services of oracle from Windows services.I tried again and got the same error message.Then i have uninstalled oracle 8i database and tried to start the installation process of 9iAS.But still the same error message is persisting.
    thanks in anticipation.
    Please reply ASAP.
    Dilli Kumar Panigrahi
    E-Mail : [email protected]

    One reason of this may be that your 9iAS install user is not a member of ORA_DBA group. or the other reason may be your previous session of OUI is not properly killed so its still acessing the inventory so new OUI session can write to the same file.Check these two things...

  • 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

  • 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.

  • DISCOVERER REPORT ISSUE IN Oracle 9iAS

    Hi All,
    I am trying to export file on Oracle 9iAS using discoverer using excel format, But not able to export in proper format. Can anyone help me for this please
    Regards
    Kumar

    Please reply for this

Maybe you are looking for

  • Permission to load an extension using the Adobe Extension Manager

    Win 7, CS4, Admisistrator I am trying to load an extension that shipped on a DVD included in Photoshop CS4 Channels & Masks (Channels & Masks.xmp) by Deke McClelland. The Extension Manager will open and the license agreement pops up. When I agree I g

  • I barely have any apps and it's telling me I have no storage when I try to download

    basically i I have no photos , five apps , and two songs ; when I try to download or update an app it will say my storage is full and not let me take photos or download stuff . This is really frustrating because I've tried restarting my apps and ever

  • Calendar issue - Does not show entries previous Ja...

    Hi,  from beginning of January the calendar of my Lumia does not show any more entries made previously ! It was working  but from I think 7th of January nothing .. The calendar is sync with outlook.com calendar and if I go to http://calendar.live.com

  • Can't find JDK w. installing JDev 11.1.2.4 on OSX Mavericks

    Hi all, I need to install Jdeveloper 11.1.2.4 on my MacbookAir running OSX Mavericks. I downloaded the jdevstudio11124install.jar file from oracle.com and installed some version of Java 1.6 from Apple. I can start the install, but when I go to choose

  • Photoshop Elements Organizer/Editor Hanging on Startup

    When I open Photoshop Elements 10 from the start menu, it takes about 3 minutes for the first welcome screen to appear. If I select to open the editor from the welcome screen, or by right-clicking a file in Windows Explorer and selecting 'Open with..