Same select max is very slow in one program but fast in another

Hi,
I have a report that becomes very slow these few months. I used SQL trace for the report and found out its these codes that slow down the report:
SELECT MAX( mkpf~budat )
              FROM mkpf
    INNER JOIN mseg
                   ON mseg~mblnr = mkpf~mblnr AND mseg~mjahr = mkpf~mjahr
                INTO posting_date
           WHERE mseg~werks  = w_matl-batch_reservations-werks
                 AND mseg~charg  = w_matl-batch_reservations-charg
                 AND mseg~bwart  IN ('261', 'Z61').
The thing is these codes have been used in different system, DEV, QAS, and PRD. But only in PRD it is very slow, other systems are pretty fast.
I even created a local copy of that report in PRD, with the same code. The local file runs fast and perfectly. But the original code is just slow.
Just wondering if anybody met this problem too? any ideas??

Hi Liu,
Index creation is not a advisable solution.Please follow the existing indexes by adding Mandt field.
Try like this
SELECT MAX( mkpf~budat )
              FROM mkpf
    INNER JOIN mseg
                   ON mseg~mblnr = mkpf~mblnr AND mseg~mjahr = mkpf~mjahr
                INTO posting_date
           WHERE mseg~mandt = sy-mandt
                  AND mkpf~mandt = sy-mandt
                  AND mseg~werks  = w_matl-batch_reservations-werks
                 AND mseg~charg  = w_matl-batch_reservations-charg
                 AND mseg~bwart  IN ('261', 'Z61').
Hope it will be helpful.
Regards,
Kannan

Similar Messages

  • Very slow network directory listing - but fast data transfer speed once listed?

    Hello,
    I have really tried to sort this myself before opening up to the community, however I have run out of ideas, and hope someone can offer the magic solution I have missed.
    I am currently using the 3.4ghz i7 iMac on a 1GB LAN, running OSX10.7.2 - connecting to a Windows Server 2008 (Running Release 2) over ethernet.
    If i go to a network directory that i haven't recently accessed it can take up to 60 seconds to show the contents of that directory. Once i have accessed that folder, if i come out of it and go back in it will be instant again - but the first time it lists the directory it looks like i have opened an empty folder - which after anything from 10seconds to 1 minute will suddenly show the files that are there.
    Internet connectivity is fast through the network, and file transfers across the LAN are fast. (showing as approx 300mb per second) I can play and edit HD content across the network with no slowdown so I am confident that this issue is not related to the network speed itself, and is more to do with a setting on this mac.
    Symptoms are very similar to this post: https://discussions.apple.com/message/12245148?messageID=12245148&amp%3b#1224514 8 - however i understand that in OSX Lion - SMB was removed - so i cannot find this file to edit.
    I have tried bypassing additional hubs in the network by wiring direct cables to the switch that is connected to the file server, this made no difference.
    I have also tried disconnecting the ethernet cable, and running over wifi. This fixes the listing problem, but when editing HD content over a network drive, this connection is not fast enough to carry the data without interruption (some projects are linked to up to 900gb of hd video content!)
    Using ethernet, I have tried DHCP, DHCP with manual address, and manual mode. All reproduce this problem. i have tried using the windows workgroup, and tried without it.
    I have also followed this suggestion: https://discussions.apple.com/thread/2134936?threadID=2134936&tstart=45 and used OpenDNS. this did not fix the issue.
    For argument sake, I have also just tested a Macbook Pro running Snow Leopard to see if it was OS related. This reproduces the exact same problem, near instant directory listing on the wifi, a long and arduous wait on ethernet.
    I cannot work out why directory listing is instant over wifi, but not over ethernet on 2 different macs, running 2 different versions of OSX. I also do not understand why if the network is having trouble listing the directories - the data transfer speed is 300mbps when i copy files across the wired network from the file server to the mac.
    Does anyone have any other ideas as to what could be the problem here? We are about to start work on a very large project, where the content we are editing is spread out across around 200 different network folders (different shoots captured over the past 2 years). We really don't have the time to wait 60 seconds each time we need to access one of those directories to look for a file, and I am very close to pulling all my hair out!
    I really look forward to hearing from anyone who can offer any insight.

    If you are suspecting that the Windows update had something to do with your LAN going slow, then try the following:
    1.  Look for updates for your clients LAN NIC driver; or
    2.  Un-install the updates.

  • SLOW MDX Query in an Environment but Fast in another

    A query runs slow in one environment but fast another : here's what I looked for so far without any luck.
    It takes 2 seconds to execute the query below in QA vs 20 seconds in prod.
    QA cube size is 430.81 MB - 474.54 MB on PROD
    Cubes match in environments
    Compared QA and PROD properties and they match (database and server Analysis services)
    Restarted services on both machines
    Looking at SQL server provider seems that the query has no significant effect on the CPU
    Seems there's a spike in pages/sec when the MDX query runs – the VM size is slightly > in PROD than in QA this shouldn’t affect it .Looked at the Storage Engine queries ,MDX counters and Nothing stands out
    here's the query
    SELECT NON EMPTY
    CrossJoin(CrossJoin(Hierarchize(AddCalculatedMembers({DrilldownLevel({[Sector].[Sector].[All]})})),
    Hierarchize(AddCalculatedMembers({DrilldownLevel({[Security].[Sec Type].[All]})}))),
    Hierarchize(AddCalculatedMembers({DrilldownLevel({[Broker].[Broker].[All]})})))
    DIMENSION PROPERTIES PARENT_UNIQUE_NAME,[Sector].[Sector].[Sector],[Broker].[Broker].[Broker],[Broker].[Broker].[Company Code]
    ON COLUMNS
    FROM [TradeAndCommission]
    WHERE ([Measures].[Broker Par Pct]) CELL PROPERTIES VALUE, FORMAT_STRING, LANGUAGE, BACK_COLOR, FORE_COLOR, FONT_FLAGS
    eddy.a

    Hi Eddy,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Airplay works for one user but not for another on the same machine

    I have the problem where airplay works for one user but not for another and both users are on the same machine.  For the user where it does not work, everything appears normal, it's just that there is no sound being transmitted.  I have tried restarting the Airport express, restarting iTunes, repairing disk permissions.  Any ideas about what can be done to resolve this?

    my /etc/group:
    root::0:root
    bin::1:root,bin,daemon
    daemon::2:root,bin,daemon
    sys::3:root,bin
    adm::4:root,daemon
    tty::5:
    disk::6:root
    lp::7:daemon
    mem::8:
    kmem::9:
    wheel::10:root,hans,ibm,gast
    ftp::11:
    mail::12:
    uucp:x:14:
    log::19:root
    locate:x:21:
    smmsp::25:
    http::33:
    games::50:
    network:x:90:
    video:x:91:
    audio::92:ibm,gast
    optical::93:hal
    floppy:x:94:hal
    storage:x:95:hal
    scanner:x:96:
    power:x:98:
    nobody::99:
    users::100:gast
    dbus:x:81:
    hans:x:1001:
    vboxusers:x:108:hans
    policykit:x:1002:
    hal:x:82:
    kvm:x:78:
    nx:x:85:nx
    avahi:x:84:
    camera:x:97:
    gdm:x:1003:
    gast:x:1004:

  • How to create a text field (multi-line) that starts on one pages but finishes on another?

    Hi,
    I would like to create a multiline text field that the field starts on one pages but finishes on another?
    Here is an example of what I want. The text starts in the top of the box (1st box) and would continue in the bottom box (2nd box).
    I have Adobe Acrobat X (version 10.1.1) on Windows 7. I know I could use Live Cycle to create an expandable but I need to import this form to Adobe Form Central after therefore Live Cycle isn't an option.
    Thanks in advance for everyone's help!

    Hi,
    I found a possible solution to my question which is working OK with form central (http://forums.adobe.com/thread/303650)
    Here are the limitation of that option (that I found out so far):
    it cuts in the middle of the word you are writting when switching to the next box
    you can't copy and paste a long text
    if you remove text from the first box i won't move text from the second box back up
    you can't go back with your cursor from the second box to the first (e.g. to edit you text)
    Any other ideas of how I can get that done?
    Thank you!

  • Windows explorer slow in one window but not another

    Hello, 
    I have an issue on a single PC where a network folder (not always the same folder) will start to run slow if multiple files are selected, either by mouse drag or by holding ctrl/shift. 
    The very odd thing is I can launch a separate explorer folder and browse to the same folder and every thing works fine. I have the two windows open side by side and one acts normal, yet the other runs very slow. Restarting explorer.exe resolves the issue
    but is not an optimal solution.
    Any ideas would be much appreciated. 

    Hi,
    Sometimes, your antivirus software can slow you down if they are set to scan the network files, you can temporarily turn off these antivirus software or exclude certain folders for a test.
    Disable network task scheduler (if you have) when you try to open a network folder, see this link
    http://www.addictivetips.com/windows-tips/how-to-increase-the-browsing-speed-of-your-networks-shared-folders/
    Another option is to increase the internet bandwidth, see this link
     http://www.addictivetips.com/windows-tips/how-to-increase-your-network-speed-or-internet-speed-by-over-20/
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Regards
    Yolanda
    TechNet Community Support

  • Mailbox very slow with direct login but ok when proxying

    We have a large common departmental account monitored by multiple users (yes, shared account, not shared folder). When I log in directly to the account and select a folder it can take 10-15 secs to populate the list of items. Seems to apply to nearly every folder, even those with small numbers of contents (5-30 items), not just those with many items. If I log into my own account and proxy to the shared account then the folders also get populated fairly quickly (0.5-2sec). No problem with my own folders so sounds like its specific to the other account.
    Connections are c/s only. C/s handler threads spend most of their time 0 busy with occasional bursts of activity that clear again
    Message handler and soap threads seem to remain at 0 all the time
    C/s requests pending remains at 0.
    Problem occurs running client on XP and on Windows 7 64bit.
    Have run GWCHECK to fix a few probs but problem continues. Appears to be just a problem with this one account but the key point is why the difference between direct logged-in and proxied?

    No I'm not particularly bothered about the LOGIN time, that only happens once. The problem is the time to browse between different folders once login is complete. (sorry for the confusion, I 'll edit the OP to make it clearer).
    Good:
    Login as self, proxy to uber-account, wait for completion. Then click on a random folder, wait for message list to be populated (network traffic completed <1s), GUI updated <1 sec, maybe 2secs if many messages in list. Same acceptable performance occurs when clicking on subsequent folders. Workstation CPU usage during update 1-2%.
    Bad:
    Login as uber-account, wait for completion. Click on a random folder, wait for message list to be populated (network traffic completed <1s), GUI not updated for 10-15secs - all of the items refreshed together at the end of the period so to the user it looks like you've clicked on a new folder and the contents is the same as the previous until it suddenly refreshes after 10secs. Same problem occurs when clicking on subsequent folders. Workstation CPU usage during update 50% (dual core in this example, so probably maxing out one core for 10 secs).
    No significant disk activity during update period. No significant network tfc after initial burst. Memory ok. No change of performance when anti-virus disabled. Same behaviour on other machines so not just one baddy. My money is it's something to do with the number of folders, or the number of shared folders owned by the uber-user, or a corruption the normal GWCHECKs aren't dealing with.
    Joe

  • Firefox 22 running very slow on windows 7 but no problem in linux. Help

    Firefox 22 is running very slow ( rather stalling forever) on windows 7.
    I tried resetting option from the "Troubleshooting information" menu and also tried disabling "Hardware acceleration" but still having the problem.
    Takes almost a minute ( "New window not responding"..) just to try any option..like opening a new tab.
    I have same version on linux mint and but FF runs smoothly.

    Sorry, not an option. As I said, I have binned FF22 and gone back to 21 -- and it works just as fast as it always did, corrupt profile or no corrupt profile.

  • Very slow speed. Reported but not fixed.

    After having very slow up to 20mb speeds and constant disconnections I decided to go for infinity option 2 as I had so many problems with ADSL with constant calls to India and engineers coming out.
    The engineer turned up as instructed and fitted the equipment.  No problems there.  He did say I was the only one to have infinity installed at my local cabinet.
    Now the real problems started.  I still have disconnection issues but not as many now.  And the speed I am receiving is worse than my old up to 20mb service.
    I have reported this several times (through the help desk in India !!) and some times an engineer comes out and tests the line, equipment, cabinet and telephones the infinity help desk as it appears they can do things remotely.
    Each engineer that turns up says he is not trained to fix the problem and that he has done what he is contractually obliged to do and then leaves, stating to wait 10 days and see if the problem fixes itself.
    So it appears I'm in a circle of ringing India and being told to wait 10 days or getting someone out who can't fix it, states to wait 10 days and then leaves with problem not fixed.
    What am I to do.
    Solved!
    Go to Solution.

    After getting the mods involved and a fault being raised the fault still hasn't been fixed even through it states on the BT website report and track faults that it has been fixed.  An engineer hasn't been out to fix it so I am confused as to what BT have done to attempt to fix my broadband problem
    Seriously what do I have to do to get this fixed.  It is unacceptable that I'm am paying for a service I'm not getting.
    How is this posted screen from BT Speedtest accetpable for BT Infinity Option 2 with speeds stated as 60mb down and 20mbs up as reported by the enginner who fitted it.
    Your advise will be greatfully helped as I have tried every option now and stil no fix.

  • JDeveloper 10.1.3.1 is very slow, how to make it faster ?

    Hi all,
    I am using JDeveloper 10.1.3.1, on AMD Athlon 64 2800+, 1 GB RAM, Windows XP SP2.
    As our pages grows, now it is very slow to add new page or navigation case on the faces-config.xml.
    Yes, we can use the overview tab of the faces-config to work faster, but I see the drawing is not good if we let JDev to draw the line.
    Is there any workaround to make our JDev faster ?
    Thank you for your help,
    xtanto

    Hi Xtanto,
    What I mean is that I use multiple faces-config files. One of them is just for my manged beans that I use in a menu model for my af:Page. In that faces-config, there are no navigation cases, just managed beans. Since the faces-config diagram view shows only navigation cases, the diagram is not useful for such faces-config's (the diagram is blank). In any case, I never use the diagram view, even for my faces-config's with the navigation cases. I just find it easier to use the "overview" view, or the XML source instead.
    Hope this is clearer.
    John

  • Apps open and quit slower in one admin account than in another

    On the same computer (iMac 27" Late 2012, 3.2GHz Core i5 8GB 1600MHz) running the same OS (10.9.2), some applications open and quit much slower within one admin account than another.  SPSS 21 for Mac, for example, takes 6 mins 30 secs to open and 3 mins 40 secs to quit in one admin account, but takes only 1 min 8 secs to open and 6 secs to quit in another admin account.  I have already deleted the SPSS journal file specific to each admin account, and it doesn't help.  I first thought that the problem was specific to SPSS, but now it appears that other applications also open slower in one admin account than another (although the problem is not as bad with other applications).
    Is there a reason that some applications open and quit much slower in one admin account than another?  If so, how can I fix it?  Thank you.

    Hi,
    Make her account an Admin Account.
    A Managed Account and Parental Controls tend to be somewhat linked and a sliding scale of things.
    If there is no reason to Manage her account there is no reason why she cannot also be an Admin account.
    She should also Check iChat > Preferences > Accounts > Security and see who is in the Blocked or Allowed Lists and see if you are in the wrong one.
    8:00 PM Monday; April 5, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • My ipad 3 is very slow and the programs are closing it down

    Hello,I was wondering know if someone can help me with this, my ipad it is working very slow, also the keyboard have a long delay and the programs are going off of freezes. It is an Ipad 3, that i believe it is not old, i already restored several times and is setted as a new ipad now, but it is still doind the same. Every time that I call Apple they ask me to restore it again, to be honest i don't want to buy a new ipad, is there anyone who can help me?

    You can try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.
    May not help, but will not hurt anything.

  • Windows Migration Assistant very slow via ethernet cable but after 36 hours .......

    I am using Windows Migration Assistant to migrate from my 3 year old HP laptop running Windows 8 to a brand new iMac using an ethernet cable..
    The pairing went well but, after 36 hours the laptop tells me there are 13 hors to go and iMac says 8 hours +. What am I doing wrong?

    Welcome to Apple Support Communities
    Wi-Fi and Ethernet are very slow ways and I don't recommend to use them unless you have to transfer small sizes. If they are big, don't use it.
    What you can do is to make a Time Machine backup on your old hard drive, so get an external drive to do it. See > http://support.apple.com/kb/HT1427
    After making the backup, connect the external drive to your new iMac and use Migration Assistant to restore your files. If you haven't set up your iMac yet, Setup Assistant will ask you to restore the backup.
    You have to restart both iMacs before doing this, so migration will be stopped

  • Visa class conflict on one PC but not on another

    Hello
    My problem is, that vi's (LabVIEW-drivers for the data aquisition unit
    34970A, but also any self-created) with VISA functions doesn't work on
    one PC, but on another PC (with the same LabVIEW version 6.0 and the
    same operation system Windows 2000) they do.
    The reason why it doesen't work on one PC is a class conflict between
    VISA resource name control and the VISA function block (read, write,
    On the PC with the problem also a framegrabber-card is installed. May
    this cause the problem? Or maybe any other software?
    I haven't installed any HPIB or other drivers for the data aquisition
    unit on any PC. But also when I install the driver, the problem isn't
    solved. (I tried both ways.)
    Thanks for help, Florian.

    That is a great suggestion. Make sure you have the full NI-VISA driver installed. You may also want to check to see if that VISA resource is listed in MAX. Even though the software is present, you communication line may not be detected.
    You can open up the VISA Alias Editor to find which resource names exist on your computer. Then you can use the VISA Interactive Control to actually test the VISA resource. Open the Interactive Control from Tools>>NI-VISA>>Interactive Control. Double-click the resource name of your device and select the Basic I/O tab on the panel that appears. This allows you to write to and read from your device to test if VISA works with it at all.
    Testing with these two utilities should give you some more information about what is goin
    g on in your system.
    J.R. Allen

  • Oledb working in one place but not in another

    I have two examples accessing the same table in my oracle database. Whereas code in example 2 always working , code in example 1 worked initially but after that failing with the following error.
    Please help me as to why I get table or view does not exist error in one case but working fine in other case when I use the same table in both examples?
    This post is organized as
    A) the error
    B) Code which contributed the error (please note this code worked initially , later started to fail without any modification at all).
    C) Code which is working fine also using the oledb provider and using the same table in the database.
    A) the error
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.OleDb.OleDbException: ORA-00942: table or view does not exist
    Source Error:
    Line 14:      
    Line 15:      dim ds as DataSet= new DataSet()
    Line 16:      objCmd.Fill(ds, "HR.tblPeople")Line 17:
    Line 18:      MyDataList.DataSource=ds.Tables("HR.tblPeople").DefaultView
    Error Complete
    B) Code which contributed the error 'Table or View Does not exist'
    <% @ Import Namespace="System.Data" %>
    <% @ Import NameSpace="System.Data.OleDb" %>
    <Script language="VB" runat="server">
    Sub Page_Load(obj as Object, e as eventargs)
         dim objconn as new OleDBConnection _
         ("Provider=OraOLEDB.Oracle.1;Data Source=bora9i;" & _
         "User ID=Sssss;Password=aaaaa;" & _
    "Extended Properties=;Persist Security Info=False;OLEDB.NET=True;")
         dim objcmd as new OledbDataAdapter _
         ("SELECT * FROM HR.tblPeople" _
    & "ORDER BY LastName, FirstName",objConn)
         dim ds as DataSet= new DataSet()
         objCmd.Fill(ds, "HR.tblPeople")
         MyDataList.DataSource=ds.Tables("HR.tblPeople").DefaultView
         MyDataList.DataBind()
    End Sub
    </Script>
    <HTML>
    <BODY>
    <Asp:DataList id="MyDataList" RepeatColumns="2"
         RepeatDirection="Vertical" runat="Server">
         <ItemTemplate>
              <div - style="padding:15,15,15,15;font-size:10pt;
              font-family:Verdana">
              <div - style="font:12pt Verdana;color:darked">
              <i><b><%# DataBinder.Eval(Container.DataItem,"FirstName")%> 
              <%# DataBinder.Eval(Container.DataItem,"LastName")%></i></b>.
              </div>
              <br>
              <b>Address: </b><%# DataBinder.Eval(Container.DataItem,"Address")%><br>
              <b>CompanyName: </b><%# DataBinder.Eval(Container.DataItem,"CompanyName")%><br>
              <b>Email: </b><%# DataBinder.Eval(Container.DataItem,"Email")%><br>
              <b>Webpage: </b><%# DataBinder.Eval(Container.DataItem,"WebPage")%><br>
              <b>HomePhone: </b><%# DataBinder.Eval(Container.DataItem,"HomePhone")%><br>
              </div>
         </ItemTemplate>
    </Asp:DataList>
    </BODY>
    </HTML>
    C) Code which is working fine also using OleDb provider and using the same table
    <% @ Page Language="VB" Debug="True" %>
    <% @ Import Namespace="System" %>
    <% @ Import Namespace="System.Data" %>
    <% @ Import Namespace="System.Data.OleDb" %>
    <html>
    <head>
    <title>Contact Manager: View All Contacts</title>
    </head>
    <body bgcolor="#FFFFFF">
    <h1>View All Contacts</h1>
    <table cellpadding="4" cellspacing="0" width="100%">
    <tr>
    <th>Name</th>
    <th>Title</th>
    <th>Company Name</th>
    <th>Work Phone</th>
    </tr>
    <asp:label id="lblOutput" runat="server"></asp:Label>
    </table>
    </body>
    </html>
    <script runat="SERVER">
    Sub Page_Load(Src As Object, e As EventArgs)
    Dim sqlConn As New OledbConnection
    Dim sqlCmd As New OledbCommand
    Dim sdrData As OledbDataReader
    Dim sb As New StringBuilder
    sqlConn.ConnectionString = _
    "Provider=OraOLEDB.Oracle.1;Data Source=bora9i;" & _
    "User ID=Sssss;Password=aaaaa;" & _
    "Extended Properties=;Persist Security Info=False;OLEDB.NET=True;"
    sqlConn.Open()
    sqlCmd.CommandText = "SELECT * FROM HR.tblPeople " _
    & "ORDER BY LastName, FirstName"
    sqlCmd.CommandType = CommandType.Text
    sqlCmd.Connection = sqlConn
    sdrData = sqlCmd.ExecuteReader()
    While sdrData.Read()
    sb.Append("<tr>" + vbCrLf)
    sb.AppendFormat(" <td>{0}, {1}</td>" + vbCrLf, _
    sdrData("LastName"), _
    sdrData("FirstName"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, sdrData("Title"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, _
    sdrData("CompanyName"))
    sb.AppendFormat(" <td>{0}</td>" + vbCrLf, sdrData("WorkPhone"))
    sb.Append("</tr>" + vbCrLf)
    End While
    sdrData.Close()
    sqlConn.Close()
    lblOutput.Text = sb.ToString()
    End Sub
    </script>

    Hi Srikanth,
    1. why there is no space between "HR.tblPeople" and "ORDER BY" in your query? I am surprised it works initially.
    dim objcmd as new OledbDataAdapter _
    ("SELECT * FROM HR.tblPeople" _
    & "ORDER BY LastName, FirstName",objConn)
    2. use
    Dim ds As New DataSet()
    Sinclair

Maybe you are looking for

  • Mac Pro Displays 2013

    I have a new Mac Pro on the way. How exciting. Any way I currently have a 2012 Mac pro with a 5870 and a gtx 120 in it. It is currently driving a 46 inch tv using vga. I also have a 21, 24 and 27 inch displays plugged in using dvi. My question is wil

  • Images with negative pixels value

    Consider a simple black (0) and white (255) image composed by 3 vertical bands : the first is white, the second is black and the third is white. Image size is W columns by H lines. Band width is W1, W2, W3 for bands 1, 2 and 3 respectively (W1+W2+W3=

  • JCA Resource Adapter Deployment in OAS 10.1.2

    Hi, I have installed the Oracle Application Server 10g Release 2 (10.1.2) (j2ee & web cache) and I want to know how I can deploy a JCA Resource Adapter. Until now I have work with Oracle Application Server 10g Release 3 (10.1.3.1.0) and this version

  • How do I install Flash Player when I get a message to close Internet Explorer??

    How do I install Flash Player when I get a message to close Internet Explorer???

  • Is it possible to use screen sharing between lion and mountain lion

    I could always use screen sharing between my 2010 macbook and my 2007 macmini,both with lion.But now since I upgraded the macbook to mountain loin it doesn't work.The macmini did at first show up on the macbook finder sidebar under sharing like it al