help me fix this procedure

I am establishing a procedure of

Verify the name of the table in the tab
If
She is then out
on the other
create table
****************************

my code is:

*************

create or replace
procedure global_table
(p_no tab.tname%type: = TBLTRNCOMPMAP)
is
v_nu varchar2;
Start
Select tname in v_nu
Since the tab where tNom = p_no;
If v_nu! = TBLTRNCOMPMAP
then
run immediately")
create a global temporary table TBLTRNCOMPMAP
NUM number (10), vum number (10)
);
ElseIf
"exit";
endif;
end;


*******************

How to fix this procedure

Thank you all

99922255599 wrote:

so this what should I create a TWG or what?

Please define the problem. Why do you want to use a temporary table? What is the problem you're trying to solve?

If yes how to create TWG then in a procedure

Assuming that Yes, you need a temporary table for this unknown problem in Oracle.

1. use TOAD/SQL * Plus/whatever and create the temporary table, for example

create global temporary table TBLTRNCOMPMAP(
   num number(10),
   vum number(10)
)

This must be done once and only once.

2 write a procedure to fill the temporary table with the necessary data, for example

create or replace procedure PopulateCompMap is
begin
  insert into TBLTRNCOMPMAP
  select
      ..
  from ... ;
end;

And that's basically how we use a TWG.

A decision is to do when the TWG should be deleted (deleted rows). In other words, what are the persistence of the lines of the TWG?

Can the content of the TWG be trashed by committing? Should it be kept after a commit? And if so, when fill you manually that TWG again, to this need in the Recycle Bin manually the content before filling the content again?

Tags: Database

Similar Questions

  • When I try to defrag, a window opens and closes and a file download-security warning. A loop repeats. Other programs to do the same thing. Please help me fix this loop? SOS?

    When I run defrag, an IE window opens and closes and a file download-security warning comes up and asks me to run or save the file name: c:\windows\system32 dfrgui.exe, if I hit then another warning of IE - sec stands up and says 'the Publisher could not be verified. Are you sure that you want to run. I struck and the loop repeats. I run a diag of the F10 boot menu with dell. They say that its software and non-material, pay! Microsoft says that Dell is responsible. Other programs to do the same thing. I've updated and rerun my AVG security without error. We are automatically updated, and no other programs were added. Please help me fix this loop? SOS?

    Vista - open file - security warning
    http://www.Vistax64.com/Vista-security/125044-open-file-security-warning.html

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista
    http://support.Microsoft.com/kb/936212/#appliesTo

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/default.aspx/KB/929135

    Your programs launch properly from Safe Mode?  Or Normal Mode if you create another user to test with?

    Vista advanced boot options
    http://Techblissonline.com/Vista-advanced-boot-options/

    Try running ChkDsk to check your drive for errors. Right click on your drive icon / properties / tools / error checking.  Try first by checking do not each box (that it will run in read-only mode) to see if it reports any problems file or hard drive.  If so, restart it by checking both boxes and restart to allow him to attempt to fix any problems found.

    I see a lot of recommendations here for programs such as -

    Malwarebytes' Anti-Malware
    http://www.Malwarebytes.org/MBAM.php

    SuperAntispyware
    http://SUPERAntiSpyware.com/

  • Someone help me fix this error in my Vista Home premium. I tried the system restore too.

    C:\Windows\system32\wshbth.dll is not designed to run on Windows or it contains an error. Try to install the program by using the original installation media or contact your system administrator or the provider of software for support.

    Go to http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx and run Autoruns by using the tab all.  Search for wshbth.dll and if you find it remove the control to prevent it from running at startup.  Click OK and restart.  The message should be gone.

    If this does not work, try a boot minimum http://support.microsoft.com/kb/929135.  If the problem goes away then it's just a matter of tracking down the culprit at the origin of the problem.   Follow the procedures described in the article.  Once found, remove, delete, disable or uninstall.  Once remember to put Vista in normal status, as described in the procedures. If the problem occurs in clean mode then just restore the system to normal and reboot - this solution will not work.

    Start in safe mode with network and see if the problem is here.  A result allows us to narrow down the search for the cause.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • need help to convert this procedure used and call in coldfusion

    Hi I'm new to coldfusion and I haed of the code with me and I need it to convert in the stored procedure and will call back within coldfusion. Can someone help me how to make these data to the stored procedure and calling in coldfusion.

    Here is the code of my

    SET NOCOUNT ON

    DECLARE
    @cpt_dpt_cd char (2)
    @cpt_com_cd char (3)
    @sub_com_cd char (5)
    @con_upc_no char (13)
    , @pid_lng_dsc_tx varchar (100)
    , @pid_sht_dsc_tx varchar (100)
    , @rev_by varchar (8)
    @rev_dt datetime


    DECLARE upc_cursor CURSOR FOR
    SELECT *.
    OF di_audit_corp_upc_ldr_tbl
    WHERE con_upc_no IN ((in English only)
    SELECT con_upc_no, COUNT (*)
    TABLE [dbo]. [di_audit_corp_upc_ldr_tbl]
    GROUP BY con_upc_no
    HAVING COUNT (*) > 1
    )
    ORDER BY con_upc_no

    OPEN upc_cursor

    -It is performed while the previous extraction is successful.
    FETCH NEXT from upc_cursor
    IN
    @cpt_dpt_cd
    @cpt_com_cd
    @sub_com_cd
    @con_upc_no
    @pid_lng_dsc_tx
    @pid_sht_dsc_tx
    @rev_by
    @rev_dt

    -Check @FETCH_STATUS to see if he has more lines to fetch.
    WHILE @FETCH_STATUS = 0
    BEGIN
    -If not exists
    IF NOT EXISTS)
    SELECT con_upc_no
    OF dbo.di_audit_corp_upc_tbl
    WHERE con_upc_no = @con_upc_no
    )
    BEGIN
    -Insert record
    PRINT "insert UPC: ' + @con_upc_no"

    INSERT INTO dbo.di_audit_corp_upc_tbl)
    rcp_dpt_cd
    cpt_dpt_cd
    cpt_com_cd
    sub_com_cd
    cas_upc_no
    con_upc_no
    con_upc_tx
    pid_lng_dsc_tx
    pid_sht_dsc_tx
    aut_vld_cd
    rev_by
    rev_dt
    ) (VALUES
    '07'
    @cpt_dpt_cd
    @cpt_com_cd
    @sub_com_cd
    '0000000000000'
    @con_upc_no
    @pid_lng_dsc_tx
    @pid_lng_dsc_tx
    @pid_sht_dsc_tx
    , 'N'
    @rev_by
    @rev_dt
    )
    END
    ON THE OTHER


    BEGIN
    -to jump
    PRINT ' UPC to jump: "+ @con_upc_no
    END
    < cftransaction action = "commit" / >
    -It is performed while the previous extraction is successful.
    FETCH NEXT from upc_cursor
    IN
    @cpt_dpt_cd
    @cpt_com_cd
    @sub_com_cd
    @con_upc_no
    @pid_lng_dsc_tx
    @pid_sht_dsc_tx
    @rev_by
    @rev_dt

    END

    CLOSE Upc_cursor
    DEALLOCATE upc_cursor

    If I understand your SQL code you select some records in the di_audit_corp_upc_ldr_tbl table.  For each record in the results, you insert di_audit_corp_upc_tbl if a matching record does not already exist in di_audit_corp_upc_tbl.  If this summary is correct, you could try rewriting your query to avoid using a cursor.

    Something like the example below might work (I have not tested this code).

    INSERT di_audit_corp_upc_tbl (rcp_dpt_cd, cpt_dpt_cd, cpt_com_cd, sub_com_cd, cas_upc_no, con_upc_no, con_upc_tx, pid_lng_dsc_tx, pid_sht_dsc_tx, aut_vld_cd, rev_by, rev_dt)
    SELECT ' 07', cpt_dpt_cd, cpt_com_cd, sub_com_cd, ' 0000000000000', con_upc_no, pid_lng_dsc_tx, pid_lng_dsc_tx, pid_sht_dsc_tx, "n", rev_by, rev_dt
    From di_audit_corp_upc_ldr_tbl
    WHERE THERE IS NO
    (
    SELECT *.
    OF di_audit_corp_upc_tbl AS B
    WHERE B.con_upc_no = A.con_upc_no
    ) - check to see if the folder already exists in the destination table
       
    AND
    (
    SELECT COUNT (*)
    FROM di_audit_corp_upc_ldr_tbl AS C
    WHERE C.con_upc_no = A.con_upc_no
    ) > 1 - replaces the HAVING clause in the original query used to select cursor

    Note that I assume you are using Microsoft SQL Server.

    For questions about the improvement of SQL queries you could be better off the coast to post this kind of question on a specific forum for the database server you are using.

  • help me with this procedure

    Experts,

    Scope of the procedure to print every word in the entire sentence below.
    separator is ",".

    but it doesn't have the utility. It prints the 1st set of words like:

    Haisai
    and 24

    but he does NOT receive the demosai & 42 values.

    ******************
    create or replace procedure splittxt is
    txt varchar2 (200): = "haisai, 24, demosai, 42';
    txt1 varchar2 (10);
    txt2 varchar2 (10);
    Len number (2);
    Start
    loop
    Len: = length (txt);
    txt1: = substr (txt, 1, instr(txt,',')-1);
    txt2: = substr (txt, instr (txt, ',', 1, 1) + 1, instr(txt,',',1,2) - instr(txt,',',1,1)-1);
    dbms_output.put_line (txt1);
    dbms_output.put_line (' and ' | txt2);
    "" txt1 =;:
    "" txt2 =;:
    If txt2 = 42 then
    "exit";
    end if;
    end loop;
    end;
    ******************

    Any help is appreciated.

    Thank you
    Salome.

    Just divide and conquer...

    select regexp_substr('haisai,24,demosai,42','[^,]+',1,1) from dual
    
    select regexp_substr('haisai,24,demosai,42','[^,]+',1,2) from dual
    
    select regexp_substr('haisai,24,demosai,42','[^,]+',2,1) from dual
    

    Learn the difference by running queries above by yourself...

    The regular expression [^,]+ tells the oracle to parse the string till comma comes in its way.
    

    Since this is vast and can be explained in one post, I ask you to go through the documentation.

    Ravi Kumar

  • I have a compaq presario cq57 notebook pc and my wireless is not solving the problems of work said that the access point and wireless network card works I need help to fix this please

    the internet works only with the ethernet cable and not wireless. I have service with comcast.

    Hi, Antonia.
    Thanks for posting your question on the Forums of community of Microsoft.
     
    1. do you get an error message?
    2. don't you make changes to the computer before the show?
     
    Here are some ways you can follow to resolve the problem:
     
    Method 1:
    Check out the link and follow the steps in the article:
    Troubleshooting your wireless network and Internet access (Windows 7)
    http://h10025.www1.HP.com/ewfrf/wc/document?cc=us&LC=en&DLC=en&docName=c02543015#n55
     
    Method 2:
    Reference:
    How can I troubleshoot network card?
     
    Hope this solves the problem
  • Please can someone help me fix this code? Its doesn't seem to make the div you want to stick to the top of the page: the code is shown below.

    I need help, what is the problem with the code below:

    <! DOCTYPE html >

    < html >

    < head >

    < title > < / title >

    < style >

    *{

    margin: 0;

    padding: 0;

    }

    {#sticky}

    Width: 600px;

    background-color: #000;

    color: #fff;

    do-size: 2em;

    border-radius: 0.5ex;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 3px;

    }

    {#sticky.stick}

    position: fixed;

    top: 0;

    z index: 10000;

    }

    {#sticky-anchor}

    height: 0;

    }

    {#wrapper}

    Width: 600px;

    Auto margin: 0;

    padding: 0;

    }

    #header {}

    Width: 600px;

    height: 140px;

    Auto margin: 0;

    }

    #content {}

    Display: block;

    height: 800px;

    Width: 600px;

    background-color: pink;

    }

    < / style >

    < / head >

    < body >

    < script >

    function sticky_relocate() {}

    var window_top = $(window) .scrollTop ();

    var div_top is $('#sticky-anchor').offset () .top;.

    If (window_top > div_top) {}

    $('#sticky').addClass ('stick');

    } else {}

    $('#sticky').removeClass ('stick');

    }

    }

    {$(function()}

    $(window) .scroll (sticky_relocate);

    sticky_relocate();

    });

    < /script >

    < div id = 'wrapper' >

    < div id = "header" > < welcome h1 > < / h1 > < / div >

    < div id = "post-it-anchor" > < / div >

    < div id = "sticky" > it will stay at the top of the page < / div >

    < div id = "content" > < / div >

    < / div >

    < / body >

    < / html >

    Nothing wrong (other than a few problems regarding coding practices). You simply need to link to the top of the jQuery library.

  • Please someone help me with this procedure

    create or replace procedure do_withdrawal

    (

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    unathurozied exception;

    Start

    If get_authority (p_cust_id, p_acc_id) = 0 then

    raise unathurozied;

    on the other

    Insert indent

    (

    wit_id,

    cust_id,

    acc_id,

    amount,

    Date_Time

    )

    values

    (

    pk_seq.nextval,

    p_cust_id,

    p_acc_id,

    p_amount,

    SYSDATE

    );

    commit;

    dbms_output.put_line (' Dear customer: your balance is ' (p_acc_id) get_balance | p_amount);

    end if;

    exception

    When unathurozied then

    raise_application_error (-20010, "Unathorized user");

    ......................................................................................................

    I get the following error when you try to insert into the table of withdrawal

    ..................................................................................................

    Start

    exec do_withdrawal ('650707-1111', ' 123 ', ' 0.0');

    end;

    Error from the 74 in the command line:

    exec do_withdrawal ('650707-1111', ' 123 ', ' 0.0')

    Error report:

    ORA-06502: PL/SQL: digital or value error: character of number conversion error

    ORA-06512: at "SYSTEM. DO_WITHDRAWAL', line 19

    ORA-06512: at line 1

    06502 00000 - "PL/SQL: digital error or the value of %s.

    * Cause:

    * Action:

    out of this get_authority (p_cust_id, p_acc_id) is not a digital .output get_authority this varchar2 which is always a string.

    You can't compare if get_authority (p_cust_id, p_acc_id) = 0 then in the do_withdrawal procedure.

    If you want you want changed in the do_withdrawal procedure.

    Of

    If get_authority (p_cust_id, p_acc_id) = 0 then

    TO

    If get_authority (p_cust_id, p_acc_id) = '0' then

    Now, it will work

  • Please help me with this procedure

    Hi guys. I am trying to create a procedure that inserts into the table of withdrawal and then print the user balance. Yet once, I created a function called get_authority that checks whether the user is allowed or not. I could write the procedure but still get an error. Please help me to correct my mistake. Thank you

    create or replace procedure (do_withdrawal)

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    v_cnr number (9);

    Exception not allowed;

    Start

    Select pk_seq.nextval in the double v_cnr;

    insert into deposits (wit_id, cust_id, acc_id, amount, Date_Time) values (v_cnr, p_cust_id, p_acc_id, p_amount, sysdate);

    commit;

    EXCEPTION

    Where (get_authority = 0 ;) then)

    Unauthorized, Sunrise

    dbms_output.put_line ("'User Unauthrorized")

    on the other

    dbms_output.put_line (' Dear customer: your balance is ')

    end;

    Yes, you can

    create or replace procedure do_withdrawal

    (

    p_cust_id in varchar2,

    p_acc_id number,

    p_amount number

    )

    as

    exception unathurozied;

    Start

    If get_authority = 0 then

    raise unathurozied;

    on the other

    Insert in deposits

    (

    wit_id,

    cust_id,

    acc_id,

    amount,

    Date_Time

    )

    values

    (

    pk_seq.nextval,

    p_cust_id,

    p_acc_id,

    p_amount,

    SYSDATE

    );

    end if;

    exception

    When unathurozied then

    raise_application_error (-20010, "Unathorized user");

    end;

  • Really basic alignment table help! Can you help me fix this?

    Working on an assignment and half of my pages are like this one, where the table will not reach the Summit. can't understand why. A help would be so appreciated!

    major assignment.jpg

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    Home < title > < /title >

    < style type = "text/css" >

    <!--

    {body

    background-color: #b88898;

    }

    ->

    < / style > < / head >

    < body >

    < table width = "80%" border = "0" align = "center" cellpadding = "15" >

    < b >

    < td bordercolor = "#FFFFFF" > < img src = "menu.jpg" alt = "menu" width = "800" height = "310" border = "2" align = "top" well = "#Map" / > < table > "

    < /tr >

    < b >

    < td align = "left" valign = "top" bgcolor = "#FFFFFF" > < img src = "images / questioned girl.jpg" alt = "interviewed girl" width = "500" height = "312" hspace = "20" hspace = "20" align = "left" / > for a downloadable file of my resume, please click < a href = "Resume.doc" > here < /a > < table >

    < /tr >

    < /table >

    < name of the map 'Map' id = 'Card' = >

    < area shape = "rect" coords = "417,5,509,43" href = "home.html" / > "

    "< area shape ="rect"coords ="424,55,491,86"href =" bio.html"/ > < area shape ="rect"coords ="417,94,521,136"href =" interests.html "/ >

    < area shape = "rect" coords = "406,145,520,188" href = "resume.html" / > "

    < area shape = "rect" coords = "350,233,434,265" href = "references.html" / > "

    < area shape = "poly" coords = "427 246" href = "#" / > < area shape = "rect" coords = "389,190,488,232" href = "crazy.html a little" / >

    < / map > < / body >

    < / html >

    {body

    background-color: #b88898;

    margin: 0;

    }

  • Please help me fix this SQL query...

    Hi, please consider following:
    create table test (col varchar2 (255))
    insert into test values ("TERM").
    Insert test values ("VOLUME");

    Select the test pass where pass in ('TIME', 'VOLUME');
    This property returns the rows.

    but my input string is a comma-separated list:
    DURATION, VOLUME

    so I try
    Select the test pass where col to (replace (' DURATION, VOLUME, ',' "'," '));
    but no result. Or:
    Select the test pass where col in ("' | replace (' DURATION, VOLUME, ','" ', "') |") ') ;

    However
    Select "' | Replace (' DURATION, VOLUME, ',' "'," ') | " ' the double
    gives "DURATION", "VOLUME".

    then why does it work?

    hope you can help. Thank you

    convert stringlist in lines and then use in the clause...

    SELECT col
       FROM test
      WHERE col IN
      (SELECT    *
         FROM
        (SELECT TRIM( SUBSTR ( txt , INSTR (txt, ',', 1, level ) + 1 , INSTR (txt, ',', 1, level+1 ) - INSTR (txt, ',', 1, level) -1 ) ) AS token
           FROM
          ( SELECT ','||'DURATION,VOLUME'||',' AS txt FROM dual
          )
          CONNECT BY level <= LENGTH(txt)-LENGTH(REPLACE(txt,',',''))-1
        )
      )
    

    Ravi Kumar

  • cannot send sms longer for android users.  Can someone help me fix this please?

    I was able to send texts of sms of my Mac book Pro for some time.  But now since 2 months, I can not do.  I could changed some setting accidentally, but not sure how to fix it.  Can someone please?

    It seems that if the link to your iPhone was broken. Make sure your iPhone and Mac are registered in the same Apple ID On your iPhone, go to settings > Messages > Test Message Forwarding, select your computer and follow the instructions.

  • PLEEEEEASE MICROSOFT... HELP ME FIX THIS MESS I AM! RECLAIM 10 TO WIN 7 - OH NO.!

    COMPUTER HP - EAST RECENTLY RETURNED TO WIN 7 OF WIN 10 UPDATE.

    I should stay with 7.  I SHOULD STAY WITH 7!

    Back to Win7 was easy, I thought.  But just wait until you try to back up your files.

    Error code #0 x 80041321.

    Windows says that I have no restore point on my computer.

    Forget taskschd.misc... good luck with anything.

    What I really need to reset to factory settings?

    Is there not an update or the quality of the advice of Microsoft for those of us who upgraded to Win10, returned to Win7, and now we're going to have trouble with our computers?

    I'm tired of the error messages.

    Why, oh, why have I improved?  Everything was good with Windows 7.

    You will pay the price for venturing into the land of lala Microsoft without understanding the consequences or what you receive.

    Windows 7 is the gold standard and will be supported by January 2020.

    However, you need to fix.  It is not so difficult.

    You will probably never get Windows 7 running again, until you perform a new installation of Windows 7.

    I recommend a factory restore.  There is a hidden on your hard drive partition (assuming you have the original OEM hard drive) that has a copy exactly what was on your computer when you first started it.

    There is a specific way to get the factory restore to occur, it's to make you special and computer model.  You can find using Google or let me know the age of the make and model of your computer, and I'll try to find you the right page of instructions.

    First of ALL, download your saved data.  Factory restore erases everything.

  • I play an online game called Last Chaos, and whenever I try to run the launcher I get a message on the screen that shows the error code 626. How can I fix this so I can play my game?

    I play an online game called Last Chaos, and whenever I try to run the launcher I get a message on the screen that shows the error code 626. How can I fix this so I can play my game?

    Hi Kerrkid90,

    Welcome to the Microsoft Answers Community Forum site!

    To launch the browser, I want to suggest you to log on as an administrator in 1. Download the game

    2. run the setup.exe file

    3. right-click on it and run as administrator.

    If it fails, suggest to run the Windows Installer Cleanup utility by visiting the following link:

    http://support.Microsoft.com/kb/290301

    In the case if the above methods fail, you can also contact last chaos community to help you fix this problem:

    http://forums.aeriagames.com/?f=6

    I hope this helps!

    Thank you best regards &,.

    Calogero - Microsoft technical support.
    Visit our Microsoft answers feedback Forum
    http://social.answers.Microsoft.com/forums/en-us/answersfeedback/threads/ and tell us what you think

  • I'm trying to re - install my for windows vista 32 bit synaptics pointing device, but my device manager does not display any device and keeps bring up the keyboard to the screen as how to fix this?

    I tried to install a driver for it but I find only 64 and 86 bit drivers. Sometimes my keyboard is not typing all letters I am getting tye (type) or like this for example. Someone at - it help me fix this please. I really want to get this computer working again.

    Your keyboard might not be hitting the correct letters (typing lertters numbers) because your shift caps lock is enabled (the led is green), to disable it on a portable computer, press on the 'fn + caps lk' keys at the same time, the green light should turn off.

    Your system is 32-bit if you need marked x 86 driver (it's actually 32-bit, there is no system of 86 bit).

    For you On - Screen Keyboard, check if it is automatically configured to start whenever you open a session:

    Go to the Control Panel, easy access, less "explore all settings', click on 'Use the computer without a mouse or keyboard', click on the box in front of"Use on-screen Keyboard"to uncheck if its active.

Maybe you are looking for

  • How to do to restore one bookmark, another option 'restore' then in the library?

    I know how to restore the bookmarks in mozilla firefox, but I want another option to restore the bookmarks in firefox where I can put just the name of the bookmark and it restore automatically if the file is found. Please reply if anyone knows of any

  • Trackpad acting odd.  Insensitive to touch and top with 1/3 doesn't work.

    HI, my Macbook Air is just by its care of apple for 3 years and the trackpad has starting acting weird. It is very sensitive to the touch and the top of page 1/3 in particular is almost dead, unless you rub hard.  He gets very nervous to use, and it

  • Current version?

    What is the current version of windows 7 and what was its release date - could someone help me? I can't find something that is running on the web.

  • to obtain a windows xp recovery disk?

    my computer does not want to continue when its in the splash screen, it says-stallion has failed? or ERD.

  • Compaq Presario 5410us - memory

    Hello, I am trying to upgrade the memory of machines. It is Compaq 5410us windows xp home edition 512 MB 32-bit running.  It has two memory slots.  Where buy one was empty, I recently inserted and 256 MB.  Recently, I have flashed the bios Rom, 686p