Job broken

Hello

In 10g R2
I have a broken work:
select WHAT from dba_jobs where broken='Y';

WHAT
--------------------------------
dbms_refresh.refresh('"XSOFT8"."PS_DISXNE"');
Now after you have solved the problem of how to activate it?
Thank you.

Hello

broken jobs are scheduled for execution after an indefinite time, you must fix hem and mark uninterrupted and that there is a scenario of burleson and many ore called script job_fixer, you can also write your own, this script will mark as uninterrupted work and plan for the Executive on the interval specified by the user, you can plan his job which he will run every half hour

/* Filename on companion disk: job5.sql */*
CREATE OR REPLACE PROCEDURE job_fixer
AS
   /*
   || calls DBMS_JOB.BROKEN to try and set
   || any broken jobs to unbroken
   */

   /* cursor selects user's broken jobs */
   CURSOR broken_jobs_cur
   IS
   SELECT job
     FROM user_jobs
    WHERE broken = 'Y';

BEGIN
   FOR job_rec IN broken_jobs_cur
   LOOP
      DBMS_JOB.BROKEN(job_rec.job,FALSE);
   END LOOP;
END job_fixer;

hope this helps, also check the link given

Thanks and greetings
VD

Tags: Database

Similar Questions

  • DB level COLLECT STATS job broken. How can I restart it?

    DB version: 10.2.0.4

    The DB level to gather stats task seems to be broken in our database.
    SQL> SELECT dj.ENABLED, dj.JOB_NAME, DJ.PROGRAM_NAME, DJ.last_start_date
      2  FROM dba_scheduler_jobs dj
      3  WHERE owner = 'SYS'
      4  AND job_name = 'GATHER_STATS_JOB'
      5  /
     
    ENABLED JOB_NAME                 PROGRAM_NAME         LAST_START_DATE
    ------- ----------------        ------------------   ----------------
    TRUE    GATHER_STATS_JOB        GATHER_STATS_PROG    18-JUN-20 07.30.03.012262 AM +03:30
    PL/SQL developer or TOAD, I don't see the script for the planning of this work. I want to restart this work.
    How can I do? Even if DBA_SCHEDULER_JOBS. ENABLED column is TRUE. The work does not in fact.

    You need to investigate the failures of the tasks using DBA_SCHEDULER_JOB_LOG:

    select log_date, status, additional_info from dba_scheduler_job_log where job_name='GATHER_STATS_JOB';
    

    You should always find information in the dictionary for the jobs to DBMS_SCHEDULER (unlike DBMS_JOB which records employment errors in the log of the instance alerts).

  • Notification of Scheduler job broken - but the work seems to work?

    Hello

    I hope you can help me, because I'm stuck with this problem:

    I have a DBMS_SCHEDULER - work that is scheduled for 06:00 every day. When I choose to DBA_SCHEDULER_JOBS, I see the State is "expected", failure_count is 0, is 1/max_failures, raise_events are "JOB_BROKEN, JOB_STOPPED, JOB_DISABLED.

    There is a notification for this task triggered by JOB_BROKEN, JOB_STOPPED, and JOB_DISABLED events.

    Now, every day, I get a notification like this:

    Job: SYSZSK. JOB_DELETE_ZSK_PROTOKOLL

    Event: JOB_BROKEN

    Date: January 7, 14 06.00.00.046633 AM + 02:00 the journal id: 69808
    Job class: JCL_FBI_NV Run count: count 1 default: count 1 Retry: 0 error code: 0 Error Message:

    BUT:

    -J' I can´t find a line in DBA_SCHEDULER_JOB_LOG with LOG_ID = 69808

    -I find a journal for work:

    LOG_ID: 282810

    LOG_DATE: 7 JANUARY 2014 05:00:01, 033737 + 01:00

    OWNER: SYSZSK

    JOB_NAME: JOB_DELETE_ZSK_PROTOKOLL

    OPERATION: RUN

    STATUS: SUCCESSFUL

    Can you give me a tip what going on here? Any help much appreciated...

    Best regards

    Gerd

    you might be looking at the wrong database.

  • Several select increased in 1 query

    Team of hell,

    I am new to this SQL world. Please help me with this: -.

    I have following queries: -.
    #select name from v$ database;
    #select log_mode from v$ database;
    #select take into account (*) "INVALID_OBJECTS" from dba_objects where status = 'INVALID ';
    count (*) '_INDEXES INVALID_ n/d' #select from dba_indexes where status! = 'VALID ';
    #select take into account (*) invalid 'triggers' from user_objects where OBJECT_NAME like 'TRIGGERS %' and status = 'VALID ';
    #select count (*) 'Jobs broken' from dba_jobs where broken! = « Y » ;
    #select count (*) "Block of Corruption" from v$ database_block_corruption;

    I want a table that can be generated just select cmd and it will list the result of all of the above queires as follows: -.

    DB_NAME ARCH_MOD INV_OBJ INV_IDX INV_TRG B_JOB BLK_CRP
    ---------- -------------------------------------- -------------------------------------- ---------- ---------- ---------- ----------
    NOARCHIVELOG PROD 0 86 6 3 0


    I mean I want several select queries in the 1 table (note:-I'm not saying to create a table and then insert, update (use of select other tables), it's just a sheel script who will pick up these recordings in a txt file)

    Something like that?

    SQL> ed
    Wrote file afiedt.buf
    
      1  select a.name,
      2  a.log_mode,
      3  b."INVALID_OBJECTS",
      4  c."INVALID_N/A_INDEXES",
      5  d."Invalid Triggers",
      6  e."Broken Jobs",
      7  f."Block Corruption"
      8  from
      9  v$database a,
     10  (select count(*) "INVALID_OBJECTS" from dba_objects where status ='INVALID') b,
     11  (select count(*) "INVALID_N/A_INDEXES" from dba_objects where status !='VALID') c,
     12  (select count(*) "Invalid Triggers" from user_objects where OBJECT_NAME like '%TRIGGERS%' and status='VALID') d,
     13  (select count(*) "Broken Jobs" from dba_jobs where broken!='Y') e,
     14* (select count(*) "Block Corruption" from v$database_block_corruption) f
    SQL> /
    
    NAME      LOG_MODE     INVALID_OBJECTS INVALID_N/A_INDEXES Invalid Triggers Broken Jobs Block Corruption
    --------- ------------ --------------- ------------------- ---------------- ----------- ----------------
    ORCL      ARCHIVELOG                 1                   1                0           3                0
    
    SQL>
    

    Now, just try to replace your script with this:

    #! / bin/bash
    export hostname = $2;
    echo 'export has started. "
    export ORACLE_SID = $1;
    export ORACLE_HOME=/$1db/db/10.2.0;
    export LD_LIBRARY_PATH = / lib: / usr/lib: / usr/local/lib: $ORACLE_HOME/lib.
    export TNS_ADMIN=/$1db/db/tech_st/11.2.0/network/admin/$1_$2;
    PATH = / usr/bin: / usr/sbin: / usr/ccs/bin: / usr/local/oracle/bin: / usr/local/bin: / usr/dt/bin: / usr/openwin/bin: / usr/ucb: $ORACLE_HOME/bin: $ORACLE_HOME/OPatch;
    export PATH = $PATH: $ORACLE_HOME/bin.
    echo $ORACLE_HOME
    echo 'export complete.
    #export var1=/$1db/db/tech_st/11.2.0/$1_$2.env
    #export var2=/$1db/db/tech_st/11.1.0/$1_$2.env
    export var3=/$1db/db/10.2.0/$1_$2.env
    #. /$1dB/DB/tech_st/11.2.0/$1_$2.env
    #. /$1dB/DB/tech_st/11.1.0/$1_$2.env
    #./$1db/db/10.2.0/$1_$2.env

    sqlplus / as sysdba<>
    Select b.SID,
    a.log_mode,
    b."INVALID_OBJECTS."
    c.' INVALID_ N/A _INDEXES. "
    d."invalid triggers."
    e."broken jobs."
    (f)"Block Corruption".
    Of
    v$ database.
    (select count (*) "INVALID_OBJECTS" from dba_objects where status = 'INVALID') b.
    (select count (*) "_INDEXES INVALID_ n/d" from dba_objects where status! = 'VALID') c,.
    (select count (*) 'invalid triggers' from user_objects where OBJECT_NAME like 'TRIGGERS %' and status = 'VALID') d.
    (select count (*) 'jobs broken' from dba_jobs where broken! = 'Y') e,.
    f (select count (*) "Block of Corruption" from v$ database_block_corruption);
    "exit"; > filename.txt

    Let us know if it works for you or not.

    Concerning
    Girish Sharma

  • Table is recognized in a SQL statement, but in a stored procedure.

    Hello
    I'm using Oracle 9.2.0.6.0.

    I'm trying to compile a package of procedure in a 10 g database which has been cloned from a 9i database.

    I get an error that there is no sys.dba_refresh table (PL/SQL: ORA-00942: table or view does not exist). Here is the procedure from the package:
      procedure refresh_group
      (
       errbuf                 out varchar2
      ,retcode                out varchar2
      ,p_refresh_group_owner      varchar2
      ,p_refresh_group_name       varchar2
      ,p_trace_flag               varchar2 default 'N'
      )
      is
        cursor c_rg is
          select
                 job
                ,broken
          from
                 sys.dba_refresh
          where
                 rowner = upper(p_refresh_group_owner)
          and
                 rname = upper(p_refresh_group_name)
          ;
        v_job     number  default null;
        v_broken  char(1) default null
        ;
      begin
        /*
        ** Standard FORX Startup
        */
        forx_module.start_module('FORX_SNAPSHOT.REFRESH_GROUP')
        ;
        /*
        ** Verify parameters / status of request group
        */
        for c_rg_rec in c_rg
        loop
          v_job    := c_rg_rec.job;
          v_broken := c_rg_rec.broken;
        end loop
        ;
        if v_job is null
        then
          raise e_invalid_request_group;
        else
          if v_broken = upper('y')
          then
            raise e_dbms_job_is_broken;
          end if
          ;
        end if
        ;
        /*
        ** Move next execute date out one year (it will be scheduled via concurrent manager.)
        */
        dbms_refresh.change(p_refresh_group_owner || '.' || p_refresh_group_name
                           ,sysdate + 365
                           ,'sysdate + 365'
                           )
        ;
        forx_module.commit_force
        ;
        /*
        ** Refresh the specified group. Check the trace flag before. If Y then set the events
        ** to 4045 for the session
        */
        -- Disable query rewrite
    
        execute immediate ('alter session set query_rewrite_enabled=false');
    
        if (p_trace_flag = 'Y') then
        -- Set the event to trace ORA-4045 error
           fnd_file.put_line(fnd_file.log,'alter session set events = ''4045 trace name errorstack level 3'''
                             || ' : '
                             || to_char(sysdate,'MM-DD-YYYY / HH:MI:SS AM')
                            )
        ;
    
          execute immediate ('alter session set events = ''4045 trace name errorstack level 3''');
        end if;
    
        dbms_refresh.refresh(p_refresh_group_owner || '.' || p_refresh_group_name)
        ;
        forx_module.commit_force
        ;
        if (p_trace_flag = 'Y') then
           execute immediate ('alter session set events = ''4045 trace name errorstack off''');
        end if;
        -- Enable query rewrite
        execute immediate ('alter session set query_rewrite_enabled=true');
    
        fnd_file.put_line(fnd_file.output,'Snapshot refresh group: '
                                       || p_refresh_group_owner || '.' || p_refresh_group_name
                                       || ' refreshed on/at: '
                                       || to_char(sysdate,'MM-DD-YYYY / HH:MI:SS')
                         )
        ;
        /*
        ** Standard end-of-module processing.
        */
        forx_module.end_module(errbuf
                              ,retcode
                              )
        ;
      exception
        when e_invalid_request_group then
          forx_module.end_module(errbuf
                                ,retcode
                                ,'ERROR'
                                ,'Error!  Refresh group: '
                              || upper(p_refresh_group_owner)
                              || '.'
                              || upper(p_refresh_group_name)
                              || ' does not exist.'
                                )
          ;
        when e_dbms_job_is_broken then
          forx_module.end_module(errbuf
                                ,retcode
                                ,'ERROR'
                                ,'Error!  The refresh dbms_job (job: '
                              || to_char(v_job)
                              || ') for refresh group: '
                              || upper(p_refresh_group_owner)
                              || '.'
                              || upper(p_refresh_group_name)
                              || ' is flagged as BROKEN.  Seek DBA Assistance.'
                                )
          ;
        when others then
          forx_module.end_module(errbuf
                                ,retcode
                                ,'ERROR'
                                ,sqlcode || '-' || sqlerrm
                                )
          ;
      end refresh_group
      ;
    
      --
      -- Refresh an Individual Materialized View
      --
    I am able to describe the table. I am also able to execute the SQL statement in the cursor c_rg.
        select
                 job
                ,broken
          from
                 sys.dba_refresh;
    Anyone know if it has to do with the removal of this particular code in 10g 9i or is there a more general reason for this?

    Subsidies on the table are the same. The table was created as it was in the Database 9i with a public synonym. I don't see anything other than the DBA forgot to do.

    Does anyone have any ideas?

    Hello

    Make sure that all the necessary privileges have been granted directly to the owner of the package, not to a role that is the owner of the package. (The roles do not count in stored procedures).

  • How to get a materialized view can freshen up after the job is 'broken '.

    We have created a materialized view some time ago with the following statement:

    create a materialized view SXV_PUB_EMPLOYEE_CERT_ALL_M

    full refresh on demand

    Start with to_date (August 30, 2009 04:00 ',' dd-mm-yyyy hh24:mi:ss') next trunc (sysdate) + (28/24)

    as

    Select sxv_emp_cert_all.*

    of sxv_employee_certification_all sxv_emp_cert_all;

    This week, we found that it had not been updated for about a month

    In dba_jobs the broken column was 'Y', next_date time something like 01-01-4000 and failures 16

    When I ran it manually by running

    DBMS_MVIEW BEGIN. REFRESH ("SXV_PUB_EMPLOYEE_CERT_ALL_M", "C"); END;

    I found that one of the columns was too small (probably one of the underlying tables columns had been extended since the creation of the materialized view)

    After the correction of what I ussied yesterday (29/08/2013) education:

    change the SXV_PUB_EMPLOYEE_CERT_ALL_M materialized view

    full refresh on demand

    Start with to_date (August 30, 2009 04:00 ',' dd-mm-yyyy hh24:mi:ss') next trunc (sysdate) + (28/24)

    After that the table dba_jobs showed me the 04:00 08/30/2013 as the date of the next

    I expected to run that night at 04:00, but there is no

    last_date column value was still of a month ago, the broken column still shows 'Y '.

    and the next date 08/30/2013 04:00 (whereas it would have been set to the 01:00 08/31/2013

    Freezes

    DBMS_MVIEW BEGIN. REFRESH ("SXV_PUB_EMPLOYEE_CERT_ALL_M", "C"); END;

    has given no mistake this time

    and in User_Mview_Analysis, the last_refresh_date column showed the time that I had run

    No idea how to do the job "unbroken" again for the view refreshes every night?

    the database is Oracle Database 10g Release 10.2.0.4.0

    Kind regards

    Remco

    Thanks for all your useful and accurate answers. but finally I found it myself

    exec dbms_job.broken (, false);

  • broken jobs

    Hello

    I know that
    Oracle DBMS_JOBS will try to run the job for 16 times before mark it BROKEN.

    Let's say, my job is supposed to run every day at 14:00.
    If it fails at 14:00, oracle try again to run the task immediately 16 times? (16 consecutive attepmts)

    or

    the work becomes broken after 16 days?

    If a job fails, it is postponed to increase exponentially from 1 minute late.

    Thus, assuming that the work is carried out at 14:00 and does not immediately work, it would be postponed and run at 02:01 (1 minute later). Then at 02:03 (two minutes later), 02:07 (4 minutes later), 02:15 (8 minutes later), 02:31 (16 minutes later), etc. until he breaks the 16th time how it is marked as broken. This is not 16 days, but it takes more than enough time to fix any issue was causing the failure.

    Justin

  • broken jobs and jobs failed

    Hi all..
    Please tell me the difference between broken jobs and jobs failed

    Thank you

    See the documentation.
    Jobs failed
    If a job has the FAILURE State of the work table, he had to run once, but failed to run. If the work has been specified as reusable, all attempts have failed.
    If a job fails in the middle of execution, only the last transaction of this work is restored. If your job runs multiple movements, you must be careful about the configuration of restart true. You can query failed jobs by querying the views SCHEDULERJOB_RUN_DETAILS.
    Broken jobs
    A broken work is one that exceeded a number of failures. This number is in max_failures and can be changed. In the case of a work of broken, all the work is broken, and it will not run until it was fixed. For debugging and testing, you can use the RUN_JOB procedure.
    You can query broken job in querying the views SCHEDULERJOBS and SCHEDULERJOB_LOG.

    Concerning
    Renjith Malet

  • How to force the broken job to run?

    Oracle 9.2
    We have a job that takes place every day and did not yesterday. If we put in place broken = Y dba_jobs table so that it will not work until we find the problem, then we will allow it.
    This morning we want to force the Task Scheduler to run this task. the syntax is the following:

    SQL > exec dbms_job.broken (JOB = > 197587, NEXT_DATE = > SYSDATE + 1/24 * 60 * 60, broken = > FALSE);

    I have to use commit after this syntax?

    Please give me some ideas. Thank you.
    Hello

    Both methods can be used. IF you do not want to wait until the interval FOLLOWING (for example, it is important work that got disabled for a significant period of time and users expect data of employment ASAP), you would use dbms_job.run.

  • HP Envy 15-ae103nc: HP Envy 15 broken coverage taken lan

    Hello

    Lan on my HP coverage is broken. The part of midle bit in the lid which is supposed to take the ethernet cable is gone. EBay is full of lids of replacements, but not this particular one. Is it possible to get it / any place I can order from? I can replace it myself but I can't find the piece in the store of spare parts of HP. Thank you.

    Hi @Okamensky,

    Thank you for your participation in the Forums of HP Support! It is a great location to get resolutions and interact with experts from the community. I understand that you have problems with a broken plug LAN cover. It will be a pleasure to help you.

    Did a remarkable job to do your copious research to find the right piece before asking your question in the forums of HP. It's always a great pleasure to work with tech-savvy and technically customers sounds like you. Kudos to you for this. I am amazed to see your technical skills, replace it with yourself and certainly value your relationship with HP. We greatly appreciate you for doing business with HP and I take it as a privilege to share this platform with you.

    First of all, as the cover of LAN is not sold in a separate part, you must replace the speaker all background Panel or the base of the unit, as it is integrated. You can visit this link to order the part: http://partsurfer.hp.com so if please select the country and enter the product # unit and search to identify the desired parts. You can also call the part store and give them a product name # and the model of your device to be able to help you order the right part. The phone number is registered on the Web site.

    I really hope that the problem is solved without hassle and the computer works great. I hope this helps. Please let me know how it works.

    Just to say thank youPlease click the ' Thumbs Up ' button to appreciate my efforts. If it helps, Please mark this "accepted Solution".

    Thank you and have a great week ahead.

  • The broken on Satellite 3000-100 keyboard

    Hello, I have a problem with my laptop satellite keyboard. Some keys are broken and I want to replace them, but it's really hard. Now I want to change the keyboard, but I don't know how to do this.

    What I have to call a technician to Toshiba or can I change myself?

    I'm sorry for my bad English ;)

    Thanks, Luca

    Hello

    > Do I need to call a technician to Toshiba or can I change myself?
    Usually, you should always contact the technicians for laptop for these jobs. I mean there is a small risk that you could damage other parts.

    On the other hand if you have a good laptop experience you might also replace the keyboard.
    What you need is a compatible keyboard.
    It could be ordered in the Toshiba ASP in your country.

    The keyboard is closed by 4 screws that are hidden under the plastic cover.
    Pull the right side on the cover of the band and lift. But be careful because of the cable on the right side. Then gently release the cable from the connector on the tape cover, then lift the cover of the band on.
    Remove the four keyboard screws that attach the keyboard and then slide the keyboard toward the back until the keyboard cable is released under the superior logic.
    Disconnect the keyboard connector and second VGA connector, then lift the keyboard up and out.

    The procedure is not difficult for someone who has already disassembled a laptop. But once again; If you don t have the necessary experience, then don t go and ask a technician for help.

    Good bye

  • meaning: broken pipe

    Message from CP1515n printer problem: cannot write the print data, broken. What are the broken pipe?

    I'm on a Mac 10.6.8 successfully using my printer C310 until recently when I got into trouble. The most recent message is 'broken pipe '.

    I reset the network set up wizard on computer and printer, disconnected, closed, printer dropped and added, received test reports and network configuration, successful printer shows printer is connected, but when I send a print job, the printer is "idle" with employment showing 'impression' and after about 2 minutes, I get a message saying "BROKEN PIPE".

    The only answer I found said something on the cusp, but the instructions are for a windows machine. My Mac does ' t have 'right click '. Is there a solution Mac for people using Mac computers, please?

  • If our analysis is broken or do we need a driver?

    I have a HP Photosmart Plus B210 printer.  My computer broke and I bought a new one.  The new one has Windows 8.1.   I looked for the printer installation CD and could not find it.  So I used Windows built in driver-finder to locate a driver.  He found one, but the pilot had the ability to analyze, etc. - He didn't have a dashboard as did former CD software.

    But, I found a program called "analysis" on my PC, and I scanned a few elements.

    Then one day, my printer window told me that the analysis was broken.  And the scan I tried moved only part way through the scan window.

    So I tried to download the REAL printer driver, but there is none for Windows 8.1.

    Should I buy a new printer?  All printing has the job, but not the analysis.

    Or do I need a new driver?  Does one exist?

    Hello

    Windows only provides a base for printing driver. Please try the following package:

    http://ftp.HP.com/pub/softlib/software12/COL34268/MP-109398-2/PSB210_1315.exe

    Kind regards.

  • Laptop 15-R205TU: broken hinges and must be replaced

    Hello

    I bought this laptop only 4 months ago and its left hinges broke because he has not escaped or hit anywhere. I called the customer service and told them that when I opened the lid on normal use it is broken, which is quite shocking to me. They said they will send to the engineer to fix the problem and next day engineer came. He concluded that it is the first case to him that without shots or hinges broke. And HP are covered in warranty and you have to pay for it if you want to resolve. Yet once again, I called the customer service and said of the case, then the customer to transfer the call to the elderly person to solve the problem. After experiencing my problem the old person refused to fix my problem in warranty and asked me to pay for it.

    After thinking too much I decided to reimburse the costs that I am unable to do my job. Next day, I asked them to send the quote after a few hours later I got the quote and surprised. They are charging me Rs 20 000 which includes raw view, back cover and bezel WBC.

    Please help me on this.

    @ranjit2

    I brought your question to the attention of a team within HP. They are likely to ask for information from you to get your information or product serial number. Please search for a private message from a contact HP identified. Also, remember not to publicly display personal information (serial numbers and information).

    If you are unfamiliar with the operation of the function of the Forum, private messages you can learn it all here.

    Thank you for visiting the Forum from HP Support.

  • HP All In One Officejet 4500: HP print jobs all in a single Officejet 4500 disappear. Print test pages. NO ERROR MESSAGE.

    Lenovo Thinkpad T61 refurb bought last fall. Today when you attempt to print a page of a web site (Firefox, latest update installed today) the print job has disappeared. I tried e-mail (Thunderbird and web) and files, and in all cases, the print job goes away completely. I did all the steps of printing test pages, and they all work very well. I have uninstalled/reinstalled the printer, without result.  I tried new drivers or updated without result.

    The light of attention seems to be on, but it is very weak and disappears when the printer goes into powersave mode. There is NO error anywhere, nothing appears on the search via the control panel.

    At this point, I have a broken printer? A situation of system restore?

    A wasted two hours and I'm about to be really annoyed. Ideas appreciated. TQ

    How very special. Not your answer, thank you very much for your time. But there were two solutions posted much sooner, within a very short time after I posted the question. Confined together part both of the solution and the rest of the solution were, essentially, download the software version of seven 2014, which supersedes what I had. So, I've marked the post as solved, says thanks a lot and thought no more about it. (Although I am still puzzled as to why it happened in the first place.) Now, my post is reopened, the responses of two originals have disappeared, and yours have been replaced, all this without any explanation. It's just a bit too scary. Fortunately, the problem seems to have been fixed by the software update. So, I'm marking as closed/resolved. Thank you.

Maybe you are looking for

  • How to disable "Search with" in the url bar in Firefox Developer?

    How to disable "Search with" in the url bar in Firefox Developer?Thank you

  • Can't burn my CD using player USB superDrive

    Hai, I just buy my USB Apple SuperDrive - MD564ZM/A and I discovered that I can't burn my CD at all. He did not show the black n yellow logo color to my Mac Book Pro, what should I do? I have been using Youtube, Google, but I can't find a solution.

  • Microphone suddenly stopped working on Satellite L40 - 12K

    Hello world I have a problem: yesterday when I tried to make a call using Skype, I discovered that my voice is not audible. I tried to use another headset, however, it did not work either. I tried to use sort of Win XP built-in utility to test its eq

  • BackFlip: Fails to synchronize GMAIL Contacts

    The functionality of google on Motorola Backflip mail claims it synchronizes your contacts with you google mail contacts. None of my phone contacts are being synced GMAIL contacts. Well, my GMAIL contacts are sent to my phone. Synchronization of cale

  • Audio CD not detected in the cd/dvd drive...

    error reports seem to indicate application suspended... the matushita unit will now recognise a DVD and is now signed as windows XP SP3 DVD player... but has the ability to read and burn both media... It has always been skittish about the shift in th