Can't modify TNS timeout on database client outgoing request  -

Dear all,
I have two Oracle Database connected by dblink over TCPIP. One is a client for the other.
When my client application (in db client) try to retrieve data from the db server and this one is shutdowned, It receives this message ORA-12535 "TNS:operatin time out" (no bad !) but after at minus 2 minutes and sometimes too long time. This is not good for my client application. I need about 30 sec for this application. When I launched oerr tools -with this sqlcode 12535 - to get some explanation, Oracle talks about CONNECT_TIMEOUT parameter in listener.ora file, I did not think this was relation with my issue (because I want to connect and not to listen) but I tested and it did not work.
Is someone know how to manage this time out ?
Tkanks by advance
Regards.

I Frederic,
Thank for your reply.
Yes I restarted the listener after the update - I also tested dynamic mode with set command ....- but it didn't work.
I think like I previously said CONNECT_TIMEOUT is not the good parameter because this is for the listener and for my client db I don't need it.
The server machine is sometimes under stress because many access and many applications and sometimes we have to do some maintenance works. I need to get an acceptable response time in timeout to switch all requests to another server.
Regards.

Similar Messages

  • Query Regarding Oracle Database Client

    Hello,
    I'm new to ORACLE and Intented to become Oracle Developer and DBA. I've question regarding Oracle Database Client software.
    I know that there is Oracle Database server software but what is this Oracle Database Client. Is there any need to Install it on client machine as client mostly access the database use application software mainly develope in Java or C# etc. So, what is it need.
    and one more question regarding SQL *Plus. Is it client process or server process as I learnent that it is client process and if it is. Is it can be part of Oracle Database Client. and can we seperately install the Oracle Database Client on machine on which DB server is aslo Installed.
    Looking for reply.
    Regards,
    Danish Kamran

    Certainly you are not mentioning the Oracle version, it is very important. Whenever you post a question reference the oracle version. There is a disk known as the oracle Client (10gR1, 10gR2 and 11gR1), this disk contains all required software to setup a client environment. If you are working with clients such as Java or C# you must have either the jdcb client driver (Jjava) or the ODBC software to access the database, this is included in the Oracle client disk.
    Instant Client
    There are other options for the client, you can install the instant client, this option allows you to install only the drivers without the Oracle utilities, this is particular useful if you are deploying third party applications and you don't want to install the complete client disk.
    SQLPlus
    SQL*Plus is a client application that runs on the client side, when you open a session it requests an Oracle server process to be executed on the server side. Once the session has been successfully setup then you can issue SQL commands from the client side. You should be aware that even if you launch SQL*Plus from the server side you will be working with two processes, one for the client and the second one for the oracle server. This connection mode is also known as dedicated server, but you should be aware that there is another connection mode known as shared server, I won't explain it since it already goes off topic.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Can we access Oracle 10g R2 database from Oracle 11g Client

    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html

    832812 wrote:
    Hi,
    Can any1 tell me can we access Oracle 10g R2 database from Oracle 11g Client ? I m unable to find a Oracle Client 10g R2 for Windows 7 32 bit.
    Below link is for Vista only
    http://www.oracle.com/technetwork/database/10203vista-087538.html
    Check this note for client/server compatibility
    Client / Server / Interoperability Support Between Different Oracle Versions [ID 207303.1]

  • TNS timeout issue

    I have two Oracle databases both running 10.1. One is on a Windows XP system and the other is on a SLES 10 system. They both have the same IP (only 1 plugged in at a time). After configuring my firewall to forward 1521 (these are test systems) from the outside world I can connect perfectly to the DB when the Linux box is plugged in, but I get a TNS timeout when trying to connect when the XP box is plugged in. Any ideas?

    Open a command shell on the Windows box and confirm the IP settings using ipconfig and then check whether or not the local Oracle Listener is actually running on tcp/1521 by using the netstat command.
    Typing this on my Linux netbook - no Windows close by so I can't post a an example.. think it is something like "+netstat -a -p -n+" to view all TCP ports being listened on in numeric format..
    Anyway, this will at least tell you whether the Listener is running on port 1521 and assist in isolating the problem.

  • How can I modify data from a Transparent Table without ABAP code.

    Hi,All
    How can I modify data from a Transparent Table (like TCURR),  and important thing is I want do all that with no ABAP code here. It is like that we always do that in a Oracle database use TOAD or PLSQL third party tools, with no script code here.
    I had fond that there is a way can do that:
    1, type 'se11',and Display Database table 'TCURR', click Contents, then click Execute to display all data
    2, type '/h' and let debugging on
    3, select one of this data then click 'Display',enter in debugging system.
    4, then make a breakpoint in the code. But... display a dialog let I type a 'ABAP Cmnds', I want to know what can be type in for that?
    and, My system is ECC6.
    thank you all
    Edited by: xuehui li on Aug 20, 2008 6:30 PM

    Hello,
    Your approach (with Vijay's suggestion) MAY work.  However, depending on how tight security is at the company that you are working at you may or may not be able to acutaly change the value of the SHOW field to EDIT.  This will be especially true if you are working in a Production environment.  Vijay's other comment is true as well.  This is not a recommended approach to change data (especially data with a financial impact like TCURR) in a production environment.  The auditors will not be impressed.
    Explore the option of a maintenace view or look at tcode TBDM to upload a file which includes daily rates from providers like Reuters or try tcode s_bce_68000174 which is a maintenance view on TCURR.
    Regards
    Greg Kern

  • How can I send a message from database to a J2EE application?

    How can I send a message from database to a J2EE application?
    If I have a codetable in database that has new or modified values I have to refresh the codetable in my J2EE application.
    Most effective way would be send a message to initiate a table reload from J2EE app, but I don't know how to do this.
    Now I have a background thread that regular reads the table and looks for changes.

    http://www.oracle.com/technology/products/integration/bam/10.1.3/TechNotes/TechNote_BAM_AQ_Configuration.pdf
    This document details how to create triggers on a table that send out JMS messages.
    In this example, the messages are going to Oracle BAM.. your message could go to your J2EE application listening to its own topic/queue.
    an alternative idea.
    you could also just cache your lookup table with something like Oracle Coherence and than try to ensure that all changes to the lookup go through Coherence, so that you won't need to do notification from the db up to the application. the application and the lookup data management tool would be using the data grid for management of the lookup table data, and the data grid (coherence) would persist the lookup data changes back to the db.

  • .oui error in the install of oracle database client in a linux CentOS

    I am installing oracle database client in eqipo linux CentOS, after making all the passages for the creation of the user oracle and its groups beginning the ./runInstaller application and appears to me the following error:
    ./runInstaller: line 66: /install/.oiu: cannot excecute binary file
    as I can solve this
    they can notify me the possible solution to the following e-mail?
    [email protected] or
    [email protected]

    You may want to check these references for CentOS install:
    Installing 10g Release 2 on Centos 4.3 & 4.4
    http://www.dizwell.com/prod/node/50
    http://download-uk.oracle.com/docs/cd/B19306_01/install.102/b15660/toc.htm
    Oracle® Database Installation Guide
    10g Release 2 (10.2) for Linux x86
    Part Number B15660-02
    Installing Oracle 10.2.0.1 on CentOS 5.0 (x86_64)
    http://bderzhavets.blogspot.com/2007/04/installing-oracle-10.html
    Installing 9i (9.2.0.1) Database on Centos 4.5
    Installing 9i (9.2.0.1) Database on Centos 4.5
    installing 10.2.0 on CentOS
    Re: Got "java.lang.NullPointerException" installing 10.2.0 on CentOS
    Link error installing 10gR2 on CentOS 4.4
    Link error installing 10gR2 on CentOS 4.4
    Re: 10g in vmware Centos
    10g in vmware Centos
    ~ Madrid.

  • How to install Oracle Database Client 32-bit libraries.

    Dear All,
    In the document : http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/b31765.pdf
    it is written "For 64-bit Linux system installations, you must use the Oracle Database Client 32-bit libraries"
    how can i install just the libraries from OUI Database 11.2
    Is it must to install these libraries first, whatif I install Oracle11.2 64bit client, and then install the OBIEE. Anyhow i need to install OracleDBClient to connect to Oracle server 11.2.

    You can't "just install the libraries", you need a full ORacle client installation. The Oracle client can be installed after OBIEE but you must have an Oracle client to connect to an Oracle database via OCI (which is the recomended approach). 64bit client should be fine as long as it has the 32bits libraries. The 10g client does, not sure about the 11g client. Make sure you install the FULL Oracle client, not the Instant Client. The 32bits client libraries are located under lib32, the lib directory is for the 64bits ones. You might need ot re-link them if they were linked correctly during the client installation. But for more information post a message in the Oracle client forum, this is the OBIEE forum.

  • Why can't I edit the Master Database

    Can someone from NI please explain the reasoning behind not letting the user edit the master database?  I want to do something simple like remove one of the redundant + and "dot" polarity indicators on some of the capacitor footprints without having to, one by one, change each capacitor to use my custom footprint.
    I have found several errors in the master database yet I can't fix those parts or footprints or remove them, thus increasing the likely hood that they will get used by mistake/unknowingly again.
    The only explanation that I can come up with is poor database design and fear of me "breaking" it.   Something as simple as editing a part through the GUI should be simple enough to do to, please let me.  No offense, but your master database is not good enough to warrant "no edits".  Most parts I use are from the local database, but that is not an option for special case parts like resistors and capacitors.
    Also, why I can't edit the database itself without using the GUI? (as is an option in all other CAD packages that I've used).  The GUI entry point is extremely time consuming and error prone when a database script can often easily create error/typo free part numbers using existing symbols and footprints.
    Greg

    There are several ways you can achieve the results you looking for with respect to RLCs.
    Ultiboard first searchs the User then Corporate the Master database when looking for footprints. So, if you want to make a modification to a footprint, make the copy the appropriate in Ultiboard into your User database. Then modify the footprint. When you transfer from Multisim to Ultiboard, Ultiboard will pick the footprint you customized (or fixed).
    One thing to watch out for is determining the correct name in Ultiboard. The name in Multisim is often not the name in Ultiboard. I don't know of any simple way of determing the mapping.
    Place the component with the footprint that you want to change (in Multisim)
    Double click the component, and click Edit Footprint on the Value page
    Click Select from Database. The footprint should be selected. The name in Ultiboard is the Ultiboard Footprint column (if it is blank, then the name in Multisim and Ultiboard is the same).
    You can add new footprints to the list in the Place Component dialog. You do this in the Database Manager.
    Go to Tools > Database > Database Manager
    Select the RLC Components tab
    Click the Add button to add a new definition. Note, the definition will appear for all components of the same type. Also watch out for the polarity of capacitors and other components where relevant.
    Garret
    Senior Software Developer
    National Instruments
    Circuit Design Community and Blog
    If someone helped you, let them know. Mark as solved or give a kudo.

  • How can I modify the logon screen on the portal

    Hi,
    We have designed some BI queries, when we open Query Designer and execute them (CTRL + R) an Internet Explorer open and ask us to log on this BI Portal.
    On this Portal login screen, I can only provide my user name and password.
    We would like the user to be able to select the language and to change is password.
    How can we enable those changes ?
    Thanks,
    Hugo

    Although in iSQL*Plus 9.0.1 you can't modify the default
    login HTML, you can create your own static HTML "login"
    page. Just make sure the correct login credential
    parameters are passed to the iSQL*Plus URL. Your users will
    have to call your new static page instead of the default
    iSQL*Plus login page.
    Copy the HTML from the default login page and change the
    FORM ACTION to include the host and port:
    <FORM ACTION="http://host.port/isqlplus" METHOD="post">
    and change the "Connection Identifier" field to a drop down
    list of the connection identifiers you want:
    <TD CLASS="label">Connection Identifier:</TD>
    <TD>
    <SELECT NAME="sid">
    <OPTION SELECTED>SID1</OPTION>
    <OPTION>SID2</OPTION>
    <OPTION>SID3</OPTION>
    </SELECT>
    </TD>
    Add your own logo, joke of the day, and put it in
    production....
    iSQL*Plus 9iR2 has an option for a drop down list of connect
    identifiers to be configured in the default login screen.
    This allows sys admins to restrict the DB servers that can
    be accessed. No other connect identifiers can be used, even
    from CONNECT commands in scripts.
    On the OTN home page there seems to be an "early access"
    link for down loading the 9i Database R2.
    -- CJ

  • Can we modify a Standard Smartform?

    Hi Folks,
    Please clear the following doubts:-
    1.Can we modify a Std Smartform.It is allowing us to change the logo and all the windows too.If so let me know the logic behind it as I was in a thought that whatever it may be we can't modify any sap standard unless we have a Access Key.
    2.I have two clients 100 and 300 in the same server.100 is client and 300 is testing.I am working this kind of set up for the first time.I mean in the earlier we used to have different servers for different clients.What is the point in having two clients in the same server.
    Points will be given.
    K.Kiran

    Hi,
    It is always better to copy the Std samrtform/Script and to modify them as per the client requirements.
    Don't forget to attach the modified form in the NACE transaction in the place of the Std form to the driver program and output type.
    Generally during the implementation time, we create multiple clients for the different environments. One for workbench related work, one for customizing and other for with good quality testing etc.
    Smartforms are client dependent and if you create  form in one client it is not available in other client of the same box( i.e the devlopment),
    so you have to explicitely copy the forms to other clients.
    reward if useful
    regards,
    Anji

  • How can i make iphone mobile website,  database in Sql Server 2005 ?

    how can i make iphone mobile website,  database in Sql Server 2005 ?
    Thanks & Regards
    Jamshed Ali
    Email id: [email protected]

    You need to be a little clearer in what you're asking.
    You can't make any web site in SQL Server - it's a database engine, not a website tool.
    What you can do is create web sites that pull data from a back-end SQL Server, but the SQL server doesn't handle the client connection at all (that's handled by a web server such as Apache, IIS, or similar).
    There are many ways to build such a site including .NET, PHP, Perl and more (although I don't know all the options for Windows servers because they're not as common outside of corporate/enterprise networks).
    In either case, given your choice of development language (HTML, plus one of the PHP/Perl/.NET/etc. options), plus your database (SQL Server) plus your web server (IIS, Apache, etc.) you can make any web site you like (or, at least, you're capable of developing).
    If you want to opimize that web site for iPhones then there are many references on how mobile browsing differs from the desktop. I'd recommend this book as a reference (and, yes, I understand the irony of linking to a paperback book for web design guidance ). Googling mobile web design (or iPhone web design) might yield more results.

  • Oracle Database Client -- Oracle Database in SSL mode.

    Experts,
    I am trying to connect to a remote oracle database which in SSL mode. I installed "Oracle database client" on other server and trying to connect to remote database in SSL mode.
    Can you please provide brief steps ?
    Do I need configure any wallets on client side too ?. If yes, copying wallets from database server to client is enough ?
    Please help me.
    Thanks

    Pl do not post duplicates - Oracle Database Client --> Oracle Database in SSL mode.

  • How can I modify / update T002C's only one field

    Hi everyone ;
    I would like to write dialog programing code. After I am writing call screen screennumber, I would like to generate a design in screen painter.But screen painter doesn't open. There is an error.
    Error says ' EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'#' and I search about this error. I solve the problem. Solution is T002C table's secondary language field must be writing , not empty.
    When I would like to update the field's of T002C tables sap is giving an error. Error is 'Table maintenance not allowed for table T002C'.
    How can I modify the field's of table T002C?

    dont know about the stock taking object but may be the grpo object would help
    HTH
    Message was edited by:
            Manu Ashok

  • Windows 7 - Oracle 10.2.0.5 Database Client Installation (32bit)

    Where can I get this?
    I tried installing the 10.2.0.3 client, and the 10.2.0.5 patchset - but that got me nowhere. It seems like the patchset is for the DB server, not the client (unless there is something I am missing due to obtuseness.).
    Is there a standalone installer for the 10.2.0.5 db client?
    The following announcement indicates it will be made available: https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=ANNOUNCEMENT&id=1061272.1
    It also says to check https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=742060.1 for specific release dates. This document, however, does not specifically mention the client. The 10.2.0.5 release for Windows 7 was July 19/2010.
    Any help would be greatly appreciated.

    Sadly, that doesn't help at all.
    1173433.1 has instructions for installation of the database server, not the client. I want to install only the client.
    Here are the explicit steps I am trying:
    1) Installing the Oracle 10.2.03 Database client (Administrator install, 10203_vista_w2k8_x86_production_client.zip)
    2) Attempting to install the 10.2.05 patch set (p8202632_10205_WINNT.zip) by either:
    On the "Specify Home Details" page, if I select the client directory instead of the default DB directory (C:\oracle\product\10.2.0\client_1 instead of C:\oracle\product\10.2.0\db_1) it gives the following error:
    OUI-10136:An Oracle Home with name OraClient10g_home1 already exists at location C:\oracle\product\10.2.0\client_1. Please specify another location for Oracle Home.
    or
    Onthe "Product-Specific Prerequisite Checks" page, it will give the following error:
    Checking for Oracle Home incompatibilities ...
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Failed <<<<
    Problem: This software can only be installed into an existing Oracle Database 10g Oracle Home.
    Recommendation: Choose an existing Oracle Database 10g Oracle Home for installing this software.
    =======================================================================

Maybe you are looking for

  • Setting cell values in DataGrid

    I have an application with a custom component called DataEntryDataGrid (which is a subclass of mx:DataGrid) that I based on this blog post:  http://blogs.adobe.com/aharui/2008/03/custom_arraycollections_adding.html The component works great, but in t

  • Walking   running issue with IOS 8.2

    Hello, It seems that since I installed IOS 8.2 the Walking + Running Distance calculation is not working well. I was averaging 2 to 3 km a day, since the update 0.08km per day! How can I calibrate this correctly. Thank you for some assistance. Philip

  • I am having trouble simply getting into my account

    Hello I am a firsdt time user and am really frustrated. I have just replaced my iphone and am having trouble getting into my account in order to sync my phone

  • Where to Ask?

    I'm certain this is the wrong place to ask, but I haven't been able to figure out where/who to ask how to change my login name. I would rather my full name no longer appeared in all my posts. None of the preferences I have searched in offered this op

  • Shortcuts: Change brightness to F1 and F2 key from

    Good morning All. The F1 and F2 keys on my Apple Wireless Keyboard no longer control the brightness settings for my LED Cinema Display.  The shortcut has changed to F14 and F15.  The keyboard itself still works fine - and the F1 and F2 buttons do sti