Error in the SELECT query

Hello

Oracle version: 11g R2 (11.2.0.2)

I get the following error message (I'm using TOAD for Oracle last version 12.1):

ORA-12801: error reported in the parallel query P032 Server

ORA-01114: block write IO file error (block #)

ORA-01114: IO error to the file 201 (block # 2165248) writing block

ORA-27072: IO file error

Linux-x86_64 error: 28: no space is available on the device

Additional information: 4

When you run a SELECT query:

SELECT field1, Field2...

OF (REVENUE_SOURCE b

INNER JOIN ACCOUNTS_CLASSIFICATION one

WE b.SUB_ACCOUNT = a.SUB_ACCOUNT)

INNER JOIN REPORT_PRODUCT_ID c

ON b.REPORT_PRODUCT_ID = c.REPORT_PRODUCT_ID

WHERE a.UC_BUSINESS_UNIT = 'ANX.

AND b.report_mm > =.

(SELECT ADD_MONTHS (MAX (report_mm),-13))

OF REVENUE_SOURCE)

AND b.REVENUE_FLAG = - 1

AND (b.CALLS <>0 b.MINUTES <>0 b.CHARGE_AMOUNT GOLD <>GOLD 0);

Please notify.

NOTE: the query worked well for a while, no errors, then all suddenly it became much accentsr and then I started to get the error message above.

Kind regards

M.R.

Hello

ORA-27072: IO file error

Linux-x86_64 error: 28: no space is available on the device

Looks like a system or OS, no SQL or PL/SQL problem problem.  I think you will answer sooner if you check this issue as 'Response' and start a new question in the forum of "General Question":

https://forums.Oracle.com/community/Developer/English/oracle_database/general_questions/content

My guess is that Oracle tries to allocate space in the tablespace temp, but cannot because the disk is full.  If you have a full disk, then create the space to this topic.

I see nothing wrong with your code; Certainly, nothing which would cause an error like that.  The fact that the query has worked well for some time confirms that there is noting wrong with the request itself; It is just triggering a mistake elsewhere.

Tags: Database

Similar Questions

  • The select query-based search page...

    I want to create a basic search page at the base on a select query.

    The select query will not be based on Table.Its based on functions.

    I created a view like this object

    Select xx_test_accruals(:p_date) of ACCUMULATION: p_date double DT

    I created a search page

    In the area of provision of Home Page, I added a region of the query. In this region of request I created a result based research Table.

    When I run the page opens with the field

    DT

    When I get back the date and click go, I get the error message like this...

    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: 27122 Houston: SQL error in the preparation of the statement. Statement: SELECT * FROM (select xx_test_accruals(:p_date) of ACCUMULATION: p_date double DT) QRSLT WHERE ((UPPER (DT) like: 1 AND (DT as: 2 OR DT as: 3 OR DT as: 4 OR DT as: 5)))



    Help, please

    Published by: [email protected] on October 4, 2009 14:04

    Hello

    I tried it on my machine... There is a little change on the approach.

    See we have a display object: XxAccrualsSummaryVO

    the query is

    Select xx_test_accruals (to_date (: 1, 'YYYY-MM-DD')) DT ACCRUAL, double to_date(:2,'YYYY-MM-DD')

    Create a view property object: say DateTestPVO and create a transitional DATE type attribute say dated. MinValue. How to create the View Object(read in dev guide) property.

    Link the date to DateTestPVO text entry and the date attribute. MinValue.

    Now that the page will load in process request initialize the PVO not XxAccrualsSummaryVO.

    Public Sub initialisePVO()
    {

    OAViewObject vo = (OAViewObject) getDatePVO1 ();
    If (! vo.isPreparedForExecution ())
    {
    vo.setMaxFetchSize (0);
    }
    Line = vo.createRow ();
    vo.insertRow (row);
    row.setNewRowState (Row.STATUS_INITIALIZED);

    }

    And when you press the Go button and then enter the date entered and set the location where the XxAccrualsSummaryVO clause.

    If (PageContext.GetParameter ("Go")! = null)
    {
    Get the value entered by the user in the date field.

    DateField OAMessageDateFieldBean = (OAMessageDateFieldBean) webBean.findIndexedChildRecursive ("text");
    String datetest = (String) dateField.getValue (pageContext) m:System.NET.SocketAddress.ToString ();
    Now set the where clause VO settings.
    OAViewObject vodate = (OAViewObject) am.findViewObject ("invoicetestVO1");
    vodate.setWhereClauseParams (null);
    vodate.setWhereClauseParam(0,datetest);
    vodate.setWhereClauseParam(1,datetest);
    vodate.executeQuery ();
    }

    It works perfectly... I tested it.

    Thank you
    Gerard

  • Error message: the selected task "{0}" no longer exists. to view the current task, click Refresh

    When I go to start Task Scheduler, I get this message "the selected task"{0}"no longer exists. to see the current tasks, click Refresh"so I go ahead and click on refresh and get the same error message. How can I solve this problem? Any help and any help would be greatly appreciated. Thank you!

    I spent a few minutes and tracked down the problem and a solution. This is a result of work files that exist in the tasks folders that do not have access to (probably) in the registry. Here's how I worked through the issue - will take time, but it has cleared up the problem completely for me:

    1. Open the Task Scheduler, and then click OK when you are prompted with the error. It may seem that you receive again and again the same error, but it is really because of the number of tasks that are broken. Make a note of the number of times that you are prompted by the error of the selected task '{0} '. This is the number of work files that are out of sync with the registry.
    2. Start with the first folder under Windows tasks (Task Scheduler (Local) \Task Scheduler Library\Microsoft\Windows), and then select each file in turn until you receive the error of the selected task '{0} '. This folder contains files that are not synchronized with the Task Scheduler.
    3. Open Windows Explorer and navigate to the folder of tasks (% SystemFolder%\Tasks\Microsoft\Windows) and look for the folder that corresponds to the folder in which you received the error.
    4. For some tasks, you will be able to determine which files need to be removed by comparing the list in the Task Scheduler with the list of files in the Explorer. Some tasks will be only one file in the Explorer, or, in one case, I had 2 and the first was absent. Once Task Scheduler encounters this error is no longer display the tasks so he does the work to get the two in sync a little harder. Once you have determined which files exist in the folder of files but do not exist in the folder of the Task Scheduler, remove these files.
    5. IMPORTANT - close and re-open the Task Scheduler. Once the error, Task Scheduler no longer displays the missions you have to close and restart in order to continue your effort of synchronization.
    6. Continue to select folders in the Task Scheduler under Windows taskbar until you encounter the error once again and repeat the process of determining which file exists on the file system, but not in the Task Scheduler.

    I had 6 files that were at odds with what was shown in the Task Scheduler. Once I deleted all the incriminated files, task scheduler has pulled up without problem.

    Good luck.

  • JavaScript exception: error calling the selection function: TypeError: $(...). museMenu is not a function

    Since the update, one of my sites is weird. When you open the Web, that's what he said, "JavaScript exception: error calling the selection function: TypeError: $(...).» museMenu is not a function ". The site is www.hibiscuscuisine.com. If someone could help me understand this point, I would really appreciate it. Thank you

    Hello

    Please follow the complete instructions mentioned in this post - MuseJSAssert: error calling the function switch: TypeError: .museMenu $(elem) is not a function by Zak.

    Let me know if it works

    Thank you

    Ankush

  • How to store results of the select query in the tables.

    I created a variable varray type and now want to assign some data of output of the select query in pl/SQL, as well as in reports 6i.

    You are in the wrong forum (this is for problems with the SQL Developer tool). You were the one where you have published first on the right, but not to reuse independent threads as you did.

    Kind regards
    K.

  • How to optimize the select query executed in a cursor for loop?

    Hi friends,

    I run the code below and clocked at the same time for each line of code using DBMS_PROFILER.
    CREATE OR REPLACE PROCEDURE TEST
    AS
       p_file_id              NUMBER                                   := 151;
       v_shipper_ind          ah_item.shipper_ind%TYPE;
       v_sales_reserve_ind    ah_item.special_sales_reserve_ind%TYPE;
       v_location_indicator   ah_item.exe_location_ind%TYPE;
    
       CURSOR activity_c
       IS
          SELECT *
            FROM ah_activity_internal
           WHERE status_id = 30
             AND file_id = p_file_id;
    BEGIN
       DBMS_PROFILER.start_profiler ('TEST');
    
       FOR rec IN activity_c
       LOOP
          SELECT DISTINCT shipper_ind, special_sales_reserve_ind, exe_location_ind
                     INTO v_shipper_ind, v_sales_reserve_ind, v_location_indicator
                     FROM ah_item --464000 rows in this table
                    WHERE item_id_edw IN (
                             SELECT item_id_edw
                               FROM ah_item_xref --700000 rows in this table
                              WHERE item_code_cust = rec.item_code_cust
                                AND facility_num IN (
                                       SELECT facility_code
                                         FROM ah_chain_div_facility --17 rows in this table
                                        WHERE chain_id = ah_internal_data_pkg.get_chain_id (p_file_id)
                                          AND div_id = (SELECT div_id
                                                          FROM ah_div --8 rows in this table 
                                                         WHERE division = rec.division)));
       END LOOP;
    
       DBMS_PROFILER.stop_profiler;
    EXCEPTION
       WHEN NO_DATA_FOUND
       THEN
          NULL;
       WHEN TOO_MANY_ROWS
       THEN
          NULL;
    END TEST;
    The SELECT inside the LOOP FOR cursor query took 773 seconds.
    I tried to use COLLECT in BULK instead of a cursor for loop, but it did not help.
    When I took the select query separately and executed with a value of the sample, and then he gave the results in a Flash of a second.

    All tables have primary key index.
    Any ideas what can be done to make this code more efficient?

    Thank you
    Raj.
    DECLARE
      v_chain_id ah_chain_div_facility.chain_id%TYPE := ah_internal_data_pkg.get_chain_id (p_file_id);
    
      CURSOR cur_loop IS
      SELECT * -- better off explicitly specifying columns
      FROM ah_activity_internal aai,
      (SELECT DISTINCT aix.item_code_cust, ad.division, ai.shipper_ind, ai.special_sales_reserve_ind, ai.exe_location_ind
         INTO v_shipper_ind, v_sales_reserve_ind, v_location_indicator
         FROM ah_item ai, ah_item_xref aix, ah_chain_div_facility acdf, ah_div ad
        WHERE ai.item_id_edw = aix.item_id_edw
          AND aix.facility_num = acdf.facility_code
          AND acdf.chain_id = v_chain_id
          AND acdf.div_id = ad.div_id) d
      WHERE aai.status_id = 30
        AND aai.file_id = p_file_id
        AND d.item_code_cust = aai.item_code_cust
        AND d.division = aai.division;         
    
    BEGIN
      FOR rec IN cur_loop LOOP
        ... DO your stuff ...
      END LOOP;
    END;  
    

    Published by: Dave hemming on December 4, 2008 09:17

  • passing parameters to the select query in DB link to call him...

    I have a DB link that executes the select query based on user specified parameter.

    Now, I created an invoke activity and specified input [which must be passed to the query] and output parameters [it is the result of the query]. That invoke link activity DB calls in which a parameter was created to be used in the select query. So my question is, DB link partner take the input parameter of call activity automatically or do we need to specify a mapping for this?

    When you create a partnerlink db the setting that you create for your chosen matches the entry and when you create the variable entry in the invoke for this partnerlink is created with the type of the parameter.

    Create an assignment before your invoke and assign a value to the input variable that you created in the invoke. This value will be passed and used as a parameter in the selection.

    Heidi.

  • Error in the SQL query


    Hi all

    This my sql query.

    WITH t AS (select to_clob ("<?")) XML version = "1.0" encoding ="UTF - 8"? >

    " < = xmlns:prd prd:symbolReferenceData ' http://API.Platts.com/referenceData "> "

    XICE001, XICE002 < prd:symbol > < / prd:symbol >

    < prd:attributeClass > density API, Latest < / prd:attributeClass >

    ((< / prd:symbolReferenceData > ') double str).

    T_SYMBOL as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL < = LENGTH (SYMBOL) - LENGTH (REPLACE (SYMBOL, ",")) + 1

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    t_attributeClass as (SELECT TO_CHAR (regexp_substr (attributeClass, "[^ \,] +', 1, LEVEL")) attributeClass)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    AttributeClass PATH 'attributeClass' CLOB COLUMNS)

    CONNECTION OF LEVEL < = LENGTH (attributeClass) - LENGTH (REPLACE (attributeClass, ',')) + 1

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    SELECT the name of symbol 'symbol',

    'Name', NULL

    NOTHING "value."

    status "ok".

    OF T_SYMBOL

    UNION

    SELECT the symbol, NULL, NULL,

    Status of 'invalid symbol.

    OF T_SYMBOL;

    If I run the above query, it throws error, below

    ORA-06502: PL/SQL: digital error or value

    ORA-06512: at "SYS." XMLTYPE", line 272

    ORA-06512: at line 1

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

    * Cause: A digital arithmetic error, String, conversion or coercion

    has occurred. For example, this error occurs if an attempt is made to

    assign the NULL value to a variable declared NOT NULL, or if a

    attempt to assign an integer greater than 99 to a variable

    NUMBER (2) declared.

    * Action: Change the data, how it is handled, or how it is so declared

    that values do not violate the constraints.

    All of the suggestions.

    Kind regards

    Fame

    I have it

    To do two with would adopt.

    WITH t AS (select to_clob ('))

    http://API.Platts.com/referenceData">

    XICE001, XICE002

    Density API, last

    double str),

    T_SYMBOL as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL<= length(symbol)="" -="" length(replace(symbol,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    T_SYMBOL_1 as (SELECT TO_CHAR (regexp_substr (SYMBOL, "[^ \,] +', 1, LEVEL")) SYMBOL)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    COLUMNS CLOB PATH 'symbol' symbol)

    CONNECT BY LEVEL<= length(symbol)="" -="" length(replace(symbol,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    t_attributeClass as (SELECT TO_CHAR (regexp_substr (attributeClass, "[^ \,] +', 1, LEVEL")) attributeClass)

    T,.

    XMLTABLE ("symbolReferenceData' PASSAGE xmltype (REPLACE(t.str,'prd:')))

    AttributeClass PATH 'attributeClass' CLOB COLUMNS)

    CONNECT BY LEVEL<= length(attributeclass)="" -="" length(replace(attributeclass,="" ','))="" +="">

    AND PRIOR dbms_random. VALUE IS NOT NULL)

    SELECT the name of symbol 'symbol',

    'Name', NULL

    NOTHING "value."

    status "ok".

    OF T_SYMBOL

    UNION

    SELECT the symbol, NULL, NULL,

    Status of 'invalid symbol.

    OF T_SYMBOL_1;

  • function count() throws the error in the EQL query for metric

    Hello

    I try to use count function in query EQL for metric bar to display the number of occurrences of a record.
    When the record type does not exist, I hope that the function returns the number 0. Instead the lift function a runtime exception and the whole Bar Metric portlet fails, error no. results available. Even if the other components of the metric bar have valid results.

    2013-02-21 13:03:51, 216 WARN [MetricsBarQueryProcessor] EQL the query returns no results.
    2013-02-21 13:03:51, 216 ERROR [MetricsBarQueryProcessor] EQL the query returns no results.
    2013-02-21 13:03:51, 216 WARN [MetricsBarResultsProcessor] no declaration is the result of process.

    The EQL query I use is
    BACK NUMBER_OCCURS AS SELECT COUNT (EMP_ID) AS NUMBER_OCCURS where EMP_NAME IS NOT NULL group;

    I tried to use COALESCE, but it does not help.

    Can someone please suggest a work around?

    Varkashy,

    It should work...

    DEFINE foo AS SELECT COUNT (1) AS NUMBER_OCCURS where EMP_NAME IS NOT NULL group;

    RETURN NUMBER_OCCURS AS SELECT
    COALESCE (foo []. NUMBER_OCCURS, 0) AS NUMBER_OCCURS
    GROUP

    Patrick Rafferty
    http://branchbird.com

    Edited by: Branchbird - Pat on February 21, 2013 05:20

  • How to write the select query for it

    Hello

    I had an html form and the area I drop down and he needs to select several values in the drop-down box. When I select multiple values then I have to write the query to SQL select statement.

    When I try to write the select statement and trying to run I get the error message.

    Select * from Table

    where emo_no = '1,2,3 '.

    That's how I write the query please suggest me how to write the query to select several values in the drop-down box.

    Thank you

    Use the keyword sql 'in '.  If you don't know how, I've heard good things about the book Teach Yourself SQL in 10 Minutes by Ben Forta.

  • Errors in the selection list

    Forgive a stupid question. I have followed the Advanced Tutorial documentation and decided to try some of what I learned in a test application I'm building. However, I keep running into an error. I'm tryign to convert a text field in a selection list with a dynamic LOV generated out of a SQL query. I tried following the example of the tutorial, which gave a SQL query of

    SELECT department_id a, department_id FROM oehr_departments b

    And it works without fail. I use the following query

    SELECT NAME, NAME OF CITY_ORIGIN b

    And I get the "LOV query is not valid, a display and a return value is needed, the column names must be different. If your query contains a query online, the first CLAUSE in the SQL statement must not belong to the query online. ' error.

    I tried to replace a and b with display_value and return_value. I tried even change it so the value returned is another column of the same table, all with the same result. I saw another post that mentions making sure that the select privileges is granted at the table. However, if I put

    GRANT SELECT on CITY_ORIGIN < inset user name or the schema > I get ' cannot grant or revoke privledges to yourself. This happens with the user name or the name of the schema for the environment. I don't know where to go to ensure that this privilege is granted, or even what to look for. Display table in the SQL workshop lists all privledges as being 'no' in the column 'accepted '.

    It is for the most fustrating just since this simple single thing is somehtign that I need in several places in the application. Essentially a select list that is populated with the contents of another table.

    Try to run the query below sqlWorkshop

    SELECT 'name' a, b 'Name' OF CITY_ORIGIN

    Looks like the 'Name' column is in different cases

  • When I pull the select query, but therefore cannot get the data that you check?

    Hello

    When I raised this query without get data then can you help me it's ok?

    DataSource {
                            id: durgSearch_dataSource
                            source: "sql/durg.db"
                            query: "select * from durg_detail where durg_name =" + "\"" + searchTextField.text + "\""
                            onDataLoaded: {
                                durgSearch_dataModel.insertList(data);
                            }
                        }
    

    Glance. I just tested your app and it works correctly. I entered Rock and search button and it returns a Rock record. If you want to get all records that contain a particular letter or Word, you can use the following query:

    "select * from medicin_detail where PharmacyName LIKE '%" + searchTextField.text + "%'"
    
  • Formatting of the Select query

    The following select query returns the data in green.  How do I format to return the path that it is formatted in red?

    Basically, if FIELD1 is "Customer A" and FIELD2 is "Gas" then I back to 'New customer' Field1 and Field2 'gas '.  If 'Customer E' FIELD1 and FIELD2 is 'Total' then it should return 'E rejection' in Field1 and 'Prod_Discharge' in the Field2.

    Please let me know if my question is not sensible or need to be clarified.

    SELECT

    DECODE (Field1, 'Nine', ' A', 'Old', 'E', 'Term', 'F', Field1)

    DECODE (Field2, 'Prod', 'Gas', Field2)

    Customers

    FIELD1 FIELD2

    Customer A gas

    Customer has oil

    Total customers E

    Customer F Total

    Need to format as follows:

    Field1 Field2       

    New gas customer          

    New customer oil      

    E Prod_Discharged releases          

    F Prod_Discharged releases

    Try this:

    SELECT CustomerID

    , CASE WHEN field1 = 'Customer A' THEN 'new customer '.

    WHEN field1 = 'Customer E' AND field2 = 'Total' THEN 'E releases '.

    WHEN field1 = ' customer F ' AND field2 = 'Total' THEN 'F performs ".

    Of ANOTHER Field1

    FIELD1 AS END

    , CASE WHEN Field1 IN ('E of customer', ' customer F ') AND field2 = 'Total' THEN 'Prod_Discharged '.

    Of OTHER Field2

    END AS FIELD2

    Status

    Customers

    ;

  • as with the select query

    Hello

    I have a query something like...

    Select...

    ....

    where

    b.ProdName as 'GEAR of the TREE %' or b.prodname like '% FRONT GEAR %' or b.prodname like '% BREAK 4 %k '.

    and

    b.ProdName as

    (select the name of the society of companyms

    where < some comdition >

    )

    order of 3.6

    I have blocked in:

    b.ProdName as

    (select the name of the society of companyms

    where < some comdition >

    )

    How to give a select query with like operator.

    In above query I want to b.prodname as above and the name of the company for which I give condition.  Company names are stored in another table and I want to select and use them with like operator.

    Thank you.

    Hello

    It is not clear what you want to do.

    One possibility is an EXISTS subquery, like this:

    ...

    WHERE (b.prodname LIKE "% of the CYCLE of the TREE" - begins with this text

    OR b.prodname LIKE '% FRONT GEAR %' - contains this text

    OR b.prodname LIKE '% BREAK 4 %k' - contains this text

    )

    AND THERE ARE)

    SELECT 1

    OF companynms

    WHERE--a condition

    AND b.prodname AS business

    )

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: https://forums.oracle.com/message/9362002

  • Errors with the selection event

    Hello everyone!

    I have two problems in an application I'm developing, I would like your help.

    My first problem:

    I have a table, this table each row includes a checkbox. When I click this checkbox to perform an operation, the "Event Selection" event fires. This line has a "Event Selection" event so that when you click on it, this event is fired, but when I click on the checkbox, this event would not be triggered. Someone knows how to help me solve this problem?

    My second problem:

    Button to run the query as the table to be filled with lines. However, when this query returns only one row, I can't raise the event line "Event Selection". When the query returns two lines or more, may perform the procedure normally could someone help me on this problem?

    I appreciate everyone's attention.

    Hello

    "Event Selection" so that when you click on it, this event is fired, but when I click on the checkbox, this event would not be triggered. Someone knows how to help me solve this problem?

    By selecting the check box check must also select the row (you should see the selected highlighted line). Your message does not have a version of JDeveloper, so I blindly suggest to check what you see with a newer version.

    Button to run the query as the table to be filled with lines. However, when this query returns only one row, I can't raise the event line "Event Selection". When the query returns two lines or more, may perform the procedure normally could someone help me on this problem?


    Well, the listener of selection is more of a selection to change listener and with one line, there is no change in the selection and the single line is automatically selected. So the question is what the code is that the selection listener must invoke.  One option is to call getEstimatedRowCount on the iterator and if there is only one line, run the logic otherwise performed by the select listener

Maybe you are looking for

  • VGN-NW275f Factory Reset &amp; possibly keep some programs?

    Hello community of Sony, my laptop is a VGN-NW275f with Windows 7 Home Premium. I would like to get back to its factory condition and if possible keep some of the market after programs I have purchaced on the laptop. Is this possible? I've heard of a

  • HP DESKJET: Can't set up printer

    Hi, I bought a HP desjet 2130 MFD, these are the problems that I had. 1. the user guide, pictorial shows only, the receptecals of ink, but not what ink cartridge goes in what receptecal. It's not important? 2. the ink cartridges will not hold tight i

  • Windows DVD Maker shutsdown my whiletrying system to burn a DVD

    While trying to burn ".» MSWMM files"using Microsoft DVD Maker of Microsoft Vista SP1 of Ultimae process starts, then shutsdown my system (consistantly). I saved the template to a file ".msdvd" and tried from scratch but it always stops my system in

  • Screen frozen with no backup CD

    My laptop which came loaded with Vista Home premium freaked out and closed last night. I do not remember the whole process, but I have not seen the error messages.  Now, when I turn it on, it shows the beautiful picture I have as a backdrop and my cu

  • He can get wav to play from the SD card in the sim

    For some reason any my .wav will play only a simulated SDCard but not where I stored it in the res folder. It works ______________ public void playSound(). try { String filename = "file:///SDCard/Blackberry/tink.wav"; A player = javax.microedition.me