instead of trigger error

Hi all

I use

Connected to Oracle Database 11g Express Edition Release 11.2.0.2.0

I use the Oracle HR schema

CREATE TABLE EMPLOYEES_COPY2 AS

SELECT *.

EMPLOYEES

CREATE TABLE DEPARTMENTS_COPY2

AS

SELECT * FROM DEPARTMENTS

CREATE TYPE employee_type AS OBJECT)

VARCHAR2 (25) LAST_NAME,.

E-MAIL VARCHAR2 (25).

DATE OF HIRE_DAE,

JOB_ID VARCHAR2 (10))

CREATE THE EMPLOYEES_LIST TYPE

AS THE employee_type TABLE

CREATE VIEW DEPT_EMP_VIEW

AS

SELECT D.DEPARTMENT_ID,

D.DEPARTMENT_NAME,

CAST (MULTISET (SELECT SELECT,)

E.EMAIL,

E.HIRE_DATE,

E.JOB_ID

OF EMPLOYEES_COPY2 E

WHERE E.DEPARTMENT_ID = D.DEPARTMENT_ID)

AS EMPLOYEES_LIST) PGE

OF DEPARTMENTS_COPY2 D

SQL > CREATE OR REPLACE TRIGGER IO_BIFER_DEPT_EMP_VIEW

2. INSTEAD OF

3. INSERT ON DEPT_EMP_VIEW FOR EACH LINE

4 BEGIN

5 INSERT INTO DEPARTMENTS_COPY2 (DEPARTMENT_ID, DEPARTMENT_NAME)

6 VALUES (: NEW.) DEPARTMENT_ID,: NEW. DEPARTMENT_NAME);

7

8. FOR i IN 1.. : NEW. PGE. COUNTY

9 LOOP

10 INSERT INTO EMPLOYEES_COPY2 (LAST_NAME, DEPARTMENT_ID, EMAIL, HIRE_DATE, JOB_ID)

11 VALUES (: NEW.) (I) TIME. LAST_NAME,: NEW. (I) TIME. E-MAIL: NEW. (I) TIME. HIRE_DATE,: NEW. (I) TIME. JOB_ID,

12: NEW. (I) TIME. DEPARTMENT_ID);

13 END OF LOOP;

14 END;

15.

WARNING: Trigger created with compilation errors

SQL > show err

Errors for the HR of the TRIGGER. IO_BIFER_DEPT_EMP_VIEW:

LINE/COL ERROR

-------- -------------------------------------------------

8/71 PLS-00302: component 'HIRE_DATE' must be declared

8/70 PL/SQL: ORA-00904: invalid identifier

7/8 PL/SQL: statement ignored

What is the error here, I'm not bale to understand.

Help, please

Thank you

You have a typo in the definition of the type:

CREATE TYPE employee_type AS OBJECT)

VARCHAR2 (25) LAST_NAME,.

E-MAIL VARCHAR2 (25).

HIRE_DAE DATE,

JOB_ID VARCHAR2 (10))

Then correct the type definition or use: NEW. (I) TIME. HIRE_DAE in relaxation.

SY.

Tags: Database

Similar Questions

  • Instead of Trigger / update errors

    I have a vision (below light version) which gives me the error below when my filres of Instead of trigger.
    I can update the view directly in PL/SQL Developer, but Apex fails.

    If I comment on the number of errors online sql it will work in the Apex, is there a switch setting / I can adjust in Apex during the process of LMD to operate or other ideas?
    Thank you.

    ORA-20505: DML error: p_rowid = SEARCH. CSV | 2010.03.10.03.51.27, p_alt_rowid = FILE_INSTANCE_ID, p_rowid2 =, p_alt_rowid2 is. ORA-02014: cannot select the UPDATES view DISTINCT, GROUP BY, etc.


    create or replace view fupload_hdr_mnt as
    Select the FI. FN_ID File_Instance_Id
    FI.FI_ID, File_Id
    To_Date (HD. TRANS_DATE, 'YYYYMMDD') Trans_Date
    CBS. Error_Count
    File FI, F, Fupload_Head HD files,.
    (Select Min (EL. FN_ID) FN_ID, Count (EL.seq) Error_Count
    File FI, EL Errors_log
    Where (FI. FN_STATUS in (' a ',' W ')
    Or NVL (FI. (Fn_Error_Ind, n) = 'Y')
    And NVL (FI. Fn_Remove_Ind, ' don't) <>'Y '.
    And FI. FN_ID = EL. FN_ID (+)) EC
    Where (FI. FN_STATUS in (' a ',' W ')
    Or NVL (FI. (Fn_Error_Ind, n) = 'Y')
    And NVL (FI. Fn_Remove_Ind, ' don't) <>'Y '.
    And FI.FI_ID = F.Fi_Id
    And FI. FN_ID = HD. Fn_Id
    And FI. FN_ID = CBS. FN_ID (+);

    My apologies - I made a small mistake in the join:

    create or replace view fupload_hdr_mnt as
    select FI.FN_ID File_Instance_Id
    , FI.FI_ID File_Id
    , To_Date(HD.TRANS_DATE,'yyyymmdd') Trans_Date
    , ( SELECT nvl(Count(EL.seq),0)
        FROM Errors_log EL
        WHERE el.fn_id = fi.fn_id) Error_Count
    From FileInstance FI,
    Files F,
    Fupload_Head HD
    Where (FI.FN_STATUS In ('A','W')
    Or NVL(FI.Fn_Error_Ind,'N') = 'Y')
    And NVL(FI.Fn_Remove_Ind,'N') 'Y'
    And FI.FI_ID = F.Fi_Id
    And FI.FN_ID = HD.Fn_Id;
    

    I changed the

    WHERE el.fn_id = fi.fn_id) Error_Count
    

    clause to include the FN_ID instead of my error (FI_ID). This should hang the number of correct errors at the END. Primary key FN_ID value!

  • FRM-40735: trigger ERROR raised unhandled exception ORA-06508

    I am having this error when executing my form this error before the page load screen I have not een know what trigger causes error

    FRM-40735: trigger ERROR raised unhandled exception ORA-06508'm in oracle 11 g 2 of the form how to find on which trigger causes error

    Hello

    Below is the cause of the error and for more information, see the link below.

    Question: An attempt was made to call a stored program that cannot be found.

    ORA-06508: PL/SQL: not found unit of programs called tips

    Oracle/PLSQL: ORA-06508

  • How to create components of ADF BC as EO 'view with INSTEAD of trigger.

    I have a 'vision with INSTEAD OF trigger' on an external schema. is it possible to create the ADF EO on top of this point of view in my local schema?. If possible, then it is possible to insert/update this portal uses standard data ADF controls and module application.? I'm trying to see if it is possible with the standard controls of ADF without calling pl/sql API for insert/update this external table. any ideas are appreciated.


    --

    Kind regards

    Surya

    http://stegemanoracle.WordPress.com/2006/03/15/using-updatable-views-with-ADF/

  • Instead of trigger on a Materialized view?

    Hello

    We write INSTEAD OF trigger on the materialized view?

    Piyush

    peeyushgehlot wrote:
    When we refresh materialized, view view full is truncated and new records get inserted, it is on the books and we can do service work, but when the incremental refresh is done, this trigger will run I don't know.

    I'm not sure that I am. A complete refresh will cause insert triggers (line level and the table, before and after) fire for each row of the materialized view. An additional update will cause insert, update, and delete triggers (line level and the table, before and after) in the fire for each changed row. It may be of course, updates that do not actually change the data depending on how one defines the materialized view, and how changes should be handled.

    Justin

  • Form trigger error ORA-22816: feature not supported with RETURNING clause

    Hi Apex developers.

    I created the form to the poster with the INSTEAD of trigger. Everything works very well for the UPDATE and DELETE. But to INSERT the "automatic line (DML) treatment" trigger ORA-22816: feature not supported with RETURNING clause. When I disable the INSTEAD OF trigger it start work very well too. But I have to use INSTEAD OF trigger for safety reasons.

    Meet someone too the question?

    What is workaroud for the question?

    Thank you very much.

    Michaud

    Hi Martin,

    MMH, it beats me. You could try with tracing active sql (add & ptrace = YES to your URL), see what actually running.

    Cordially Jens

  • Instead of Update trigger error

    Hi all
    I tried to solve this problem of course 4-5 days... I'm unable to solve... Can someone please...

    I hhave a requirement I need to update 4 tables from a single form... I created a view that will get the required fields as well as primary keys for all these tables of 4.

    Then I created a trigger Instead of Update as below

    CREATE OR REPLACE TRIGGER "HOMEPAGEVIEW_UPDATE".
    Instead of UPDATE on cts_homepageview
    BEGIN
    DECLARE
    vID NUMBER;
    UPDATE cts_hardware_info
    SET BATCH =: NEW. BATCH,
    COMPUTERNAME =: NEW.COMPUTER_NAME,
    OPERATINGSYSTEM_ID =: NEW. OPERATINGSYSTEM_ID
    where computer_id =: NEW.COMPUTER_ID;

    UPDATE cts_server_administrator
    SET PRIMARY_ADMIN_ID =: NEW. PRIMADMIN_ID,
    SECONDARY_ADMIN_ID =: NEW. SECONDADMIN_ID
    WHERE ID =: NEW.ID;

    UPDATE cts_location_info
    SET BUILDING_ROOM_RACK =: NEW. BUILDING_ROOM_RACK
    WHERE LOCATION_ID =: NEW. LOCATION_ID;

    UPDATE cts_maintenace_info
    SET MAINTENANCE_WINDOW =: NEW. MAINTENANCE_WINDOW
    WHERE MAINTENANCE_ID =: NEW. MAINTENANCE_ID;
    END;


    When I try to update a record, am gettting the following error

    ORA-20505: DML error: p_rowid = 488, p_alt_rowid = COMPUTER_ID, p_rowid2 =, p_alt_rowid2 is. ORA-02014: cannot select the UPDATES view DISTINCT, GROUP BY, etc.
    Error failed to process row in the CTS_HOMEPAGEVIEW table.
    Ok


    I've already posted this question on the forum, but force the answers so try my luck again... Can someone please... I searched the forum for similar requests ths... Found a post the solution bt is not given...


    Thank you
    Yvette

    Published by: user0012 on April 29, 2009 09:54

    Yvette:

    Most likely you typoed a name table or a column in the code in the trigger name. Check that the table names and column names referenced in the trigger are valid. Take a look at the line with

    OPERATING_SYS =: NEW. OPERATING_SYS

    Is this a valid column?

    CITY

  • Instead of Trigger

    Hi all

    I'm trying to implement instead of the notion of trigger in oracle. Below is my code

    create or replace view insteadtrigger as

    instead of inserting it on emp_dept_view

    create or replace view emp_dept_view as

    Select d.department_id,

    d.dept_name,

    Select

    departments d, employees e

    where e.department_id = d.department_id

    declare

    v_department_id departments.department_id%type;

    Start

    Select department_id in v_department_id

    departments where department_id =: NEW.department_id;

    When no data found then

    INSERT INTO employees (employe_id, last_name, department_id)

    VALUES (emp_sequence.nextval,: new.last_name, v_department_id);

    END insteadtrigger;

    "I m getting the error"

    Error from line: 12 in order.

    create or replace view insteadtrigger as

    instead of inserting it on emp_dept_view

    declare

    v_department_id departments.department_id%type

    Command line error: column 13: 1

    Error report-

    SQL error: ORA-00928: lack of SELECT keyword

    00928 00000 - 'lack the SELECT keyword'

    * Cause:

    * Action:

    Variable binding 'NEW' is NOT DECLARED

    anonymous block filled

    Can you people help me fix this error

    I told you that delete 'UNDER '.

  • DAQmx Trigger: Error 2200077

    Hello

    I am trying to create a program to trigger a hammer signal, using a USB-6211 card and 4 analog inputs (via 1 DAQmx create channel HAVE voltage to the hammer and 3 others at the exit of the accelerometer). Having as a basis for some examples of LabView as "Acq Cont & voltage chart ' and 'Impact Test (DAQmx) [.vi SVXMPL_Impact Test (DAQmx)]', I built my program, but it does not work.

    If I don't put the relaxation and the task to start, my programme without any problem (in this case I use 4 DAQmx create channel HAVE tension, a DAQ Timing, linked to the DAQmx Read located on the loop). But when I add the trigger (start analog Edge) out of the loop, so that between the time the DAQmx Read, error-200077 apears and DAQmx. This same error apears too when I try to run the sample of "Cont Acq & voltage graph" (even if I change the sample rate and the number of samples, the error is still the same). The error-200431 apears when I try to launch the second example ("Impact Test (DAQmx) [SVXMPL_Impact Test (DAQmx) .vi]), but in this case probably the DAQ card is not suitable to run this program.

    When I add a task to start before the loop (where is located the DAQmx Read function) on my program without the shutter button, the error-200278 appears. And if I add the trigger and Start Task, just the apperas-200077 error function. However, the startup task is not bothering me as much as the trigger, because when I do not use the trigger on the example "Acq Cont & chart tension" and the task of beginning is always there, this program runs normally. In this case the problem is probably on my prgram and not on my data acquisition card.

    I just want to know if my card cannot run this trigger function (early analog Edge) or if there is something else, because it's strange how a relatively simple example can be run using my data acquisition card.

    Thank you

    Hi, FCB,.

    The USB-6211 can only be released digitally.

    The attached document allows you to see the specifications of your card:

    http://sine.NI.com/NIPs/CDs/view/p/lang/en/NID/203224

  • Reference with 6215 trigger: error 200452

    I am trying to create a trigger for reference to the analog inputs of sample. However, I get the following error:

    Error DAQmxBase-200452: specified property is not supported by the device or is not applicable to the task.

    And here is the code (which is actually from one of the sample codes)

    .

    Trip parameters
    Char [] triggerSource = ' / PFI0/Dev1;
    uInt32 triggerSlope = DAQmx_Val_RisingSlope;
    uInt32 triggerSamples = 100;
    .

    .

    .

    DAQmxErrChk (DAQmxBaseCreateTask("",&taskHandle));
    DAQmxErrChk (DAQmxBaseCreateAIVoltageChan(taskHandle,chan,"",DAQmx_Val_Cfg_Default,min,max,DAQmx_Val_Volts,));
    DAQmxErrChk (DAQmxBaseCfgSampClkTiming (taskHandle, clockSource, sampleRate, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, samplesPerChan));

    DAQmxErrChk (DAQmxBaseCfgDigEdgeRefTrig (triggerSource, triggerSlope, taskHandle, triggerSamples));

    DAQmxErrChk (DAQmxBaseStartTask (taskHandle));
    DAQmxErrChk (DAQmxBaseReadAnalogF64(taskHandle,pointsToRead,timeout,DAQmx_Val_GroupByChannel,data,bufferSize,&pointsRead,));

    printf ("%d samples\n achievements", pointsRead);

    Print only the first 10 points
    for (i = 0; i< 10;="">
    printf ("data [%d] = %f\n", i, data [i] ");

    Reference trigger not taken the 6215? I m using the following:

    OpenSuse 11.2

    MX NI DAQ base 3.4.0

    LabVIEW 10.0

    I m basically just make use of the C API in my own program and do not use other software to configure the DAQ.

    Unfortunately, reference trigger is only supported in DAQmx Base 3.4 for the PCI, PCIe, PXI M Series (see the DAQmx Base 3.4 readme file).

    A possible solution would be to sample lines HAVE continuously and implement the reference trigger yourself in the software.

    Best regards

  • Beep on startup instead of sound error

    Original title: beep instead of his mistake

    Hi, I had a new problem with my 2nd laptop.
    The problem is difficult to solve.
    My sound card, all right.
    I can hear the sound very well.
    But the problem is, I hear BIOS Boot sound-"beep!" ING in place
    the system error sound (like when you type "abcdefg" in its execution, low piano dating
    Msg error of brand X).
    That's the problem I got.
    That his error is the problem.
    My sound card driver is good.
    How can I solve this problem?

    Very well.

    Most of the sounds THAT XP are configurable.

    Click Start, settings, Control Panel, sounds and Audio devices and look under the sounds tab.

    Look in the events section of the program.

    When you type abcdefg in start, run, and then click OK, XP should play the sound associated with the event called critical shutdown.

    Select the critical event program to stop and see what .wav file is associated with that event.  The files are usually in the c:\windows\media folder to be able to change the audio file of your choice in this folder.

    Click on the small black arrow to read the sound associated with the criticism-Stop event and what you hear?

    It will usually be on:

    Windows XP stop critique.wav

    If this is not the case, edit and save the changes.  You can simply choose any sound you like in the list of .wav files drop-down sounds and listen to it and if you wish, you can click OK to save.  If you don't like it, leave it alone or choose another.

    When I get new mail, instead of the new sound of mail (the default is new Mail Notification.wav), I have Homer Simpson saying "mail!"  The mail is here! ».  Sometimes I change it to a song of cock.

    If your Windows XP stop critique.wav file is missing or is somehow his right when you play, I can download one on my SkyDrive and you can download it and replace it.

    Check them all!  Change them all!  Some events have no sound, but you can assign a sound to all of these events or change an any of them.

  • Trigger error

    I have create this trigger:

    CREATE OR REPLACE TRIGGER old_date

    BEFORE coupons INSERT, DELETE or UPDATE ON

    FOR EACH LINE

    BEGIN

    Remove COUPON

    WHERE correspondents < sysdate;

    END;

    so, I want to insert a new row in the table "coupons":

    INSERT IN COUPONS (KUP_ID, UZS_ID, KLUBO_ID, KAINA, KREIPINYS, PALINKEJIMAS, expiration_date )

    VALUES (18, 1, 1, 50, "Trigeri", 'Gero trigerio!', ' 2016-01-01');

    and I get this...

    Error starting 1 001 from command line:

    INSERT COUPONS (KUP_ID, UZS_ID, KLUBO_ID, KAINA, KREIPINYS, PALINKEJIMAS, CORRESPONDENTS)

    VALUES (18, 1, 1, 50, "Trigeri", 'Gero trigerio!', '' 2016-01-01)

    Error report:

    SQL error: ORA-04091: ANONYMOUS array. Vouchers is changing, function of triggering/can not see

    ORA-06512: at "ANONYMOUS. OLD_DATE', line 2

    ORA-04088: error during execution of trigger ' ANONYMOUS. OLD_DATE'

    ORA-06512: at "ANONYMOUS. OLD_DATE', line 2

    ORA-04088: error during execution of trigger ' ANONYMOUS. OLD_DATE'

    04091 00000 - "table %s.%s is changing, function of triggering/can not see.

    * Cause: A trigger (or plsql user-defined function that is referenced in)

    This statement) attempted to watch (or modify) a table that has been

    in the Middle being modified by the statement that shot.

    * Action: Rewrite the trigger (or function) so it does not read this table.

    The transfer of error, do not try to update at the same table for a trigger on which it is defined.

    But if you really want to do this, try to create an immediate part time job of a trigger as

    CREATE OR REPLACE TRIGGER old_date

    BEFORE coupons INSERT, DELETE or UPDATE ON

    FOR EACH LINE

    BEGIN

    dbms_job. Submit

    (

    work-online l_jobid,

    What => ' remove COUPONS WHERE correspondents<>

    next_date-online sysdate,

    interval-online null

    );

    END;

  • Compilation of trigger error

    Hello

    I'm new with Oracle technology and I do not understand this error:

    Compilation failure, line 0 (18:19:09) line numbers associated with compilation errors are relative to the first BEGIN statement. This affects only the compilation of database triggers.

    PLS-00801: internal error [ph2csql_strdef_to_diana:bind] Compilation failed, line 12 (18:19:09) line numbers associated with compilation errors are relative to the first BEGIN statement. This affects only the compilation of database triggers.

    PL/SQL: ORA-06544: PL/SQL: internal error, arguments: [ph2csql_strdef_to_diana:bind] [] [] [], [], [], [], [] Compilation failed, line 10 (18:19:09) line numbers associated with compilation errors are relative to the first BEGIN statement. This affects only the compilation of database triggers.

    PL/SQL: SQL statement ignored


    This is the code:

    create or replace TRIGGER "BI_TBL_GAC_DEMANDES_AMEL"

    front Insert on 'TBL_GAC_DEMANDES_AMEL'

      for each row

    DECLARE

    v_users users% rowtype

    BEGIN

      if : NEW . "PK_ID_GAC_DEMANDE_AMEL" is null then

    -New PK

    Select 'TBL_GAC_DEMANDES_AMEL_SEQ'.nextval

          into : NEW . "PK_ID_GAC_DEMANDE_AMEL"

          from SYS . DUAL;

    -Find the recipient

        Select *

          into v_users

          from users

            where user_name = : v ('APP_USER') ;

    -Send msg responsible plan of action

    Insert into TBL_MESSAGES ( )

             DAT_MESSAGE ,

             TXT_TITRE ,

    FK_ID_EXPEDITEUR

    FK_ID_DESTINATAIRE

    FK_TXT_PROCEDURE

    FK_TXT_STATUT_MSG

             TXT_MESSAGE )

        values (

             SYSDATE ,

    ' New request improvement of,

            v_users . FK_ID_EMPLOYE,

            -- v_users . FK_ID_EMPLOYE,

    111,

            'GAC' ,

            'NEW' ,

    ' A new improvement request has been created and your intervention is requested '()

      end if ;

    END ;

    Thanks for help.

    > where user_name =: v ('APP_USER');

    incorrect syntax above

    What are you trying to do here?

    How can I ask a question in the forums?

    https://forums.Oracle.com/forums/thread.jspa?threadID=2174552#9360002

  • Trigger error - Table or view does not exist

    Hello

    I imported a dump of the database of Oracle 9i to Oracle 11 GR 2. Everything works fine, but I'm unable to compile the two triggers. Relaxation is provided in:

    {code}

    create or replace trigger tm_daily_activity_t_bf_update before update on tm_daily_activity_t start_t

    for each line

    Declare

    Time_now DATE;

    Varchar2 (40) Terminal.

    name VARCHAR2 (255);

    v_program VARCHAR2 (255);

    Start

    Time_now: = SYSDATE;

    Terminal: = USERENV ('TERMINAL');

    Select e-mail in the name of tm_employee_t where COID_ID0 =: OLD. EMPLOYEE_OBJ_ID0;

    Select the program from v_program v$ session;

    insert into tm_daily_activity_t_log values (: OLD.) START_T,: OLD. EMPLOYEE_OBJ_ID0,: OLD. ROWID,: OLD. CREATED_T, SYSDATE, TERMINAL, NAME, v_program);

    end;

    {/ code}

    {code}

    create or replace trigger tm_daily_activity_t_af_update after update on tm_daily_activity_t start_t

    for each line

    Declare

    v_program VARCHAR2 (255);

    Start

    Select the program in session v_program $ v where sid = (select distinct sid of sys.v$ mystat);

    If upper (v_program) = "TOAD. EXE' or upper (v_program) = ' SQLPLUSW. EXE' or upper (v_program) = ' SQLPLUS. EXE' or upper (v_program) = ' SQLPLUS @ "then

    raise_application_error (-20001, 'validation of completed trigger', true);

    end if;

    end;

    {/ code}

    Both triggers gave error ora-00942 table v$ session, but if I execute a select statement outside triggers it works fine.

    Any ideas what the permission is required?

    Privileges through roles do not apply to procedures, functions, or triggers. Try to connect SYS and giving a direct grant to select users for example

    Grant select on v_$ user session;

  • Outdated Active Muse instead of the error page?

    I have a client with a lot of PDF, text, ZIP, and other downloads available in the directory /assets/ of their site.  They don't want all these assets connected on a page, so that they provide links to the assets directly.  There are more than 1.5 GB of files and sometimes a customer put tpyes file and they don'e get a downland OR our standard redirect tote for 403.  Instead, Muse Javascript seems to intercept, display an error message trying to tell us that some of the files are missing.  We must be able to redirect our standard error page, but Muse seems to have to stop this.

    This appears to be the code below.  How do we get Must to stop showing this?

    (Muse.assets.outOfDate.length||Muse.assets.required.length)&&alert("Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author.")})()})(); 


    Solved. Looks like a local htaccess file was necessary to redirect, instead of a file to the site to a higher level.

Maybe you are looking for

  • I received an alert on Facebook

    Lately, when I connect to Facebook, I've been doing an alert that says that I'm connected from a different device than usual; Is this you?Don't usually connect you from this browser, so we wanted to make sure it was you.Connection informationStatus:

  • Problems with clicking links on google

    Hello Whenever I do a search on Google and click on a link I am redirected to a page at random.For example I have to slam a site on the psychology of the University and redirected to some shopping at random spam site.I copy the url of the link shown

  • My Tecra 9100 does not start correctly

    Hi allPlease give me some advice.The last time I used my tecra 9100 that it functioned very well. Then yesterday I turned it, it seems not initialize properly for the first seconds (light flashing disk showing done something) and then I heard a beep,

  • How can I change the billing address for my Apple Store account?

    Hello I recently moved and I want to update the billing address in my Apple Store account. I'm trying to complete your address after the connection, but he keeps asking my credit card number and the form submit unless I fill in a number. I have never

  • Internet connection down.

    When I turn on my laptop and it tries to connect to my wireless network, he knocks out the internet connection for my office wired and other wireless pc. To cycle power to the router and often it does not solve the problem. Using Linksys wrt110. Have