First request slow

I have been running weblogic on a development machine for some time now, and
recently we have gotten a server, and started to test on that
The server has a faster CPU, and more memory, and so we give the server a
larger heap size, naturally this speeds up most requests by a great deal,
but we have noticed that the first request to a page, whether it goes to a
servlet, or just returns a HTML/JavaScript page (we may move the static
pages to a more appropriate server at a later date, but anyway), is
significantly slower on the server than on the development PC.
The only different in how weblogic is run is that on the server it has 256M
heap size, whereas it has 32M on the development machine,a nd the
connectionpools are several times the size on the server.
Does anyone have any idea of why this might be? or is this likely to be
something application specific?
terry

This is probably what we will do, I was just wondering if we had done
something obviously 'duh'.
And that is a simple yet effective plan, I wish that I had thought of it,
thanks.
terry
Mike Reiche <[email protected]> wrote in message
news:[email protected]...
>
You may wish to consider a tool that 'warms-up' WLS by hitting all
the pages.
The simplest would be a page with all URLs on them - just click
on each one.
mike
"terry" <[email protected]> wrote:
The server is also a PC, running the same version of windows
(NT 4). I'll
have a look at the jar thing, and, yes, it is just a nuisance
(unfortunately
it's the sort of thing that crops up most often when demoing
a page to
management or clients)
terry
Mike Reiche <[email protected]> wrote in message
news:[email protected]...
And the server is... not a PC? What then?
First requests are slow because the JVM needs to loadthe classes
from disk the first time. If you deploy your applicationin a
jar file rather than in a serverclasses directory, itmight be
a little faster. It sounds like more of a nuisance thana serious
problem.
Mike
"terry" <[email protected]> wrote:
I have been running weblogic on a development machine
for some time now, and
recently we have gotten a server, and started to test
on that
The server has a faster CPU, and more memory, and so
we
give the server a
larger heap size, naturally this speeds up most requests
by a great deal,
but we have noticed that the first request to a page,
whether it goes to a
servlet, or just returns a HTML/JavaScript page (wemay
move the static
pages to a more appropriate server at a later date,but
anyway), is
significantly slower on the server than on the development
PC.
The only different in how weblogic is run is that onthe
server it has 256M
heap size, whereas it has 32M on the development machine,a
nd the
connectionpools are several times the size on the server.
Does anyone have any idea of why this might be? oris
this likely to be
something application specific?
terry

Similar Messages

  • Error on server - printing stopped - Very First request to print any report

    vs2010 sp2
    CR13 sp1
    CR12 developed reports requested in app with no mods
    I'm getting there but I can't get the very first print request honored regardless of
    size to print on the very first request but will print when re-requested.
    A very large detailed report (+300 pages) errors as well.  The running time is
    over 1 hour from rendering to print.  The printing starts to spool but errors.
    I've caching, sessions to keep the large report alive.
    I have also increased timeout on the server.
    Thanks,
    Isaac

    Is is a website/web app
    I found the following which makes sense in relation to initial prints etc.
    Can you or someone tell me where to make this change in II6
    which we are using on the sql server 2000 box (initially I was was told it was 2003)
    ActiveX printing fails in the .NET web form viewer when IIS GZip Compression is in use. As a result, the following error message appears:
    "A Communication Error Occurred. Printing will be stopped".
    Cause
    This is a known issue with Crystal Reports .NET. This issue has been assigned Track ID ADAPT00459349. At time of writing, there are no file updates to resolve this issue.
    Resolution
    To work around this issue, do one of the two suggestions offered below:
    Disable compression for the following mime types:
    application/x-eor (end of report)
    application/x-ack (acknowledgement of printing finishing)
    application/x-epf (encapsulated page format)
    -OR-
    Use HTTPZip instead of GZip for compression.
    Thanks,
    Isaac

  • Adding ADF task flow to page as region fails on first request

    Using JDeveloper 11.1.1.1.0, I've created a simple task flow that executes a method call (to set some bind variables and issue a SQL query), then forwards to a jsff page. I've then added a region to another page and dragged this task flow onto my region.
    When I run the page, I see the following in the log:
    <24-Jul-2009 14:22:29 o'clock BST> <Error> <HTTP> <BEA-101020> <[ServletContext@19304275[app:pipeline module:pipeline path:/pipeline spec-version:2.5]] Servlet failed with Exception
    java.lang.NullPointerException
         at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:234)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1187)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)
         Truncated. see log file for complete stacktraceAnd the Page Loading animation continues indefinitely. If I make a second request to the same page, the same NullPointerException appears in the log but the page loads successfully. It seems that the first request from any new session doesn't complete, but subsequent requests do.
    Can anyone give me any hints about what might cause the oracle.adfinternal.view.faces.renderkit.rich.FormRenderer to throw a NullPointerException at line 234?

    Hi Branislav.
    Since I don't have the source code for oracle.adf.* and oracle.adfinternal.*, it's very difficult to do any meaningful debugging. Debugging the code that I do have access to (apache packages), appears to show that the oracle rendering class fails when it gets to closing my af:form tag. I've removed the af:form and the page is now working correctly.
    At some point I'm going to have to reinstate this form though :-\

  • Execution of first request takes lot of time with JDBC OCI

    Hi,
    We are having an application which connects to Oracle server(10g Enterprise Edition Release 10.2.0.4.0 64bit) using Oracle JDBC OCI driver(10.2.0.1.0 production (10g R2)).
    Everything works fine.
    But what we observed is randomly the first request to the server vai JDBC driver in a day takes lot of time, varies from 5-15 minutes.
    If we execute the request again it executed immediately
    What we observed while debugging is preparedStatement.executeQuery() is taking time.
    We enabled logging at the JDBC driver layer and a snapshot isgiven below. Between T2CPreparedStatement.doDefineExecuteFetch () and T2CPreparedStatement.execute_for_rows () it takes 5 minutes. Any idea why it takes this much time and reason for it? Oracle driver is not throwing any exceptions
    *4-apr-2011 4:00:01* oracle.jdbc.driver.T2CPreparedStatement doDefineExecuteFetch
    FINE: T2CPreparedStatement.doDefineExecuteFetch ()
    *4-apr-2011 4:05:12* oracle.jdbc.driver.T2CPreparedStatement executeForRows
    FINE: T2CPreparedStatement.execute_for_rows () returns: void
    Detailed jdbc log is below
    -apr-2011 4:00:01 oracle.jdbc.driver.OracleStatement doExecuteWithTimeout
    FINE: OracleStatement.doExecuteWithTimeout() needToPrepareDefineBuffer = false
    4-apr-2011 4:00:01 oracle.jdbc.driver.PhysicalConnection needLine
    FINE: PhysicalConnection.needLine()--no return
    4-apr-2011 4:00:01 oracle.jdbc.driver.PhysicalConnection registerHeartbeat
    FINE: PhysicalConnection.registerHeartbeat()
    4-apr-2011 4:00:01 oracle.jdbc.driver.OracleStatement executeMaybeDescribe
    FINE: OracleStatement.execute_maybe_describe() rowPrefetchChanged = false, needToParse = false, needToPrepareDefineBuffer = false, columnsDefinedByUser = false
    4-apr-2011 4:00:01 oracle.jdbc.driver.T2CPreparedStatement executeForRows
    FINE: T2CPreparedStatement.execute_for_rows (executed_for_describe = false)
    4-apr-2011 4:00:01 oracle.jdbc.driver.T2CPreparedStatement doDefineExecuteFetch
    FINE: T2CPreparedStatement.doDefineExecuteFetch ()
    4-apr-2011 4:05:12 oracle.jdbc.driver.T2CPreparedStatement executeForRows
    FINE: T2CPreparedStatement.execute_for_rows () returns: void
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleStatement executeMaybeDescribe
    FINE: OracleStatement.execute_maybe_describe():return validRows = 1, needToPrepareDefineBuffer = false
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleStatement doExecuteWithTimeout
    FINE: OracleStatement.doExecuteWithTimeout():return validRows = 1, needToPrepareDefineBuffer = false
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl next
    FINE: OracleResultSetImpl.next(): closed=false
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl next
    FINER: closed=false, statement.currentRow=-1, statement.totalRowsVisited=0, statement.maxRows=0, statement.validRows=1, statement.gotLastBatch=true
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl getString
    INFO: OracleResultSetImpl.getString(columnIndex=1)
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl getString
    INFO: OracleResultSetImpl.getString(columnIndex=2)
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl getString
    INFO: OracleResultSetImpl.getString(columnIndex=3)
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl getTimestamp
    INFO: OracleResultSetImpl.getTimestamp(columnIndex=4)
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl wasNull
    INFO: OracleResultSetImpl.wasNull()
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl next
    FINE: OracleResultSetImpl.next(): closed=false
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl next
    FINER: closed=false, statement.currentRow=0, statement.totalRowsVisited=1, statement.maxRows=0, statement.validRows=1, statement.gotLastBatch=true
    4-apr-2011 4:05:12 oracle.jdbc.driver.PhysicalConnection needLine
    FINE: PhysicalConnection.needLine()--no return
    4-apr-2011 4:05:12 oracle.jdbc.driver.T2CPreparedStatement closeQuery
    FINE: T2CPreparedStatement.closeQuery ()
    4-apr-2011 4:05:12 oracle.jdbc.driver.T2CPreparedStatement closeQuery
    FINE: T2CPreparedStatement.closeQuery () returns: void
    4-apr-2011 4:05:12 oracle.jdbc.driver.OracleResultSetImpl close
    INFO: OracleResultSetImpl.close()
    Regards
    Sunil

    Hi,
    Thanks for the reply
    - SQL may vary. Its not the same query which takes time always. The same query executed immediately(using another connection from pool) works perfectly
    - If there is a failover or stale connection getting closed or timeout, will JDBC driver thhrows exdeption? I didn't see any exceptions in the driver logs. Is there anyway to identify whether failover or timeout is happening?
    Some other points
    - The application uses connection pooling. This means that connections are created in the beginning and kept in the pool. And it may be in the pool for 72 hours or , before this issue happens
    - Application uses prepared statements and the statements are preapred and kept and re used later. So the query which take s more time might be prepared before 48 hours or so.
    - This is not happening every day. Many times the pattern is , it happens after 60-72 hours after application is started.
    Sunil

  • Forwarding the first request to front pages?

    Hi,
    I was trying to forward the first request directly to front pages other than the default home page, but it seems that it will go to only portal home page only
    for ex. response.forward("/myportal.portal?_nfpb=true&pageLabel=myFrontPage");
    but it's going to main Home page not to the front page.
    Can any one knows how to resolve this kind of situation?
    Thanks in advance!

    Hi
    Couple of things.
    1. Try using this below API to get ProfileWrapper and see if that helps. This is what I use on my side after login action, and I could get user profile details.
    ProfileWrapper aProfileWrapper = ProfileFactory.getProfile(loginId, null);
    http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14255/index.html
    2. Now, in the backing file, you are setting some properties. Which lifecycle methods are you setting them in. Like in handlePostBack or preRender. For time being, set them in both these methods and add proper System.out.printlns to observer which method is actually getting invoked. handlePostback gets called only when we move across tabs, as per my observation so far. So I set them or get them in preRender method.
    Thanks
    Ravi Jegga

  • Cannot get RequestDispatcher for the first request

    Hi everybody,
    I've a servlet which after doing some processes, will forward to another jsp page. I found that the first request of this servlet after Tomcat is restarted always fail -- a blank page is returned instead of the target jsp page of the forward method.
    Below is my code:
    RequestDispatcher rd = null;
    rd = request.getRequestDispatcher('target.jsp');
    if (rd != null) {
    rd.forward(request, response);
    else {
    System.out.println('rd is NULL!!??');
    A blank page is returned because the request.getRequestDispatcher('target.jsp') method returned null and I did not print any output in this case. But the servlet (forward method) works fine for the second or later requests.
    I suspected that the first call of request.getRequestDispatcher('target.jsp') returns null is because the target.jsp is not loaded into the servlet container yet. Am I right? If this is the case, is there anything that I can do to solve it?
    The Tomcat I am using is version 4.1.27
    Many thanks.

    Hi tolmank,
    It works now, thank you very much. But I still don't understand why, can you explain it to me please.
    Thanks

  • First Request fails with Error 500.00

    Good morning Pro's!
    Although I have allready installed many ColdFusion release's, I'm running in a very strange problem with my ColdFusion 8.01 32bit on my Windws 2008 R2 64bit (IIS7) server:
    When I'm trying to connect to any ColdFusion Website, the FIRST request fails with an 500.00 Error -> IsapiModule - ExecuteRequestHandler - AboMapperCustom-18532 - ErrorCode: 0x800703e9. When I reload the page, the Website is running until I restart IIS and the same problem starts again.
    AppPools are configured to 32-bit Apps
    Thanks for your help!
    Mätu

    I solved the Problem
    I had to set the UserRights of the IIS_IUSRS to FullAccess for the ColdFusion Dir

  • Web cache crash after serving first request from Mozilla browser

    Observing this with version 2.0.0.0.0 of the web cache. The first request from a Mozilla browser is successfully responded to - snoop output shows html delivered correctly in response to the GET. Immediately after that request is satisfied, the webcached is not running, with no core file or mention in event_log as to what could be wrong even in verbose mode -- last mention in the event log is "cache inserted one file '/foo.html' in bucket 47630".
    The problem occurs even with default cacheability rules- changing expiration rules seems to make no difference.

    There were some problems with the 2.0.0.0.0 version with regard to the size of response headers. Please download the 9.0.2.0.0 version and see if that fixes the problem. This is the version you should be evaluating anyway. 2.0.0.0.x is over a year old now and 9.0.2.0.0 has undergone more testing and trial deployments than in previous releases.

  • Zend AMF extremely slow first request

    Hi all,
    I'm having a weird problem with Zend AMF and was wondering if anyone else has seen this before.
    I've got a very simple PHP/MySQL backend that returns multidimensional arrays to Flex via Zend AMF.
    Now this all worked fine up to the point that I started testing my app with a remote server instead of my local test server.
    With the remote server I noticed that sometimes, but always the first time, some PHP function is called it takes forever to call the callback function with a result. I'm talking about around 1 to 2 minutes!
    Now, when I call that same php function via a normal url every time it returns the right results in a couple of milliseconds.
    When the function has been called once it seems to be ok and next time it's called it returns results within milliseconds.
    I've had a look with a network sniffer to see if the transfer of data takes long, but that's all fine...
    So it looks to me as if it just takes forever before the RemoteObject calls it's callback function.
    I'll be testing with some stripped down code later tonight and will also set it up on a different server, but I was hoping someone else has seen this and knows a workaround...
    Thanks
    Skip

    Hmm, i just did some more tests, but the results do update so it doesn't look like it's a cached result.
    I'm not entirely sure but it looks like when multiple AMF methods are called too close to each other they are combined into one HTTP POST request to the AMF gateway. When this happens the response is extremely slow, whereas when I have make the second call after the first one has finished completely the response is ok (around 200 milliseconds).
    You wouldn't happen to know how RemoteObject handles multiple calls to an AMF backend, right?

  • First Request to BlazeDS is VERY slow. why?

    Hi guys,
    When I executing first RPC via AMF on my blazeDS from flex it's so slow. It's take about 10s (!)
    Each next request is executing much faster, I didn't benchmark it but I'm sure it's less than 0.5s
    I'm beggining in flex/blazeDS/java development so please be patient.
    My web server is 6.0.14
    JVM 1.6.0_17-b04
    BlazeDS 3.2.0.3978
    it's my first post
    Regards,
    Beynar

    Hello Beynar,
    Which Servlet container are you using? Most likely the problem you are experiencing comes from caching and other configuration derived from container's settings.
    Sadly, I'm also experiencing similar problem in performance. Currently, using Glassfish and switching to Tomcat.

  • Problem in first request's navigation in JSF

    Hi all
    I want to redirect to first page of application thru faces-config. Please have look at the code flow
    1. First time request comes to our Java filter, this filter forward the controle to our facelets (i.e. dispatcher.xhtml).
    2. From this facelets we are calling servlet as manage bean, like this.. <h:outputText value="#{servletBean.analyseRequest}"/>
    3. Now in this servlet (servletBean) we are doing some processing and after completion of task i want to go back to faces-config for navigation.
    4. in the faces-config.xml i have written like this -
    <navigation-rule>
         <from-view-id>/facelets/dispatcher.xhtml</from-view-id>
         <navigation-case>
                   <from-outcome>success</from-outcome>
                   <to-view-id>/facelets/port.xhtml</to-view-id>
              </navigation-case>
         </navigation-rule>
    But in my case the control is going to port.xml.
    Can anyone tell me what am i missing something?
    Any help would be really appreciated.
    thanks.

    can anyone has any idea about it?

  • First request to application throws 500 error

    We're on an Windows 2003 box with IIS. After the app is
    inactive for awhile users will get a 500 error but if they request
    the same page again, it displays fine.
    We've done a variety of things including setting an IIS keep
    alive type of parameter way up, but the error continues to show up.
    The problem exists across applications which have worked fine in
    other environments so it doesn't appear to be application-specific.
    Has any one run into a problem with CF 7 not working when you
    first hit an application, then starting to work after that?
    Any suggestions for solutions?

    I've been trying to resolve the problem looking exactly like
    this for a while now. Unfortunately I don't have a solution so far.
    In our case I noticed that IIS returns HTTP 500 after some
    inactivity not only for ColdFusion pages, but for other files as
    well (.js file for instance). This got me thinking if it's
    ColdFusion-related at all.
    There is still a chance it's somehow related to ColdFusion,
    since by default it seems to install a wildcard application mapping
    for its connector.
    Anyway, this might give you a couple of ideas on where to
    start.
    BTW, try checking IIS logs for win32 error code - might be
    it'll shed some light on the problem.
    Please let me know if you happen to manage to resolve the
    issue.
    Thanks in advance

  • User profile is not avaliable on the first request to portal.

    Hi, I am having a problem with anonymous user profile.
    When user come to our portal for the first time:
    1) In desktop backing file we will initialize it's anonymous profile.
    ProfileWrapper userProfile = SessionHelper.getProfile(SessionHelper.getSession(request, true));
    userProfile.setProperty("UserProperties", "user-region-name", "Germany");
    2) The in Java Page Flow action I could read or change this value, but in the following forwarded .jsp page
    I read only NULL values.
    In the JSP I tried to read it by scriptlet, tags.
    <%
    ProfileWrapper userProfile = SessionHelper.getProfile(session);
    String segmentJ = ((String) userProfile.getProperty("UserProperties", "user-region-name"));
    System.out.println("JSP CODE:"+segmentJ);
    %>
    JSP CODE: [<%=segmentJ%>]
    <profile:getProperty propertyName="user-region-name" propertySet="UserProperties" id="segment"/>
    ruser-region-namee : <c:out value="${segment}"/><br>
    But in the both situations I read only NULL values.
    In the next request(F5) all values are accessible.
    Please adivice how can I read user profile or deal with it in correct way?
    P.S At the same moment I couldn't read user profile in the Struts portlet at all. :(
    Thanks

    Hi
    Couple of things.
    1. Try using this below API to get ProfileWrapper and see if that helps. This is what I use on my side after login action, and I could get user profile details.
    ProfileWrapper aProfileWrapper = ProfileFactory.getProfile(loginId, null);
    http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14255/index.html
    2. Now, in the backing file, you are setting some properties. Which lifecycle methods are you setting them in. Like in handlePostBack or preRender. For time being, set them in both these methods and add proper System.out.printlns to observer which method is actually getting invoked. handlePostback gets called only when we move across tabs, as per my observation so far. So I set them or get them in preRender method.
    Thanks
    Ravi Jegga

  • Pixma Pro-10 prints first print slow

    Hello everyone,
    I'm looking for some help with my Pixma pro-10 and I'd be eternally grateful if anyone could solve my problem.
    I've had the printer for just under a year and in the past 3 months the issue has started happening more often.
    The printer intermittently prints slow, and it seems to happen when I change paper sizes.  Lets say we're printing multiple copies of the same print, the first one will always print slow, then consecutive versions always print at normal speed.
    My set up is MacBook Air 2GHZ 8GB RAM running latest version of Yosemite 10.0.2
    I have tried:
    Reinstalling printer driver by resetting printing system in system prefs.
    Reinstalled canon print studio pro.
    Changed USB cables
    We have two macs and its the same on both macs.
    It happen's when we print PDF's from preview so we're thinking its not specific to canon print studio pro.
    We genuinely only ever use canon inks.
    I have contacted Canon and they suggested sending it away for repair which is an option but I want to exhaust every avenue before I do that.  It just seems like a software issue somewhere and it making me tear my hair out, haha.
    Thank you so much for any help anyone is willing to give.
    Regards,
    Mark

    Mark
    It is possibile the printer is faulty.  No doubt.  You know, anything made by the hand of man...............
    But you probably have the exact same software, drivers, on either and each machine.  I still think I would go there first.  It is going to be a pain to mess with getting the printer to a service person if it truly is the culprit.  You need to be sure.
    EB
    EOS 1Ds Mk III, EOS 1D Mk IV, EF 50mm f1.2 L, EF 24-70mm f2.8 L,
    EF 85mm f1.2 L II USM, EF 70-200mm f2.8 L IS II,
    Sigma 120-300mm f2.8 EX APO, Photoshop CS6, ACR 9, Lightroom 6

  • JSP - useBean tag works only for first request

     

    hey why donnu change the scope to PAGE, give a try.........
              Vishal Vishnoi wrote:
              > Using Weblogic 5.1 I am trying to work with a simple example of a JSP
              > page which has got a usebean tag. The tag is
              >
              > <jsp:useBean id="resourceTypes" type="java.util.ArrayList"
              > scope="request" />
              >
              > * This works only the first time I load the page.
              >
              > If I try to load the page again. I get the following error
              >
              > javax.servlet.ServletException: Could not find bean 'resourceTypes',
              > type 'java.
              > util.ArrayList' in scope
              >
              > --Vishal
              

Maybe you are looking for

  • Discrepancies in MRP Available Inventory between SC and BW

    We're seeing a discrepancy in a BW report and the data shown in md05/md05. There's a difference in the MRP Available Inventory. What are other possible sources of this difference? We know Safety Stock, SafeReq and MatRes, but for this particular issu

  • Result Set fetch agonisingly slow

    I am having sporadic trouble retrieving data from a ResultSet. I do not know how to tell if it is an Oracle problem or a JDBC problem. In a while( results.next() ) loop, for some result sets it pauses for several seconds after every 10 iterations. Th

  • Script uninstall of ZEN agent

    Can someone point me to the correct commands to script a silent, complete removal of the ZENworks management agent? Thanks in advance! Alan

  • Error Access denied(SBL-DAT-00553)

    Hi Whenever i try to edit a contact by adding an account to a contact record by clicking on the lookup icon of Account field on the Contact detail page ,(Owner is another user) i get the error SBL-DAT-00553. but i am able to edit any other fields in

  • Download 9i failed

    I'm trying to download Oracle 9i database for linux. This however failed after the download of the first CD of the 3. Next links: http://download.oracle.com/otn/linux/oracle9i/9204/ship_9204_linux_disk2.cpio.gz and http://download.oracle.com/otn/linu