Compatibility of proc error

I currently have a desktop computer HP P6404y with a Phenom II X 4 820 running Windows 7 64 bit Edition home premium.

My system was either not boot the operating system when I try and run a game or sit on it too long and have several things open the system will crash. I ran a diagnostic on the system and the hardware/software is says Core 2-3-4 of my proc lost symmetry, which explains why it stops randomly.

I checked the specifications of the motherboard (M2N78 - THE Violet6) and it has a socket AM3 and is supported by the Phenom II X 4 9XX series processor. I bought a Phenom II X 4 965, which is a compatible AM3 processor, but when I put it in I immediately get an error saying the processor is not compatible. I called AMD and they confirmed that it should work, but there is a certain type of thing with the BIOS that allows to not work and they thought that HP had a fix. I couldn't find something that helps me this online and I have upgraded the BIOS to 5.16, but I did Exchange yet because I don't see anything in the update that said fixed compatibility.

I called HP and they said apparently they have fertile procs that you can get through them, which makes no sense to me, but if it's true it's true I guess that.

Is it possible that I can get the proc that I have to work with this computer? Thanks in advance.

Here are the specifications of your HP Pavilion p6404y desktop computer and its card mother M2N78-(Violet6). According to the specifications, the following processors are supported;

This motherboard supports only the AM3 processors

AMD Phenom II X 4 9xx/9xxe/8xx Quad-Core (Deneb)

AMD Phenom II X 3 Triple-Core (Heka) 7xx/7xxe

AMD Phenom II X 2 5xx (Callisto)

AMD Athlon II X 4 6xx/6xxe (undactylopodite)

AMD Athlon II X 3 4xx/4xxe (Rana)

AMD Athlon II X 2 2xx/2xxe (Regor)

At the same time, I think the specs, said a maximum TDP of 95 watts but I could be wrong. In this case the maximum TDP would probably 125 watts. Based on the site Web of AMD, there are only two AMD Phenom II X 4 965 CPU. One is rated at 125 watts and the other is 140 Watts. Both are 'Black Edition' CPU, which means they have an unlocked clock multiplier and are designed to be overclocked. Very little HP computers have options overclocking and yours is not one of them.

The AMD Phenom II X 4 965 CPU is probably incompatible with your computer p6404y HP because of that;

(a) it exceeds the maximum. PDT to the motherboard

and / or

(b) there is a "Black Edition" CPU

Please consider buying one of these 95 watt AMD Phenom II X 4 processors compatibility assured.

Please send Bravo

Tags: HP Desktops

Similar Questions

  • EA sports tiger woods pga 12 will not work: compatibility with device error

    has ran fine for two weeks now won't start compatibility with device error

    Original title: ea sports tiger woods pga tour 12 masters game ran fine now not starting

    Hello

    1 did you changes to the computer before the show?
     
    2. do you receive any error messages? What happens when you try to start the program?
     
    3. What is the brand and model of the computer?

    The game is compatible with Windows 7, you can check the link below:
     
    Windows 7 Compatibility Center

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/search.aspx?l=en-us&type=software&s=EA%20sports%20tiger%20woods%20pga%20Tour%20The%20masters%2012%20
     
    This is the recommended configuration for the game to work smoothly.
     
    CPU: Intel Core 2 Duo (or equivalent) at 2 GHz or higher
     
    RAM: At least 2 GB
     
    DISK DRIVE: 4 x or more fast DVD ROM

    HARD DRIVE: At least 6 GB of free space

    VIDEO CARD: AMD Radeon HD 5550; NVidia Geforce GTX 260

    VIDEO RAM: 1 GB
     

    DirectX: DirectX 9 compatible .0c

    : 7 Mbps or more fast Internet connection

    ENTRY: Keyboard and mouse
     

    OS: Windows XP, Windows Vista, Windows 7
     
    Compare the specifications of your computer and check if the game is pretty smooth to work in Windows 7. Let us know the status.

    I also suggest you to perform the step below:

    Put the computer to boot and search for the issue.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
     
    http://support.Microsoft.com/kb/929135
     
    Note: once you are done with the boot, follow step 7 of article to put your computer to normal startup.
     
    Provide more information about the issue so that we can better help you.
     
    I hope this helps.

  • application of 32-bit to 64-bit compatibility / LWTCPJSOCKWNDYCLASS Application error

    Hello

    I have developed a test on a 32-bit with LabWindows CVI V6 and like computer application to run on a PC with Windows 7 64 bit. I tried to install it but when I run my application the following error message: "LWTCPJSOCKWNDYCLASS: MyApplication.exe - Application error - the application failed to start properly (Oxc0000142).

    Is this a problem of compatibility with 32-bit / 64-bit?

    If yes how can I do to make it compatible with this new PC?

    Thank you for your help

    Sorry that it was not successful. Using other software such as GPIB, VISA,...? If so, you can consult the site of NOR, if you need to update the drivers...

  • Digital overflow in proc error

    Hi guys

    When running under proc I get the digital error by infinity to lineno 36... Please help me.

    ORA-01426: digital overflow

    Thanks and greetings

    ************************************Proc Code******************************************************
    create or replace PROCEDURE proc_tab1 IS
    V_Rlt varchar2 (4);
    ------------------
    cursor c1 is
    Select a.ref, b.key_ref from a, and b where a.ref (+) = b.ref;
    ------------------
    cursor c2 is
    Select x.id | x.dt_key, x.d_value x, y
    where y.s_ref = 'ML21' and y.id = 'RT' and x.f_ref = y.s_ref;
    ------------------
    Curr type is table c1% rowtype;
    Curr c_table.
    ------------------
    type curr2 is the c2 table % rowtype;
    c2_table curr2.
    ------------------
    Start

    Open c1;
    loop
    collect the fetch c1 into loose in c_table;
    When exit c1% NOTFOUND;
    end loop;
    ------------------
    Open c2;
    loop
    collect the fetch c2 in bulk in c2_table;
    When the exit c2% NOTFOUND;
    end loop;
    ------------------
    because me in 1.c_table.count
    loop

    If c2_table.exists (c_table (i) .ref | c_table (i) .key_ref)-after concat the value length is 16
    then
    v_rlt: = c2_table (c_table (i) .ref | .d_value .key_ref c_table (i));
    on the other
    v_rlt: = "R";
    end if;
    ------------------
    Insert into tab1 (ref, rlt) values (c_table (i) .ref, v_rlt);
    end loop;
    end;

    Why not do it with a single insert statement?

    insert into tab1 (ref,rlt)
    select c1.ref, nvl(d_value,'R')
    from (select a.ref,b.key_ref from a,b where a.ref(+) = b.ref) c1,
         (select x.id||x.dt_key key, x.d_value from x, y
           where y.s_ref = 'ML21' and y.id = 'RT' and x.f_ref = y.s_ref) c2
    where c1.ref||c1.key_ref = c2.key(+);
    

    It is not tested, you provided no examples of data...

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/02/07/aggiornare-una-tabella-con-listruzione-merge/]

  • I recvd error 'program compatibility problem' for my logitech g27 wheel.

    Logitech G27 Racing Wheel game controller

    I recvd 'compatibility problem program' error for my logitech g27 steering wheel wheel.it has been running for 1 1/2 years.

    Hi, Raceready6,

    You have posted to the Feedback Forum of responses from Microsoft.  This question should be posted in the Forum located here games

    http://tinyurl.com/7rale6r

    Compatibility PlayStation3 game with Logitech G25 and G27 racing wheels

    This table is a sample of a few PS3 popular games released in the United States. If your favorite game is not on this list, the game can still support your Logitech wheel. Contact the developer of your favorite game for information more up-to-date on the wheel support.

    http://tinyurl.com/75y7gxc

    Steering wheel general troubleshooting of game consoles (Wii, PS, Xbox, etc.)

    If my wheel does not work on my game console (Wii, PlayStation, Xbox, etc.), what should I check before contacting support?

    On a console, there are two things to check if a wheel does not work in a particular game:

    NOTE: If you have a Driving Force GT, and most of the wheel works with the exception of the special as the PS button buttons and Horn, see article 10768 Knowledge Base. If you have a steering wheel Driving Force, and that you are trying to play a game that is inherited from the Playstation (PS1/PS2) on a PS3 console, see article 10767 Knowledge Base.

    Installation of equipment:

    To check your hardware configuration

    1. Turn off your game console
    2. Disconnect the power adapter of the wheel.
    3. If you have a wheel that mounts to a desktop, check the AC adapter cable is firmly connected. A loose connection in the steering wheel unit to be recognized.
    4. Check the working of the power source. Some wall sockets can be controlled by a wall switch. If in doubt, try to plug another device into the wall to check the functioning of the power.
    5. Check that the USB cable has not plucked or separations in the thread.

    In-game support:

    To see if the game is compatible:

    1. Logitech.com is trying to keep a list of the supported games on the product page of each wheel. If your game is on this list, then it is certainly supported. If this isn't the case, you may need to contact the developer of the game.
    2. If your game is listed as supported on Logitech.com, but you can't use your wheel again, your game or console may require an update. It is recommended to connect your console to the internet, and then start the game in question. If your console is connected to the internet, most of the games automatically checks a status update. Try to complete each game, in addition to your console, if necessary.
    3. Try a different USB port. Some games have specific requests of what port should be connected to a wheel.

    Additional information:

    If you try these steps and your drive still does not work, contact Customer Service. The representative may ask you to repeat, or perform some variants, these steps to check the activity of the wheel. Perform these steps with the technician can resolve your case, we recommend following the steps requested by the technician.

    http://tinyurl.com/7lerfvt

  • error 80200053

    I've upgraded to Windows 7 only recently after recurring problems with Windows updates. I use Microsoft Office 2007 Student version and some updates are not installed constantly:

    Viewer PowerPoint 2007 SP2

    Microsoft Office Suite SP2

    Microsoft Office Compatibility SP2

    Error code 80200053

    I have validated my version of Microsoft Office.

    I have run the fix it tool.

    I tried clean reboot.

    I tried to manually download the SP2 for Office.

    Everything I try I always get the message of the unknown Publisher and the installation isn't even start or fails in the middle of the process.

    I don't know if it's related, but at the same time I have problems with liveupdate for Norton Internet Security 2010 omitting all two days. Symantec technical support spent hours trying to reinstall NIS, they sent me a disc that I install, after that 2 days Liveupdate has not yet the end. Symantec say it's because the Windows updates fail?

    I had exactly the same problems with Vista for 3 months, there is no solution. After picking up a virus that took over the computer completely, in final desperation, I decided to upgrade to Windows 7. And I'm going again with problems.

    Could someone please suggest a solution? I contacted Microsoft technical support by e-mail, and they sent the standard "search for a solution here and there" answer.

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows.  Please note that a repair installation (upgrade AKA on-site) will NOT fix it!

    HOW to do a clean install of Win7: see "using the custom installation option" and formatting the hard drive section of http://windows.microsoft.com/en-us/windows7/Installing-and-reinstalling-Windows-7

    Note: If the computer came with a set of disks, there is a hidden partition restore (not to be confused with the restoration of the system) you would use to do the clean install. If you need more assistance, expert in this forum can help you: http://social.answers.microsoft.com/Forums/en-US/w7repair/threads

    Once installed the clean, you will have the equivalent of a "new computer" in order to take care of everything on the next page before otherwise connect the machine to the internet or a local network (i.e. other computers) and before using a flash drive or the SD card that is not brand new, or has not been freshly formatted:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    NB: The free trial Norton which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free and download/run the Norton Removal Tool before installing any updates and before installing your new anti-virus application.

    Speaking of which, I can recommend that you install Microsoft Security Essentials (free) as your new application anti-virus/anti-spyware: http://www.microsoft.com/security_essentials/default.aspx

    ~~~~~~~~~~~~~~~~~~~~~~~

    Alternatively, once again the PCWorld computer and request a full refund... so take your business elsewhere (e.g., http://dell.com).

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • CVS on ESXi4.1 u1 throws the error message

    Hi all

    In a cluster, I have 4 ESXi host with hardware configurations

    HP Proliant DL360 G6 (ESXi4.1 U2) 2
    CPU Cores 8 x 2.4 GHz processors
    Processor Intel (r) Xeon (R) CPU [email protected] GHZ type


    HP Proliant DL380 G7 (ESXi4.1 U1) 2
    CPU Cores 8 GHz CPUsx2.665
    Processor type:-Intel Xeon E5640 CPU @2. 67 GHz

    but I want to configure enhanced VMotion compatibility, but his error giving. Need re-boot? during the configuration. Screenshot that I have attached. Any Counsellor will be on this will be appreciated.

    Thank you

    vmguy

    No, he complains he has propelled there on the virtual machines that efficiently use the advanced features of the CPU, what it basically says is 'you will be downgrading the processor in the virtual machines' so you'll need to power virtual machines turn off the first and then select CVS then power back on and they will pick up the new CPU settings at startup.

    These will be the virtual machines on the G7 welcomes only without having to turn on the G6

    Paul

  • ORA 12 c install error on openSuse: reference to the "__tls_get_addr@@GLIBC_2.3" undefined symbol

    Hello world

    I know that Oracle does not support the OpenSuSE, but all previous versions of the database has worked.

    With Oracle 12 c, the installation fails. I get the error below.

    No doubt someone has a useful idea?

    Yours, user8632123.

    NEWS: make f /home/oracle/base/rdbms/12.101/precomp/lib/ins_precomp.mk to reissue EXENAME = proc

    INFO: make [1]: Entering directory ' / home/oracle/base/rdbms/12.101/precomp/lib'

    INFO: Link /home/oracle/base/rdbms/12.101/precomp/lib/proc

    INFO: usr/lib64/gcc/x86_64-suse-linux/4.7/... /... /.. /.. (/ x86_64-SUSE-Linux/bin/LD: home/oracle/base/rdbms/12.101/lib//libnls12.a(lxhlang.o): reference to the "__tls_get_addr@@GLIBC_2.3" undefined symbol
    usr/lib64/GCC/x86_64-SUSE-Linux/4.7/... /... /.. /.. / x86_64-SUSE-Linux/bin/LD: Note: '__tls_get_addr@@GLIBC_2.3' is defined in OSR /lib64/ld-linux-x86-64.so.2 try so add to the linker command line
    /lib64/ld-linux-x86-64.so.2: could not read symbols: invalid operation

    INFO: collect2: error: ld returned 1 exit status

    INFO: / bin/chmod: can't access to ' / home/oracle/base/rdbms/12.101/precomp/lib/proc'
    INFO: no such file or directory

    INFO: make [1]: leaving directory ' / home/oracle/base/rdbms/12.101/precomp/lib'

    INFO: make [1]: * [/ home/oracle/base/rdbms/12.101/precomp/lib/proc] error 1

    NEWS: make: * [proc] error 2

    I use opensuse 12.3 and I have this error too.

    My solution is

    (1) backup (ORACLE_HOME) / lib/stubs, and then delete.

    (2) change RMAN_LINKLINE in the {ORACLE_HOME}/rdbms/lib/env_rdbms.mk file

    TO

    RMAN_LINKLINE = $(LINK) $(OPT) $(S0MAIN) $(SSKRMED) $(SKRMPT).

    $(LLIBDBTOOLS) $(LLIBCLIENT) $(LLIBSQL) $(LLIBPLSQL).

    $(LLIBSNLSRTL) $(LLIBUNLSRTL) $(LLIBNLSRTL).

    $(LLIBSLAX) $(LLIBPLSQL) $(LIBPLCN) $(LINKTTLIBS) - lons

    (3) all reissue them.

  • Compatibility of SmartView

    Hi all

    Have any body worked with Smarview 11.1.2.2 with Essbase and Hyperion Planning version 11.1.2.1. what I meant is Hyperion Planning and Essbase is in EMP 11.1.2.1 expected version, users are going to use the version of Smartview 11.1.2.2, how is compatibility, you encounter errors of functionality?

    Anyone encountered a similar situation?

    Kind regards
    AK

    Hello

    I have worked with this combination and had no problem in it.

    You can use all the features of 11.1.2.2. Smart Display with 11.1.2.1.

    I hope this helps.

    Kind regards
    -SM

  • Good Spry in DW but same error all browsers

    When I created this page index.html following a tutorial, it worked great in DW.  I have 4 pages, all menus perfectly implemented mode live view, also in the icon browser view.  I also put all the pages through control of browser compatibility, and no error is returned.  But when I opened the site www.38bucks.com in one of the browsers, the same mistake happened.

    The menu names stacked vertically in a small print to the right, and 4 little dots appear on the far left.  The menu actually worked fine, opening each page according to the needs.  The only change I made to a width of names 5th css and the background color to black and the float directly in the div.below of code, thanks for any help.

    < / style >

    "" < link href = "... / SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" >

    "" < script src = "... / SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script >

    < div id = "Divap1" >

    38Bucks < h2 > < / h2 >

    < / div >

    < div id = "apDiv3" >

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    < li > < a href = "index.html" > home < /a > < /li >

    < li > < a href = "about.html" > on < /a > < /li >

    < li > < a href = "contact.html" > Contact < /a > < /li > ""

    < li > < a href = "cart.html" > cart < /a > < /li > ""

    < /ul >

    < p > < / p >

    < / div >

    < div id = "Divap2" >

    < p > under Construction at this time < /p >

    < / div >

    < img src = "images/bkgdHome.jpg" width = "1200" height = "900" alt = "Bkgd temp 38Bucks" / > "

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "..."}) "" / SpryAssets/SpryMenuBarDownHover.gif ', imgRight: ".. ({"/ SpryAssets/SpryMenuBarRightHover.gif"});

    < /script >

    You download the js and css Spry files?  The browser can't find them in your specified sites.

  • Cannot open the initial window of Firefox. (windows7 update)

    When I run Firefox, the hourglass shows seconds, then disappears.
    No window is open. This occurs after an automated update to my
    Windows overnight Tuesday, dec 9. Internet Explorer is obviously OK.
    All other programs OK.

    Have tried - without change:

     restart computer;
     reinitialize modem and wifi home set;
     install new firefox (using "stub" 35.0.5);
     hold shift key down during launch;
     Windows "troubleshoot compatibility" reports "An error occurred while
       troubleshooting".
    

    After any attempt to start the Task Manager shows there is at least one
    Firefox.exe * 32 process (tab), but no related Application (tab).
    Dialog box 'automatically add' could not open this file...

    Please use malwarebytes as well - in my experiences, it gives the best results (just leave the ability to run a try for the unchecked pro version)...

  • The 1990s computer games does not work on Windows 7

    I was so excited when I found my childhood computer games. True, they were originally for Windows 95 and are all made in the late 90 and beginning of the 2000s... why they don't work on Windows 7? It is for me a kind of compatibility 64-bit error

    I was so excited when I found my childhood computer games. True, they were originally for Windows 95 and are all made in the late 90 and beginning of the 2000s... why they don't work on Windows 7? It is for me a kind of compatibility 64-bit error

    Some of these games would have 16-bit executable, which won't work on a 64 bit OS.

  • ORA-1405 in alert log

    Dear gurus,

    I continually get an error in my log file alert, here are the trace file

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.

    Options of Data Mining and Real Application Testing

    ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1

    Name of the system: Linux

    Node name: gsm - rac2.gsm.moi.sa

    News Release: 2.6.18 - 274.el5

    Version: #1 SMP kills Jul 8 17:36:59 EDT 2011

    Machine: x86_64

    Instance name: mcnggsm5

    Redo thread mounted by this instance: 12

    Oracle process number: 107

    Unix process pid: 2572, image: [email protected] (Q003)

    2014-09-09 08:47:17.958

    SESSION ID: (2521.54085) 2014-09-09 08:47:17.958

    CUSTOMER ID :() 2014-09-09 08:47:17.958

    SERVICE NAME:(SYS$BACKGROUND) 2014-09-09 08:47:17.958

    MODULE NAME: 2014-09-09 08:47:17.958 (STREAMS)

    ACTION NAME:(QMON Slave) 2014-09-09 08:47:17.958

    kwqdlScanDeqLog during the extraction of stmt: retval-1, errnum 1405, errbuf ORA-01405: recoveries of column value is NULL

    kwqitmmit for kwqitmmit:deq journal proc: error 1405 in queue Table SYS. SYS$ SERVICE_METRICS_TAB

    kwqicaclcur: error 1405

    Slider Session number: 2505

    Slider Session series: 16173

    Slider ID: 24585

    kwqitmmit for kwqitmmit:end proc: error 1405 in queue Table SYS. SYS$ SERVICE_METRICS_TAB

    kwqitptm: error 1405 encountered during serving 12863

    KSV 1405 error in the process of the slave

    2014-09-09 08:47:18.354

    ORA-01405: recoveries of column value is NULL

    ORA-01405: recoveries of column value is NULL

    OPIRIP: Eception error 447. Error stack:

    ORA-00447: fatal error in background process

    ORA-01405: recoveries of column value is NULL

    ORA-01405: recoveries of column value is NULL

    Trace file /U01/app/Oracle/diag/RDBMS/mcnggsm/mcnggsm5/trace/mcnggsm5_q003_2572.TRC

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    With partitioning, Real Application Clusters, Automatic Storage Management, OLAP,.

    Options of Data Mining and Real Application Testing

    ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1

    Name of the system: Linux

    Node name: gsm - rac2.gsm.moi.sa

    News Release: 2.6.18 - 274.el5

    Version: #1 SMP kills Jul 8 17:36:59 EDT 2011

    Machine: x86_64

    Instance name: mcnggsm5

    Redo thread mounted by this instance: 12

    Oracle process number: 158

    Unix process pid: 2572, image: [email protected] (Q003)

    Can you help me understand how I can fix this error.

    Thank you

    Saad

    PL see if MOS Doc 1162862.1 can help you

  • Download csv file into the database using apex

    Hi all

    I use apex 4 and express oracle 10g, I need to upload the .csv file in the database for one of my queries, I just discussion forum for solutions, I found too, but some how its does not work for me.

    below mentioned is error and the code


    ERROR:

    ORA-06550: line 38, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550: line 38, column 8: PL/SQL: statement ignored ORA-06550: line 39, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550: line 39, column 8: PL/SQL: statement ignored ORA-06550: line 40, column 8: PLS-00221: 'V_DATA_ARRAY' is not a procedure or is undefined ORA-06550 : line 40, column 8: PL/SQL: statement ignored ORA-06550: line 41, column 8: PLS-00221: 'V_DATA_ARRAY' is not a proc
    Error
    Ok


    CODE:
    DECLARE
    v_blob_data BLOB;
    v_blob_len NUMBER;
    V_POSITION NUMBER;
    v_raw_chunk RAW (10000);
    v_char char (1);
    number of c_chunk_len: = 1;
    v_line VARCHAR2 (32767): = NULL;
    v_data_array wwv_flow_global.vc_arr2;
    BEGIN
    -Read data from wwv_flow_files
    Select blob_content from v_blob_data
    of wwv_flow_files where filename = "DDNEW.csv";

    v_blob_len: = dbms_lob.getlength (v_blob_data);
    V_POSITION: = 1;

    -Read and convert binary to a char
    WHILE (v_position < = v_blob_len) LOOP
    v_raw_chunk: = dbms_lob.substr(v_blob_data,c_chunk_len,v_position);
    v_char: = chr (hex_to_decimal (rawtohex (v_raw_chunk)));
    v_line: = v_line | v_char;
    V_POSITION: = v_position + c_chunk_len;
    -When a whole line is retrieved
    IF v_char = Chr (10) THEN
    -Convert comma to: use of wwv_flow_utilities
    v_line: = REPLACE (v_line, ', ' :'); ")
    -Converting each column separated by: in the data table
    v_data_array: = wwv_flow_utilities.string_to_table (v_line);
    -Insert data into the target table
    EXECUTE IMMEDIATE ' insert into TABLE_X (v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11)
    "values (: 1,: 2,: 3: 4:5:6,: 7,: 8,: 9,: 10:11).
    USING
    v_data_array (1),
    v_data_array (2),
    v_data_array (3),
    v_data_array (4);
    v_data_array (5);
    v_data_array (6).
    v_data_array (7);
    v_data_array (8);
    v_data_array (9);
    v_data_array (10);
    v_data_array (11);

    -Remove
    v_line: = NULL;
    END IF;
    END LOOP;
    END;



    what I understand of it's system does not identify v_data_array as table for some reasons, please help me.



    initially the system was in error for hex_to_decimal, but I managed to get this feature on the discussion forum, and now it seems to be ok. but v_data_array problem is still there.



    Thanks in advance

    concerning

    Uday

    Hello

    Correct errors in your sample, I have

    Problem 1

    select blob_content into v_blob_data
    from wwv_flow_files where filename = 'DDNEW.csv'; 
    

    TO

    select blob_content into v_blob_data
    from wwv_flow_files where name = :P1_FILE;
    

    Problem 2

    EXECUTE IMMEDIATE 'insert into TABLE_X (v1, v2, v3, v4 ,v5, v6, v7,v8 ,v9, v10, v11)
    values (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11)'
    USING
    v_data_array(1),
    v_data_array(2),
    v_data_array(3),
    v_data_array(4);
    v_data_array(5);
    v_data_array(6);
    v_data_array(7);
    v_data_array(8);
    v_data_array(9);
    v_data_array(10);
    v_data_array(11);  
    

    TO

    EXECUTE IMMEDIATE 'insert into TABLE_X (v1, v2, v3, v4 ,v5, v6, v7,v8 ,v9, v10, v11)
    values (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11)'
    USING
    v_data_array(1),
    v_data_array(2),
    v_data_array(3),
    v_data_array(4),
    v_data_array(5),
    v_data_array(6),
    v_data_array(7),
    v_data_array(8),
    v_data_array(9),
    v_data_array(10),
    v_data_array(11);  
    

    And I have created table missing

    CREATE TABLE TABLE_X
      (
        v1  VARCHAR2(255),
        v2  VARCHAR2(255),
        v3  VARCHAR2(255),
        v4  VARCHAR2(255),
        v5  VARCHAR2(255),
        v6  VARCHAR2(255),
        v7  VARCHAR2(255),
        v8  VARCHAR2(255),
        v9  VARCHAR2(255),
        v10 VARCHAR2(255),
        v11 VARCHAR2(255)
      );
    

    Kind regards
    Jari

    Published by: jarola November 19, 2010 15:03

  • PL/SQL procedure does not compile

    Hello guys! I worked on a procedure these days, and even if the result looks good to me, I can not compile the proc error ORA-00933.

    Can you please have a look at - 4 eyes can detect more than two ;-)

    Thank you very much! I appreciate your help and your advice!

    ARO

    SEB
    create or replace
    PROCEDURE "PR_FANGZAHLEN_TW_SK"
    (PR_falle NUMBER, PR_fallennummer NUMBER, PR_schaedling NUMBER)
    
    IS
       datum_letzter_datensatz   DATE;
       diff_datum                NUMBER (10);
       tagesfang                 NUMBER (12);
       y                         NUMBER (10);
       
    BEGIN
               
       /*Date of first record*/
       select min(f.date_datum)
       into   datum_letzter_datensatz
       from   borki.fangzahlen f
       where  f.lng_falle = PR_falle
       and    f.int_fallennummer = PR_fallennummer
       and    f.lng_schaedling = PR_schaedling;
     
    IF EXISTS (select *
              FROM borki.fangzahlen f
              WHERE f.lng_falle = PR_falle
               AND  f.int_fallennummer = PR_fallennummer
               AND (f.lng_schaedling = PR_schaedling)
               AND ((f.date_datum - datum_letzter_datensatz) > 0)
               AND ((f.int_anzahl > 0) or (f.int_volumen > 0))
               )
    THEN
        select (case 
               when f.int_volumen > 0 and f.lng_schaedling = 1 then f.int_volumen * 40
               when f.int_volumen > 0 and f.lng_schaedling = 2 then f.int_volumen * 550
               when f.int_anzahl > 0 then f.int_anzahl
               end)
               / (f.date_datum - datum_letzter_datensatz)
          into tagesfang
          from fangzahlen f
         where (f.lng_falle = pr_falle)
           and (f.int_fallennummer = pr_fallennummer)
           and (f.lng_schaedling = pr_schaedling)
           and ((f.date_datum - datum_letzter_datensatz) > 0)
           and ((f.int_anzahl > 0) or (f.int_volumen > 0))
     
              y := 1;
              WHILE y < diff_datum + 1
              LOOP
                 /* Insert FANGZAHLEN_TAGESWERTE*/
                 INSERT INTO fangzahlen_tageswerte
                             (objectid, lng_falle,
                              date_datum, int_fallennummer, 
                              lng_schaedling, int_volumen, int_anzahl, lng_fangzahlen
                             )
                 SELECT seq_fangzahlen_tageswerte.NEXTVAL, f.lng_falle,
                        datum_letzter_datensatz + y, f.int_fallennummer, 
                        f.lng_schaedling, f.int_volumen, tagesfang, f.objectid
                  from fangzahlen f
                  where f.lng_falle = PR_falle
                   and f.int_fallennummer = PR_fallennummer
                   and f.lng_schaedling = PR_schaedling
                   and (f.date_datum - datum_letzter_datensatz) > 0
                   and (f.int_anzahl > 0) or (f.int_volumen > 0)
     
                   y := y + 1;
                   
              END LOOP;
    
    END IF;
    
    EXCEPTION
       WHEN NO_DATA_FOUND
       THEN
          NULL;
       WHEN OTHERS
       THEN
          -- Consider logging the error and then re-raise
          RAISE;
          
    END "PR_FANGZAHLEN_TW_SK";
    Edited by: skahlert the 06.04.2010 07:57

    It's your EXISTS, you cannot use this way. You will need to use a different SELECT INTO (you can add AND ROWNUM = 1) or a CASE statement. Looks like you are testing the existence of certain data and depending on whether you want to process the data.
    It reminds me of this: http://tkyte.blogspot.com/2008/12/doing-it-wrong.html
    You might consider restructuring your code. (Less code is less bugs =)

Maybe you are looking for