Scope of variales? confusing and very frustrating problem....please help?

Below is my entire program (a simple pl/sql stored procedure) and for some reason the variable newpay is not appearing in SQL*Plus. Have have turned serveroutput on and have checked that the variable otpay contains values, it's just newpay doesn't seemed to want to print to screen. Is this something to do with varaible scope within cursor loops or something? Thanks a lot for your help.
CREATE OR REPLACE PROCEDURE lab5d (pp_fname varchar2, pp_lname varchar2, pp_month varchar2) AS
          TYPE ot_rec_type is RECORD
               fname          emptrig.fname%type,
               lname          emptrig.lname%type,
     otime_rate     emptrig.otime_rate%type,
               hours          overtime_sessions.hours%type,
               o_date          overtime_sessions.o_date%type
          TYPE cur_type is REF CURSOR;
     c1          cur_type;
     firstdate     date;
     lastdate     date;
     otpay          number;
     newpay          number;          
     ot_rec          ot_rec_type;
BEGIN
     firstdate := TO_DATE('01' || pp_month || '2002', 'DD-MON-YYYY');
     lastdate := LAST_DAY(firstdate);
     open c1 for     SELECT fname, lname, otime_rate, hours, o_date
               FROM     emptrig, overtime_sessions
               WHERE     etrigot_id = emptrig_id AND
                    fname = pp_fname AND
                    lname = pp_lname AND
                    o_date >= firstdate AND o_date <= lastdate;
     LOOP
          fetch c1 into ot_rec;
          exit when c1%notfound;
          otpay := ot_rec.hours * ot_rec.otime_rate;
          newpay := otpay + newpay;
     END LOOP;
          dbms_output.put_line(newpay); -- this line does not print but otpay contains values
END;

Michael,
You already asked this question Re: Oracle EM 10g - Running an OS Command and you were given a (in my opinion) correct answer. If you don't agree with the answer, or if you have tested it and it did not work, then post a reply to that message.
It is very frustrating for people who put in their time and effort to answer questions, to see the same question just being asked again by the same person, without receiving any feedback from the poster why his / her answer was neglected.
Maybe I am reacting to strong, but then again it still early in the morning and I haven't had my coffee yet.
regards,
Freek D

Similar Messages

  • Very confusing and very frustrating problem....please help?

    Below is my entire program (a simple pl/sql stored procedure) and for some reason the variable newpay is not appearing in SQL*Plus. Have have turned serveroutput on and have checked that the variable otpay contains values, it's just newpay doesn't seemed to want to print to screen. Is this something to do with varaible scope within cursor loops or something? Thanks a lot for your help.
    CREATE OR REPLACE PROCEDURE lab5d (pp_fname varchar2, pp_lname varchar2, pp_month varchar2) AS
              TYPE ot_rec_type is RECORD
                   fname          emptrig.fname%type,
                   lname          emptrig.lname%type,
         otime_rate     emptrig.otime_rate%type,
                   hours          overtime_sessions.hours%type,
                   o_date          overtime_sessions.o_date%type
              TYPE cur_type is REF CURSOR;
         c1          cur_type;
         firstdate     date;
         lastdate     date;
         otpay          number;
         newpay          number;          
         ot_rec          ot_rec_type;
    BEGIN
         firstdate := TO_DATE('01' || pp_month || '2002', 'DD-MON-YYYY');
         lastdate := LAST_DAY(firstdate);
         open c1 for     SELECT fname, lname, otime_rate, hours, o_date
                   FROM     emptrig, overtime_sessions
                   WHERE     etrigot_id = emptrig_id AND
                        fname = pp_fname AND
                        lname = pp_lname AND
                        o_date >= firstdate AND o_date <= lastdate;
         LOOP
              fetch c1 into ot_rec;
              exit when c1%notfound;
              otpay := ot_rec.hours * ot_rec.otime_rate;
              newpay := otpay + newpay;
         END LOOP;
              dbms_output.put_line(newpay); -- this line does not print but otpay contains values
    END;

    If calculating newpay is your ultimate goal, you can shift some of this
    procedural burden over to SQL:
    SQL> SELECT * FROM emptrig;
    EMPTRIG_ID FNAME LNAME
    7 Bob Smith
    10 Carol Jones
    14 Kim Lee
    SQL> SELECT * FROM overtime_sessions;
    ETRIGOT_ID OTIME_RATE HOURS O_DATE
    7 20.5 2.5 04-NOV-02
    7 20.5 1.5 06-NOV-02
    7 20.5 1 07-NOV-02
    14 31.33 2 04-NOV-02
    14 31.33 3.25 05-NOV-02
    14 31.33 2.75 06-NOV-02
    14 31.33 .5 07-NOV-02
    14 31.33 .5 08-NOV-02
    8 rows selected.
    SQL> SELECT
    2 et.fname
    3 ,et.lname
    4 ,SUM(NVL(os.hours,0) * NVL(os.otime_rate,0)) "Total for Month"
    5 FROM
    6 emptrig et
    7 ,overtime_sessions os
    8 WHERE et.emptrig_id = os.etrigot_id (+)
    9 AND os.o_date (+) BETWEEN TO_DATE('01-NOV-2002','DD-MON-YYYY')
    10 AND TO_DATE('30-NOV-2002','DD-MON-YYYY')
    11 GROUP BY et.fname
    12 , et.lname
    13 /
    FNAME LNAME Total for Month
    Bob Smith 102.5
    Carol Jones 0
    Kim Lee 281.97
    HTH
    T.

  • What is the deal.  I'm trying to request service for my Ipod and everytime I go through everything and submit it, it says "Sorry we can't process your request at this time..."  I have tried numerous times and am getting very frustrated.  Please help.

    What is the deal?  I'm trying to request service for my ipod touch and every time I go through everything and submit it, it says "Sorry we can't process your request at this time..."  I'm getting very frustrated. Please help.

    Thanks for the detail.
    I believe you are doing your best, in the right place.  How long have you tried ?
    May be the sistem in your area is really busy. Can you wait few hours or contact them with a Message ?
    Or try a Service provider http://support.apple.com/kb/HT1434

  • I recently lost and tracked down my iPhone (4s) w/find my iPhone. It was awesome! When I recovered it, my touch screen didn't work at all! What's going on? I'm very frustrated! Please help:(

    I recently lost and tracked down my iPhone (4s) w/find my iPhone. It was awesome! When I recovered it, my touch screen didn't work at all! What's going on? I'm very frustrated! Please help:(

    imanfromsweden wrote:
    Please apple support do you people have a convincing answer for us? Is there a solution? My phone is only 2 years old and was (2 hours ago), in top condition!!
    Please help....
    On belhalf of my fellow volunteers, the answer is, "We'll try our best." 
    My advice is to try not to treat this like it is a paid service provided by compensated professionals.  Ask nicely and one of the nice folks here might take some time out of their weekend to offer advice.

  • I connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.

    i connect my iphone 4g on charging after some time it is complete dead and very heat up please help me.
    helllllllllllllllllpppppppeeeeeeeee me

    There is no such thing as an iPhone 4G.

  • Problem: codebase, jar and image reloading problem please help!

    Hi Java Gurus,
    I have written an applet that extends JApplet for viewing webcam. In order to reduce the download time I put my classes into a doorcam.jar file. The following is my <applet> tag in my html file.
    <applet code="CameraApplet.class"
    archive="doorcam.jar"
         codebase = "webcam/classes"
         width="375" height="475">
    <param name="imagePath" value="http://judge/webcam/images">
    <param name="webCamImage" value="door.jpg">
    <param name="COMPort" value="COM2">
    <param name="frameRate" value="10"> <!-- could not exceed more than 10-->
    <param name="host" value="judge">
    </applet>
    The fist problem is that my class file does not get loaded from the jar file if i provide the "codebase" attribute as above. Instead the browser load every single class file from the webserver. This has some problem too. Coz the browser sometimes just thorough NullPointerException or ClassNotFoundException. After much of debugging I found out that the problem is the IE browser which seldom fails to load classes or image file from the server. If i referesh the browser the applet and all its classes loaded successfully and runs smoothly. This behaviour never occurs when running with "appletviewer".
    I wanted all my classes to be loaded from my jar file. After much of trial and error I found out that if i remove "codebase" attribute the browser loads the classes from my jar file and applet loads very fast. This is where the second problem comes in. The browser does not reload my webcam image file so that the webcam become alive with live images, like before.
    If I run on "appletviewer" everything works fine my web cam is displayed properly. But in IE browser the image does not get reloaded when I refresh my image to give live to my webcam display. The refresh method is given below.
    private void refresh(final URL url) {
    Image webCamImage =getImage(url);
    webCamImage.flush(); // flush out the previous image
    webCamImage = getImage(url); // get a new image
    webCamImageIcon.setImage(webCamImage); webCamImageIcon.paintIcon(webCamLabel, webCamLabel.getGraphics(), 15, 15);
    When I add the "codebase" attribute back, the image gets reloaded for every refresh() and everything works fine. But the classes are also loaded from the server. And occasionally also suffers Class loading and image loading problem. As I presented earlier, when I do refreshing in the browser everything gets loaded and the applet function correctly with web cam displaying very well.
    The problem is so strange that I could not find any way to solve it.
    It would be a great help to me if somebody provide me some work around to the problem.
    I tested on Windows 2000, Windows XP, IE 5.5, IE 6 with J2SDK 1.4.0.
    Thank you all very much in advance.
    best regards,
    Judge

    Thank you so much for the suggestions. I did tried the way u suggested. The problem still the same.
    I think its the problem between IE browser and Java Plug-in.
    I which SUN would find these incompatibilities and solve these problems.
    I even tried using java SDK and plug-in 1.4.1 it even worst. It can't even load an applet. And it does not show any loading messages nor any error messages. It just show a cross sign on the upper left coner.
    I would be so glad, if Sun would try to eliminate the inconsistancies such as caching, loading, initializing etc between browser and its Java plug-In. For example, applets behave well in appletviewer and behave unpredictably in browser environment.
    I have seen so many people in the forums with all sorts of problems because of this.
    Right now I m desperately looking for work around to my problem.
    If somebody would provide me with the solution to my problem it would be a great help to me.
    thank you all so much.
    best regards,
    Judge

  • Some very basic problem PLEASE HELP ME :(

    hi,
    im just new to EJB's and WebLogic. i have integrated JBuilderX with BEAweblogic 8.1 and then made simplest ejb.
    started the server.
    server successfuly startedthen made test client and while running test client i got following error...
    "EJBModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
    "EJBModule.jar": Spaces in the classpath may cause WebLogic APPC utility to produce fatal compile errors.
    "EJBModule.jar": C:\bea\jdk142_04\bin\javaw -classpath "C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar;" weblogic.appc -keepgenerated -forceGeneration -compiler C:/bea/jdk142_04/bin/javac "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar.jar" -output "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar"
    AND
    "EJBModule.jar": <Nov 3, 2004 10:47:15 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesBean that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": <Nov 3, 2004 10:47:16 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesHome that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": <Nov 3, 2004 10:47:16 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSes that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": [J2EE:160127]ERROR: Could not delete previous archive: C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar
    PLEASE HELP ME WAT TO DO....
    WAITING...
    :-(

    hi,
    i again made the whole thing with C:\project\weblogicsessproject
    i just simply made session bean and one method getMessage() which simply return String message.
    i compile that code and get following warning..
    "EjbsessModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
    then i run the server from JBuilder which runs correctly and gives the message to client that...
    <Nov 10, 2004 1:09:41 PM GMT+05:00> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
    AND ON RUNNING TEST CLIENT OF JBUILDER I GET NAMING EXCEPTIONS...
    C:\bea\jdk142_04\bin\javaw -classpath "C:\project\weblogicsessproject\classes;C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;C:\bea\jdk142_04\jre\lib\charsets.jar;C:\bea\jdk142_04\jre\lib\ext\dnsns.jar;C:\bea\jdk142_04\jre\lib\ext\ldapsec.jar;C:\bea\jdk142_04\jre\lib\ext\localedata.jar;C:\bea\jdk142_04\jre\lib\ext\sunjce_provider.jar;C:\bea\jdk142_04\jre\lib\im\indicim.jar;C:\bea\jdk142_04\jre\lib\im\thaiim.jar;C:\bea\jdk142_04\jre\lib\jce.jar;C:\bea\jdk142_04\jre\lib\jsse.jar;C:\bea\jdk142_04\jre\lib\plugin.jar;C:\bea\jdk142_04\jre\lib\rt.jar;C:\bea\jdk142_04\jre\lib\sunrsasign.jar;C:\bea\jdk142_04\lib\dt.jar;C:\bea\jdk142_04\lib\htmlconverter.jar;C:\bea\jdk142_04\lib\tools.jar" weblogicsessproject.WebLogicSesTestClient1
    -- Initializing bean access.
    javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved ]; remaining name 'WebLogicSes'
         at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    -- Failed initializing bean access.
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
         at weblogic.jndi.internal.ServerNamingNode_813_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:369)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:357)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at weblogicsessproject.WebLogicSesTestClient1.initialize(WebLogicSesTestClient1.java:34)
         at weblogicsessproject.WebLogicSesTestClient1.<init>(WebLogicSesTestClient1.java:19)
         at weblogicsessproject.WebLogicSesTestClient1.main(WebLogicSesTestClient1.java:270)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'WebLogicSes' Resolved
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:897)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:230)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:154)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:188)
         at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:477)
         at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:108)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:420)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:415)
         at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    IM DOING ALL THAT WITH HELP OF BORLAND WHITE PAPERS...
    please help me
    waiting

  • Gradient fades started acting weird. Each new fade removes the previous. VERY FRUSTRATED! Please help!

    Hello,
       I have been using CS5 for about 2 years now and suddenly it started acting up. I do a lot of gradient fading on band photos, i.e fading them into one another. I am a novice at best, but I have a working knowledge of the program. a few weeks ago my gradients started acting goofy. Normally, I could take a photo, fade the edges out to transparent multiple times on the same mask. I.e I could open a layer mask, make all the fades I wanted, and then move on to the next photo. Now, I make a fade, then when I try to make a second, it removes the first.
    This same thing happened to me a few months ago but I can't remember how I fixed it. I have scoured google and gone on an endless search of people having this issue and being told to use other tools, other methods, etc. I know what I am trying to do (and have successfully done it for 2 years) for whatever reason something is tweaked, or a setting changed that won't allow me to. I have reset the gradients, followed the hard key preferences reset procedure, and even completely uninstalled the program from my rig and re-installed. Nothing has helped.
    PLEASE HELP!

    I suspect that you used to have gradient option set Foreground to Transparent, and that you now have it set to Foreground to Background.

  • Big problem and very stupid mistake, please help me

    I was about to put leopard on my iBook g4 when on the read before installing thing it said if you want to start fresh delete your hard disk. I did that and the cd didn't work so now I'm stuck with nothing on my computer. Oh and by the way I don't understand why it didn't work, when I put the cd in and I restarted my computer it just made weird noises for a few hours and nothing happened. Thanks for helping!

    See if you can use the install disks that shipped with your iBook. If so, then again erase and try installing 10.5.
    As far as retrieving your data (if you have no backup) before you do another operation on that drive your best bet is Prosoft Data Rescue. There is a free trial to see if it can recover what you need. But don't do another operation on that drive until you've downloaded and run it. Also, a service that has been recommended but I cannot personally endorse is DriveSavers.
    -mj

  • HT1338 I'm trying to Facetime with my Husband in Afghanistan and he can't hear me on his end. I'm getting very frustrated! Please help.

    Need help with Facetime. Husband in Afghanistan can't hear me on his end!

    Have you checked your Sound system preferences input settings?

  • G585 wired and wifi networking problems - please help!!

    Just purchased a new G585 a couple weeks ago.  After trying Win 8, I realized what a complete POS of an OS it is and installed Win 7.
    2 Major problems:
    1.  Ethernet connection erratically disconnects - no rhyme or reason - sometimes works other times doesn't.  I've tested on two diff networks - the same behavior.
    2.  Cannot install wifi - tried the drivers from Lenovo site - no go - tried drivers someone had recommended (broadcom wifi5.100.196.18) these did not work either - device still unrecognized in device manager
    This is my 9th Lenovo laptop over the years.  The others were great.  This one seems to have serious issues.
    Can anyone assist please???

    I have had these same connectivity issue since I bought the laptop in March of 2013.  It is January 2014, and is will still drop connectivity for no apparent reason, be incredibly slow when it IS connected, and sometimes just sop seeing the network altogether (and this happens on every netwrok I have attempted to connect to).
    The most obnoxious thing is that after spending several hours over multiple days on the phone with tech supprt, they said I needed to send it in for repair.  So I did.  It was gone two weeks and when I got ti back, they claimed that had repaired it, but everything was exactly the same.
    Combine that with the lack of help for the company and the fact that this seems to be the only laptop where edge swipes on the touchpad cannot be disabled, this Lenovo laptop is the worst computer I have ever owned, period.  And I mean ever.
    If there ACTUALLY IS a way to fix this issue, I would love to hear it, bit nothing that anywone ever suggest actually works.  I thought maybe if I upgraded to Windows 8.1 it would help, but the Lenovo site lists the G585 as a model you shouldn't update because of monitor driver issues witht he upgrade.  It really looks to me like Lenovo has written this model off completely.
    I will never buy another Lenovo product and I will direct other people to other brands.  Words cannot describe my frustration and disappointment.

  • Very unusual problem, please help

    Hi. I have CS4 and use an iMac with an Epson R1900 printer.  Here's my problem:  Every time I print a picture, the picture comes out with a textured background.  For example, I'm attempting to print a picture of a flower with a green background.  The picture  prints such that the background is textured (just as if I had applied a texture filter) but the the flower comes out just fine with no texturing.  This just started last night and I don't know whether I hit some sort of setting by mistake but it is frustrating the heck out of me.  I've tried printing several images and they all come out the same.  The main subject comes out fine but the background is textured or patterned.  Can anyone help me?
    My guess is somehow the program is corrupted.  Now I still have PS3 installed too (never uninstalled it when installing CS4)  and tried printing a picture.  The exact same results; textured/patterned background.  Has anyone ever had this problem before?  Appreciate any help you can give.

    Well Jeff, you were right.  I printed a test page last night and it seemed to have no problems.  Once I read your post I reprinted another page and sure enough, the yellow and black nozzles were not right.  Although they weren't completely empty, I replaced those cartridges and ran through some cleanings.  The prints then came out correctly.  The way the picture printed really threw me.  I thought these were patterns or textures but they were just due to clogged nozzles.
    Thanks for your help.  I really really appreciate it.  From now on I will definitely check the nozzels before printing especially if the printer has been standing idle for a while.  Lesson learned.  Thank you.

  • Firewire and audio interface problem, please help

    Hi all
    I'm not being lazy, i've spent hours trawling through forums and google trying to find a fix but cant so hope someone here can help.
    Basically, I've been using my Macbook for Logic Studio with an audio interface (Motu 8pre). This was connected via firewire 400 to firewire 400 and worked absolutely fine no problems.
    I've recently got a Mac Pro. I've installed Logic onto it, my Motu 8pre driver etc etc and noticed that the firewire socket on the Mac Pro is different. I've been on the Motu website and quite clearly they say that a firewire 400 to firewire 800 cable will work fine with modern macs (this can be seen in more detail at bottom right of this web page http://www.motu.com/products/motuaudio/8pre
    I've bought one of these cables and plugged them into my interface and Mac Pro respectively, switched on the device as i have been doing for the past year with my Macbook, but the MacPro just wont seem to recognise it.
    How can I get this interface to work with my Mac Pro?
    I've tried connecting to different ports on back and front, restarting machine but it just wont work.
    Am I missing something simple here?
    Can anyone help?
    Thanks in advance
    Adam

    Ok its official I AM a muppet.
    Went onto motu site again and noticed they released an update driver for snow leopard. Downloaded it and it works fine.
    Fixed.
    Thanks

  • Line in recorde mostly noise and very low audio (please help)

    i think i may be giving my client a lot of money back...
    about 20 minutes into a video gig i realized that the line in audio i was getting on my camera was not working properly so i pulled the plug and jsut picked up from the camra mic, but i am left with about... 18 minutes of very very poor audio. are there any brave and generouse soundtrack pros who can tell me waht setting to apply to make this "listenable"
    you can download a 30 second snipit here: http://www.video-guy.com/forums/ami_out_ofluck.zip
    i have soundtrack, but rarely use it, so like i said. if anyone would be kind enough to hold my hand and tell me what buttons to push i would be very much in your debt.
    heck, i'll even do some free photoshop, or final cut work for you.
    thanks.

    First off, yes you're pretty much out of luck. I listened to your sample, and there's probably nothing you could do to make this sound good. With enough filtering, you could make it so the voice is marginally intelligible, but it's never going to sound like a good recording.
    Second, while this web forum is good for discussion about Soundtrack Pro's features and how to use them, I've found that Usenet has much more meaningful discussions on audio editing techniques in general. A couple newsgroups I read religiously are rec.arts.movies.production.sound and rec.audio.pro.

  • Memory fault?? very strange problem please help!

    hi!
    my computer return from lab today. i replase a CPU fan+MB fun.
    the techntion also touch the memory card because i ask him something about it and he pull it out and than return it.
    now i come to home i start the computer and suddenly i hear long beep....
    i open the case ,pull the memory card off and than return it again. all seems good .
    suddenly .in game,the computer stuck. after restart i hear long beep again!!!
    i pull out the to memory (thay connect at dual channel) and the result is this:
    whan i put one memory card in GREEN SLOT-all seems good. i try with the second memory and he work good(alone)
    whan i put the memory card in the the green connector and the other one in the green connector (BOTH) all seems good!
    whan i put the memory in the PERPEL connect-i HEAR A BEAP!  doest meter if i put one or two card. in BOTH OF THE PERPLE CONNECTORS! (and of course it beep on dual channel)
    what is the problem?

    ECC is a stick of memory that double-checks every signal before passing it on, one might say. ErrorCorrectionCode.
    You cannot have Dual Channel with only one stick. Two sticks needed.
    Reasons:
    Your two sticks can't work at the same speed. They are too different.
    Not good timings for the memory. Timings is mostly how the memory works, and how it waits.
    (You memtested so it seems as if the sticks are in good physical health. And the slots.)
    The memory sticks want different voltage, and one wont work well with what the other wants.

Maybe you are looking for

  • BPM and ADF integration - some questions

    Hi, I have a few questions about comunication between BPM 11.1.1.5 and Human Task based Task Flow: 1) What is the best way to pass data (task id, proces id, proces data) from BPM workspace to Human Task Task Flow (and get them as TF params). 2) Where

  • Convert 1:66 to 1:77 for DVD

    Hi there, Here's a tricky question, and I'm wondering if anyone's had success (or any advice) as to how to convert video with a 1.66 aspect ratio to a 1.77 aspect ratio for DVD export. Here's what I'm working with... I've cut DV non-anamorphic video

  • Fonts still missing after installation?

    I have a few files that I received to work on that came from a third party company that created them originally.  When opened Illustrator gave the message that several fonts were missing.  I purchased the missing fonts (or so I thought), installed th

  • Payment Term - Fixed date

    Hello Friends, Can any one please explain me how does the field "Fixed date" for the following payment term behaves? Best Regards, Jeetendar

  • Default value question

    I have field defined in table: <br>STATUS INTEGER DEFAULT 1, CONSTRAINT MYTAB_STATUS_CK CHECK (STATUS IN (0,1)) <br>For filling that field in form I'm using LOV that is defined as static list: <br>STATIC:Inactive;0,Active;1 <br>When this field is sho