Change of Min Pool Size has no effect?

Hi, we are still using odp 9.2.0.4 on windows server 2003 webserver and oracle database 9i on Sun solaris. Recently we discovered a problem using Min Pool Size = 1, it seems that if new connections are required we sometimes get a connection timeout. So we decided to set Min Pool Size = 30, and on the testserver this works fine. In the odp tracefile (tracelevel=2) you see the 30 connections building up immediately. But on the production server we see no difference, it looks like the (new installed, application pool reset) application still uses the Min Pool Size = 1 setting.
The connection string is build up in application code. On the testserver it was sufficient to stop and start the website and its application pool, on the production server this has no effect.
Does anyone have an idea what the problem is??? We also tried restarting the IIS server, that did not help either. In production there are more applications using ODP.
Regards, Paul.

What problem are you trying to solve at this point? Simply "why is odp not tracing?" The only suggestions I really have there are
1) make sure you restart the app after enabling tracing parameters
2) make sure the directory you've set tracing to is open as far as permissions
3) make sure you've set tracing in the right registry setting if you have multiple versions of ODP installed
4) if you're trying to write to c:\ root, try creating and pointing to a different (c:\odptrace for example) directory instead.
Hope it helps,
Greg

Similar Messages

  • Changing default interface font size has no effect

    Just setup my shiny new iMac with 5K retina display.  Images in Lightroom, of course, look stunning on the display. Problem is that all the interface elements are now displayed at a very small size.  I've tried setting the font size in Preferences/Interface to "Large", but nothing changes.  Any suggestions?  With the increasing use of 4K and now 5K displays, I'd think being able to set a more easily readable font size for the interface elements (while still displaying images in all they retina-resolution goodness) would be an important option to have.  Thanks.,

    Lightroom 5 the font sizes changed to Small, Medium, Large 150% and Largest 200%  (the last one is what you want for QHD displays.)
    LR4 only had 3 font size choices (Auto,Small and Large) and does not support QHD/4K displays.

  • Changing bounds origin of UIView has no effect

    I try to pan/scroll a big image(500x500) in a small frame (200,200) like in Google Maps. Changing bounds origin of UIImageView has no effect. The same part of image is displayed by the view.
    IBOutlet UIImageView *image;
    -(void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event
    CGRect bounds=[image bounds];
    bounds.origin.x=bounds.origin.x+10;
    bounds.origin.y=bounds.origin.y+10;
    [image setBounds:bounds];
    Does anyone have any idea what is wrong?

    Ok, I found out what's wrong.
    To "pan" an image you have to change bounds origin of PARENT view.
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    CGRect viewRect = CGRectMake(50, 50, 100, 100);
    UIView* myView = [self createView:viewRect withColor:[UIColor redColor]];
    UIView* childView = [self createView:CGRectMake(0, 0, 50, 50) withColor:[UIColor blueColor]];
    [myView addSubview:childView];
    [window addSubview:myView];
    myView.clipsToBounds=TRUE;
    myView.bounds=CGRectMake(45, 45, 100, 100);
    [myView release];
    [childView release];
    [window makeKeyAndVisible];
    -(UIView*) createView:(CGRect)viewRect withColor:(UIColor*)color
    UIView* myView = [[UIView alloc] initWithFrame:viewRect];
    myView.backgroundColor=color;
    return myView;
    }

  • Min Pool Size Option?

    Hi Guys
    We have having problems with connection pools remaining in a production environment.
    We have of course checked to make sure that all objects are closed and disposed and all connections close correctly in our dev and test environments.
    In most cases each user only every opens one connect to the database from a ASP.NET application running in IIS 6.0 (.Net Framework 1.1) using Oracle Data Access Components 10.2.0.2.20. These connections appears to remain for days and in the case where multiple connections they appear to slowly close and again leave the single remaining connection open for days.
    Any ideas do we need to set the Min Pool Size to Zero?
    How long should it take to close connections that are not in use?
    Sample code...
    Private Sub btODPConnect_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btODPConnect.Click
    Dim strConn As String
    Dim mConn As New Oracle.DataAccess.Client.OracleConnection
    strConn = "Password=" & txtPassword.Text & ";User ID=" & txtUsername.Text & ";Data Source=" & txtDatabase.Text & ";Min Pool Size=0;"
    mConn = New Oracle.DataAccess.Client.OracleConnection(strConn)
    mConn.Open()
    If mConn.State = ConnectionState.Open Then
    ASPNET_MsgBox("Connection Open!")
    End If
    mConn.Close()
    mConn.Dispose()
    mConn = Nothing
    End Sub
    Thanks in advance P

    What problem are you trying to solve at this point? Simply "why is odp not tracing?" The only suggestions I really have there are
    1) make sure you restart the app after enabling tracing parameters
    2) make sure the directory you've set tracing to is open as far as permissions
    3) make sure you've set tracing in the right registry setting if you have multiple versions of ODP installed
    4) if you're trying to write to c:\ root, try creating and pointing to a different (c:\odptrace for example) directory instead.
    Hope it helps,
    Greg

  • Changing a mobile users password has no effect

    Hi!
    Changing a mobile account users password on the server doesn't work. On a 10.7.4 server I changed a network user's password, who has a mobile account and was connected to the local network, but he could not log in with either the old or the new password?!?!? I could understand if the change didn't work if the user was off site, but shouldn't this "just work"? I tried both in Server.app and WGM, but still not working. When setting the old password on the server again, it worked!
    Anyone else had this problem? Any solutions. It has happened to 2 users, same story. Clients are 10.6.8 clients.

    Ok, I found out what's wrong.
    To "pan" an image you have to change bounds origin of PARENT view.
    - (void)applicationDidFinishLaunching:(UIApplication *)application {
    CGRect viewRect = CGRectMake(50, 50, 100, 100);
    UIView* myView = [self createView:viewRect withColor:[UIColor redColor]];
    UIView* childView = [self createView:CGRectMake(0, 0, 50, 50) withColor:[UIColor blueColor]];
    [myView addSubview:childView];
    [window addSubview:myView];
    myView.clipsToBounds=TRUE;
    myView.bounds=CGRectMake(45, 45, 100, 100);
    [myView release];
    [childView release];
    [window makeKeyAndVisible];
    -(UIView*) createView:(CGRect)viewRect withColor:(UIColor*)color
    UIView* myView = [[UIView alloc] initWithFrame:viewRect];
    myView.backgroundColor=color;
    return myView;
    }

  • Changing formsettings via UI-Api has no effect

    Hy Everyone!
    I try to modify the FormSettings via the UI-Api. (show and hide Columns in a matrix)
    The Collumns are still visible also if i set all -> VisibleInForm = tNo.
    The only way to see an effect was to close and restart SBO, then open the form again.
    Does anybody knows a way to change the FormSettings so that i can open a certain
    Form without closing SBO first and have all the collumns visible or invisible?
    Here is my code, it only works with close and reopen SBO....
        Dim oCmpSrv As SAPbobsCOM.CompanyService
        Dim oFormPreferencesService As FormPreferencesService
        Dim oColsPreferences As ColumnsPreferences
        Dim oColPreferencesParams As ColumnsPreferencesParams
        Dim oColsPreferencesXmlFile As ColumnsPreferences
        Dim i As Integer
        'get company service
        Set oCmpSrv = oSBC.oDICompany.GetCompanyService
        'get Form Preferences Service
        Set oFormPreferencesService = oCmpSrv.GetBusinessService(ServiceTypes.FormPreferencesService)
        'get Columns Preferences Params
        Set oColPreferencesParams = oFormPreferencesService.GetDataInterface(FormPreferencesServiceDataInterfaces.fpsdiColumnsPreferencesParams)
        'set the form id (e.g. A/R invoice=133)
        oColPreferencesParams.FormID = "149"
        'set the user id (e.g manager= 1)
        oColPreferencesParams.User = oSBC.oDICompany.UserSignature
        'get the Columns Preferences according to the formId & user id
        Set oColsPreferences = oFormPreferencesService.GetColumnsPreferences(oColPreferencesParams)
        'change the width of all the visible items
        For i = 0 To oColsPreferences.Count - 1
            'check if the item is visible
            'If oColsPreferences.Item(i).VisibleInForm = BoYesNoEnum.tYES Then
                'set the width of the item
                oColsPreferences.Item(i).VisibleInForm = tYES
                oColsPreferences.Item(i).VisibleInExpanded = tYES
                oColsPreferences.Item(i).EditableInForm = tYES
                'oColsPreferences.Item(i).Width = 150
            'End If
        Next
        oFormPreferencesService.UpdateColumnsPreferences oColPreferencesParams, oColsPreferences

    Hi Andreas,
    This behavior is "by design":
    The preferences are loaded during B1 start - and cached until it is closed...
    Sorry,
    Frank

  • Setting Thread pool size

              Hi,
              I want to know if I set a system property "-Dweblogic.ThreadPoolSize", how will the
              WLS get to know that the pool size has been changed, at run time?
              E.g. I pass -Dweblogic.ThreadPoolSize=30 from the command-line. Then if I change
              the pool size to 40 at runtime, is there any event that I can fire for the change
              in property through APIs?
              Thnx in advance.
              Best Regards
              Ali
              

    Disregarding what it is for, in my experience, tuning this setting rarely has much effect. For 6.1, the main thread pool related tunables to look at are the EJB thread pools and EJB max-beans... settings, the "default" thread pool, and the internal thread-pool for stand-alone clients -- all of which are mentioned in the performance guide.

  • TransactionScope has no effect - am I doing something wrong here ?

    I've so far been unable to get TransactionScope working with the Oracle 10g express database I'm using for development (have yet to try with other versions of Oracle).
    I suspect the problem is simple that the 2.0 ODP beta still doesn't have support for it.
    I'm looking at potentially switching to SQL-Server for our current project if I won't be able to use TransactionScope with Oracle in the near future (a month or two tops.).
    I've been redirected here by John Balogh from Oracle support who tells me that a member of the ODP development team should be able to answer my questions here.
    I've included the version details and a piece of sample code below:
    .NET runtime: 2.0.50727
    ODP: 10.2.0.100
    Oracle db: 10g express (will be upgraded to a full 10g version when we start deploying to the test servers in the coming weeks)
    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.Transactions;
    namespace OracleTransactionScope
    class Program
    static void Main(string[] args)
    //create table for testing
    string connectionString = "Data Source=xxx;User Id=xxx;Password=xxx";
    Oracle.DataAccess.Client.OracleConnection conn = new Oracle.DataAccess.Client.OracleConnection(connectionString);
    conn.Open();
    Oracle.DataAccess.Client.OracleCommand com = new Oracle.DataAccess.Client.OracleCommand();
    com.CommandText = "drop table TBL_TEST";
    com.Connection = conn;
    try
    com.ExecuteNonQuery();
    catch (Oracle.DataAccess.Client.OracleException oe) { }
    com.CommandText = "create table TBL_TEST ( TEKST VARCHAR(4000 BYTE) )";
    com.Connection = conn;
    com.ExecuteNonQuery();
    com.CommandText = "insert into tbl_test values('initial value')";
    com.ExecuteNonQuery();
    conn.Close();
    //update table inside a transactionscope without completing it - should rollback any changes
    using (TransactionScope scope = new TransactionScope())
    conn = new Oracle.DataAccess.Client.OracleConnection();
    conn.ConnectionString = connectionString;
    conn.Open();
    com = new Oracle.DataAccess.Client.OracleCommand();
    com.Connection = conn;
    com.CommandText = "update tbl_test set TEKST = 'this should be rolled back'";
    com.ExecuteNonQuery();
    conn.Close();
    //at this point the contents of the TBL_TEST table should be "initial value" but are
    //in fact "this should be rolled back". This test setup works fine when run against a
    //MS SQL Server

    Again, all I am doing is :
    [TestFixture]
    public class TestClass
    private const string tam0ConStr =
    "Data Source=tam0; enlist=true;" +
    "User Id=A01IEE;Password=********" +
    "Min Pool Size=5;Max Pool Size=25;" +
    "Incr Pool Size=10;Decr Pool Size=5;";
    private const string conStr =
    "Data Source=dbc3; enlist=true;" +
    "User Id=cjb6268;Password=********;" +
    "Min Pool Size=5;Max Pool Size=25;" +
    "Incr Pool Size=10;Decr Pool Size=5;";
    private readonly string sql = string.Format(
    "Insert Into CBCSupport.TestTable" +
    "(TestText)Values('{0:HH:mm:ss}')",
    DateTime.Now);
    [Test]
    public void TestTxScope()
    using (var scop = new TransactionScope(TransactionScopeOption.RequiresNew))
    var con = new OracleConnection(conStr);
    var cmd = new OracleCommand(sql, con)
    {   CommandType = CommandType.Text,  CommandTimeout = 20};
    cmd.Connection.Open();
    cmd.ExecuteNonQuery();
    //scop.COmplete();
    And even though the scop.complete is commented out, the insert is committed, and is visible frm SQL Plus... Indeed, if I stop the code immediately after the cmd.ExecuteNonQuery(); , before the transactionScope dispose executes, I still can see the new row in the table...
    How do you get this to work ??

  • Font weight has no effect in legend in flex 4

    Font weight,Font size has no effect in legend in line chart. Also i have trouble with date time axis.What should i do about it

    Good question. That is the funny thing! With echo %classpath% everything seems to be o.k. But not one of my java editors will recognize this package. When I use this package on my other computer (XP Home) everything will be recognize correctly.
    The only way for me was to kill alle entries in all classes which are defining the package name. But this solves my main problem only temoprarry.
    P.S. Sorry , English is not my native language ;-).

  • Remote content bar does not appear for some emails with images specifically daily Twitter updates. Changing options to allow all remote content has no effect

    The broken image symbol appears in place of the images but associated web links do work ok.
    Changing options to allow all remote content has no effect. Senders' addresses are in my address book and on the exceptions list.
    Some emails (from other sources) load perfectly. Using Kaspersky Internet Security 2015 on Windows 8.1. Thunderbird 31.4.0
    Any help appreciated.

    You only need to post a URL to your web site. We can see your code in Browser.
    So, your page looks OK to me in Firefox, but when I tried to check it in IE, it choked my browser and closed it.
    You have quite a few code validation errors - no document type declaration, etc... Start by fixing these reported errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fntp.neuroscience.wisc.edu%2F
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Resource_manager_plan and Reserved pool size  parameter changing every time

    Hello All,
    In my production database (Oracle 11g  RAC )Resource_manager_plan and Reserved pool size  parameter changing every time .
    Below is my question .
    This parameter changed automatically  or it require manual intervention .
    In what case this parameter changed if it automatically changed.
    I had checked dba_hist_parameter a, dba_Hist_snapshot b table for parameter changed history parameter changed .
    This parameter linked with process and sql performances?.
    Please help me . Thanks .
    Regards
    Ranjeet

    When scheduler window opens, its resource plan becomes active. For example, MONDAY_WINDOW begins on monday at 22:00. At this time current plan is changed to DEFAULT_MAINTENANCE_PLAN. At 00:00 (Tuesday) plan that was active before monday 22:00, becomes active. DEFAULT_MAINTENANCE_PLAN is used for Autotask clients :
    select client_name,WINDOW_GROUP from DBA_AUTOTASK_CLIENT ;
    CLIENT_NAME                     WINDOW_GROUP
    auto optimizer stats collection ORA$AT_WGRP_OS
    auto space advisor              ORA$AT_WGRP_SA
    sql tuning advisor              ORA$AT_WGRP_SQ
    select * from DBA_SCHEDULER_WINGROUP_MEMBERS where WINDOW_GROUP_NAME in (select WINDOW_GROUP from DBA_AUTOTASK_CLIENT);
    WINDOW_GROUP_NAME WINDOW_NAME
    ORA$AT_WGRP_OS    MONDAY_WINDOW
    ORA$AT_WGRP_OS    TUESDAY_WINDOW
    ORA$AT_WGRP_OS    WEDNESDAY_WINDOW
    ORA$AT_WGRP_OS    THURSDAY_WINDOW
    ORA$AT_WGRP_OS    FRIDAY_WINDOW
    ORA$AT_WGRP_OS    SATURDAY_WINDOW
    ORA$AT_WGRP_OS    SUNDAY_WINDOW
    ORA$AT_WGRP_SA    MONDAY_WINDOW
    ORA$AT_WGRP_SA    TUESDAY_WINDOW
    ORA$AT_WGRP_SA    WEDNESDAY_WINDOW
    ORA$AT_WGRP_SA    THURSDAY_WINDOW
    ORA$AT_WGRP_SA    FRIDAY_WINDOW
    ORA$AT_WGRP_SA    SATURDAY_WINDOW
    ORA$AT_WGRP_SA    SUNDAY_WINDOW
    ORA$AT_WGRP_SQ    MONDAY_WINDOW
    ORA$AT_WGRP_SQ    TUESDAY_WINDOW
    ORA$AT_WGRP_SQ    WEDNESDAY_WINDOW
    ORA$AT_WGRP_SQ    THURSDAY_WINDOW
    ORA$AT_WGRP_SQ    FRIDAY_WINDOW
    ORA$AT_WGRP_SQ    SATURDAY_WINDOW
    ORA$AT_WGRP_SQ    SUNDAY_WINDOW

  • DBACOCKPIT storage information update when filesystem size has changed

    Hello Experts,
    I'm playing around with db2, linux and virtualization...
    I reduce the file system size where the /db2 is mounted on. Problem is that TC dbacokpit shows the same information under space->automatic storage -> summary  as before the file system was reduced. I understand that with automatic storage DB2 will grow as need, but
    what happen when file system is shrunk ??
    do I have to do something in order to have dbacockpit to show accurate informating regarding the real available space in the file system once its size has changed?
    is there any danger on having dbacockpit reporting wrong available space on the file system?
    thank you

    Hello,
    Validate if standard job SAP_COLLECTOR_FOR_PERFMONITOR is scheduled hourly, if not, schedule it in client 000 with DDIC user. Review logs too, maybe there is an error shown in job logs.
    Also, you should take a look to SAP Note 1508792: "Refresh does not work in DBACockpit" or  SAP Note 1002840: "No data or obsolete data in DB Space Statistic monitor" may be helpfull too.
    Best regards,
    Isabel

  • IDCS6 Mac - Transforming in a document whose size has changed...

    In one of the plugins I am porting to CS6 I have this code that works in all earlier versions of InDesign:
    TransformInnerPointToPasteboard(PageGeometry, &StartPoint);
    TransformInnerPointToPasteboard(PageGeometry, &EndPoint);
    The context:  I am creating a box for text.  The box lays mostly off of the document on the pasteboard.  It will contain processing information for all the prepress gang to review as they edit the submissions from our customers. 
    The problem:  If the document size has been changed, the box is not placed correctly.  I have monitored the coordinates that are supposed to be calculated prior to the Transform call and they are correct.  If the document size has not changed, the box appears where expected.  If the document size has changed at any time, the box is moved upward and to the right several picas. 
    Is there a new step I need to be taking in order to force the program to use a refreshed transform matrix? Or is this a bug within CS6?
    R,
    John

    @Colly –  sometimes we use descriptive variables to illustrate something. The "my" in the name is always an indication, that a variable is in play, that has to be defined elsewhere… We could debate now, if that is "good style" or not, but no. I don't do that right now ;-)
    It's kind of "dummy" code and not meant to work immediately.
    In the case of "myDocument", you could use an additional line of code to define the variable "myDocument" at the start of the snippet and leave all other incidences of "myDocument" unchanged in the code:
    var myDocument = app.activeDocument;
    or you work with index 0 in an array like fashion:
    var myDocument = app.documents[0];
    or in a collection like fashion ("documents" is a collection of single document objects, and if you want to point out that to you, use the following syntax):
    var myDocument = app.documents.item(0);
    or you could have worked with the name of an open document (amongst others):
    var myDocument = app.documents.itemByName("MyDocumentName.indd");
    There are other examples as well…
    Uwe

  • My default print size has changed to 130%.  I have tried everything to change it back to 100%.  Any suggestions?

    My Mac Mail default print size has somehow changed from 100% to 130%.  I have tried everything to change it back to 100% with no resolve.  Help!

    I'm using Tiger right now, but I believe Leopard is the same. Select Page Setup from the Menu. Input 100% in the Scale block. Then at the top of the Page Setup window, click the arrow on Settings & change from Page Attributes to Set As Default.
     Cheers, Tom

  • Wrong Channels Being Mapped for 5.1 - Changing Has No Effect.

    I just setup a new edit suite using a Blackmagic Decklink Extreme 3D Card, running on a PC with Windows 7.
    Initially my 5.1 channel mapping required altering in Premier to get the correct output to the correct speakers but once sorted all worked great.... until today! For some reason no matter what I do some of the channels are now mixed up, and changing the mapping preferences has no effect. I am getting the Centre channel coming from the Rear Right and Rear Left is coming out of the Sub! I have my preferences set to output from the BlackMagic Audio Device, but even swapping left and right channels has no effect.
    If I flick over to Audition and map the channels for a 5.1 mix it works fine and has the correct output which I guess rules out a problem with the DeckLink. This is REALLY frustrating me, any suggestions or advice on what could be the issue with premier would be greatly appreciated!

    Moderator advice: Please read the announcement(s) at the top of the forum listings and the FAQ linked from every page. They are there for a purpose.
    Then edit your post and format the code and CSS correctly.
    db

Maybe you are looking for

  • Can i connect my iMac to a mac mini (wirelessly) and control the mac mini display on my TV?

    Can i connect my iMac to a mac mini (wirelessly) and control the mac mini display on my TV?

  • Document opening error in DMS

    Hi, We are using SAP Solution Manager 7.1. We have defined the BPS and have stored the documents using DMS. For some of the documents in DMS when the users try to open them they get the following pop-up box:- At times after clicking 'OK' the document

  • Maintain Default cost element in Controlling area - FI660

    Dear All, We have implemented PS module for some company codes and hadn't implemented for others, when we are trying ot create a downpayment requrest its asking for default cost element assignment. We would like to know wheather this default cost ele

  • What does this look like?

    Today when I turned on my MBP it seems that near the top right there is a darker crescent shaped area. I don't remember having this until today, though I have been using my laptop in clamshell mode for a while. Not sure why this is happening because

  • Tip for converting AVI w/divx & DVDs to iPod

    As many others here have done, I purchased QuickTime Pro to use as a conversion tool to get various videos into my iPod. As I quickly found out, QuickTime Pro for Windows (QTPW) is pretty lame. It can't handle the Divx video codec used in some AVI fi