How to truncate the table using SQLJ

Here is a snippet of code SQLJ trying to truncate a table before filling with new records.

However, while the class compiles fine, I get an error PLS-00103 on execution.

Your expertise is very welcome and necessary for what seems like a simple problem, for which I can't find an answer.

import java. IO;
import java.sql. *;

public class FadsDirListing
{
public static getContentsList (String directory) Sub throws SQLException
{
*#sql {FADS_DIR_CONTENTS TRUNCATE TABLE}; * - WHY NOT THIS STATEMENT?
File [] files = new File (directory) .listFiles ();
for (int i = 0; (file! = null) & & (I < files.length); (++ I)
{
File f = files;
String filName = f.getName ();
long filSize = f.length ();
ModDate timestamp = new Timestamp (f.lastModified ());
String filType = f.isDirectory ()? "D" : "F";

{INSERT #sql
IN FADS_DIR_CONTENTS (FILE_SIZE, TYPE_DE_FICHIER, FILE_NAME, LAST_MODIFIED)
VALUES (: filName,: filSize,: filType,: ModDate)
};
#sql {COMMIT
};
}
}
}

Thank you for your help - I appreciate it very much.

Dave

You must run a command DDL by NDS. If you wrap it in a PL/SQL block and use NDS to run it, it should work.


BEGIN
EXECUTE IMMEDIATE "DDL STATEMENT";
END;

Tags: Oracle

Similar Questions

  • How to know the tables used in packages of a schema.

    How to know the tables used in packages of a pattern that I have connected.

    SELECT DISTINCT referenced_owner, referenced_name

    Of all_dependencies

    Owner WHERE = "MY_USER_NAME".

    AND type ('PACKAGE', 'BODY of PACKAGE')

    AND referenced_type = 'TABLE '.

  • How to truncate the table in a pl/sql block

    Hello guys, I'm trying to truncate a table that includes data using a pl/sql block, so if the table has even a single row then the truncate should run. to do this, I wrote the following code


    declare
    number num.
    Start
    Select count (*) in the num from table_name;
    If num > 0 then
    truncate table table_name;
    end if;
    end;

    Now, when I execute the pl/sql block, I get the following error.

    PLS-00103: encountered the symbol "TABLE" when the expected in the following way:

    When I run the truncate without pl/sql command, it runs very well.

    Can someone please where I'm wrong.

    Thank you

    Published by: 969224 on April 23, 2013 08:08

    969224 wrote:
    Hello guys, I'm trying to truncate a table that includes data using a pl/sql block, so if the table has even a single row then the truncate should run. to do this, I wrote the following code

    declare
    number num.
    Start
    Select count (*) in the num from table_name;
    If num > 0 then
    truncate table table_name;
    end if;
    end;

    Now, when I execute the pl/sql block, I get the following error.

    PLS-00103: encountered the symbol "TABLE" when the expected in the following way:

    When I run the truncate without pl/sql command, it runs very well.

    Can someone please where I'm wrong.

    Thank you

    Published by: 969224 on April 23, 2013 08:08

    DDL is not allowed directly within PL/SQL procedures.

    You must (ab) use EXECUTE IMMEDIATE issuing the DDL

  • How to purge the tables using odi?

    Hello

    I want to purge the data in the target. That data my political is to remember that the only 90 days. I have to keep the only 90 days of data. How can I do this in ODI. I don't have a single column DATE.

    Thank you

    Kind regards
    AMSII

    If your existing date field can be used to identify records to be served, then you can simply create a procedure in ODI along the lines of

    delete of < %="odiRef.getSchemaName" ()="" %=""> . * your_table * where your_date_field< (sysdate="" -="">

    It of the easiest way, but beware of your index finger on the table, that they don't get too fragmented. You might also consider using a strategy of daily score on the table that would allow you to remove partitions over 90 days, which would be much faster.

  • How to create the Table using the column Drag and Drop feature

    Hello:
    I'm new to Data Modeler tool Oracle SQL dev and would like to know if there is a way to create a new table by reusing existing columns or groups of columns. The idea is to maintain consistency and save time of table design. If the columns created previously can be reused and require, drag and drop column in the right pane, then only new columns must be created manually.

    Any thoughts on this will be appreciated.

    Thank you!

    Yes - just change the name of the model table in the script (t_name = "table_template") then save this new transformation for later use.

    I don't know how to apply only some of the tables. Seems like something you could do to a secondary view level?

    Perhaps someone else on the forum can advise how to change the script to work on a subview only instead of the whole model.

  • How to view the table using state machine

    Hello

    I tried display all required number in the table to the State 'entry', but only can show more than one current. How can I fix this, thank you

    I return the VI you (saved LV 2011... the typedef remains the same, you can keep your)... Do you understand the change?

  • How to insert image from mysql into the table using php and create the checkbox in the table?

    How can I insert image from mysql into the table using php and create the checkbox for each data as a vote? Here is my code...

    WELCOME

    connect_error) {die ("connection failed:".)} $conn-> connect_error); } $sql = "SELECT no, Calon, ID, of course, the Image OF THE candidates." $result = $conn-> Query; If ($resultat-> num_rows > 0) {echo ' '; export data of each line while ($row = $result-> fetch_assoc()) {"echo"}}
    NO Candidate INFO Vote
    " . $row ["no"]. "-" . $row ["Calon"]. "
    -" . $row ['ID']. "
    -" . $row ['class']. "
    "; } ECHO ' ' ;} else {echo '0 results' ;} $conn-> close();?} >

    hope someone can help me because I am a newbie in this program... need to finish this project... Thank you.

    If you have saved the file name in the database, it's pretty simple.

    echo '' . $row['description'] . '';
    

    Is the same for the box:

    echo '';
    

    If you have saved the image file in the database, it is much more complicated. I recommend you store only the file name in the database.

  • Index rebuild required after truncate the table and load data

    Hello


    I have a situation that we truncate tables bit and then we loaded data [only content] on these tables. What you need to rebuild the index online is necessary or not?


    And another question is if we drop a few clues is the total amount of space is released or not. And re-create indexes will use the same amount of space. As I don't have disk space more? In this situation, rebuild the index online will be a better idea...

    Can you please on this...


    truncate the table some the few loading tables + reconstruction markings online is the best (or) droping little tables, a few tables loading + re-create the index is better

    Can you suggest the best way... We have a time that it currently we don't have enough space on the disk... [Option should not effect the space]

    user13095767 wrote:
    Ok. I have it...

    u want to say if we disbale the index while loading... Next, we need to spend the time to build.

    If the indexes are enabled, then rebuild again is not necessary after loading tables...

    Please answer if my understanding is correct...

    above is correct

    >

    If so, how abt the differences in the space occupied by the spaces of storage during the index rebuild and re-create... T he acquires more space if recreate us [deletion and creation] or rebuild online is preferable to an index...?

    space used is the same for all options.

  • How to clear the table dhcp clients

    Does anyone know how to clear the Table of Clients DHCP?

    I have a WRV54G.

    Concerning

    I understand this is a very old post, but since I found it when I was looking for the same answer in 2009, I thought go ahead and give my $.02 worth.

    I have a different router, so it may not be present in your.

    I use a version of the firmware WRT54GLwith 4.30.7 and finally found on the status under "Local network" page a link to the DHCP table. You can click on that and delete existing IP addresses.

  • Data export of the Disqualification to the table in step should not truncate the table.

    Hello friends,

    Please find blow my requirement and do the necessary.

    We export data cleaned to staging tables, whenever we export data, Disqualification truncates the table and inserts the new data sets into this table.

    My requirement is instead of truncating the table before inserting the data in it, Disqualification must add these records, should not truncate the table.

    Please let me know how to configure this in OEDQ, your help is appreciated.

    Thank you, Prasad

    Could not be easier. Double-click the task to export in your work and change the mode append.

  • How to design the table from the answer to the question table.

    Hi all

    I am creating an application for student review online.

    There are two types of questions, the only choice of response and multi choice answers.

    My question is less than
    create table question_master
    (
    exam_id number references exam_master(exam_id),
    marks_of_each_question number,
    type_of_question char(1),-- single choice answer/multiple choices answer
    q1 varchar2(2000),
    q2 varchar2(2000),
    q3 varchar2(2000),
    q4 varchar2(2000))
    my table to answer (I'm not satisfied with who is below
    create table answers_of_questions
    (
    answer_id number primary key,
    question_ID number referenes question_master(question_id),
    answer varchar2(4000) not null,
    is_answer_correct char(1),--y/n,
    student_selection char(1),--y/n   student select it or not
    ....
    ...
    now, I'm perfectly how to create the RESPONSE table to contain the answers.
    the only choice is good, but several checkboxes choices, what to do?
    How to design the table from the answer?

    do I have to create 2 tables to contain the answers?
    Note: the QUESTIONS and ANSWERS, all will be entered by the teacher. students will make a choice and I will store this choice in another table
    may be called STUDENT_SELECTED_ANSWERS or something like that.
    If anyone has some reference to the script retail scheme review online, kindly share with me.

    Kind regards.

    Kind regards.

    If you need to have answers in another table:

    Student (student_id, name, etc...)
    Review (exam_id, exam_name, etc...)
    Question (question_id, exam_id, question_text)

    Response (question_id, a_text, b_text, c_text, d_text, a, b, c, d).<-- one-to-one="" with="" question="" table,="" a-d="" flags="" used="" to="" indicate="">
    OR
    Response (question_id, answer_id, answer_text, OK)<-- many-to-one="" with="" question="" table,="" correct="" flag="" used="" to="" indicate="" correctness="" for="" this="" single="">

    Student_Answer (student_id, question_id, a, b, c and d)
    OR
    Student_Answer (question_id, student_id, answer_id)<-- creation="" of="" a="" question_id+answer_id="" in="" this="" table="" implies="" the="" student="" checked/selected="" it="" as="" an="">

    To what extent you want to standardize, it is up to you.

  • How to add the table radio button.

    Hello

    I want to update the record if I want that an option of button raduio shaped tabular .There is no option for tabular.
    How to add the table radio button.


    Thank you

    Published by: 805629 on February 3, 2011 04:56

    Use APEX_ITEM. BOX API in the definition of SQL query for the form of tables

  • How to check the table have are all views in oracle

    Hello
    How to check the table have are all views in oracle
    SELECT * FROM user_dependencies
    WHERE type='VIEW'
    AND referenced_type='TABLE'
    AND referenced_name ='Your_Table_Name' 
    

    You can use dba_dependencies to find views in the different schema.

  • Change the Tables using Incontext?

    How I can change tables using Incontext or is there a better way to display the information?  I have the code from the table below.

    Thank you

    Jeremy

    < table width = "100%" border = "0" >
    < b >
    < td colspan = "4" align = "center" > < strong class = "schedule_header" > Varsity schedule/results < facilities > < table >
    < /tr >
    < class tr = "schedule_text" >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" > < strong > time < facilities > < table >
    < td align = "center" > < strong > opponent < facilities > < table >
    < td align = "center" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 4, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Richfield </span > < table >
    < td align = "left" > < span class = "schedule_text" > Richfield high school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 11, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > St. Thomas Academy </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 18, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Tartan </span > < table >
    < td align = "left" > < span class = "schedule_text" > Tartan school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, September 25, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Henry Sibley </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, October 2, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Mahtomedi </span > < table >
    < td align = "left" > < span class = "schedule_text" > Mahtomedi </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Friday, October 9, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > North High School </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Wednesday, October 14, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:00 </span > < table >
    < td align = "left" > < span class = "schedule_text" > South St. Paul </span > < table >
    < td align = "left" > < span class = "schedule_text" > current school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < span class = "schedule_text" > Wednesday, October 21, 2009 </span > < table >
    < td align = "left" > < span class = "schedule_text" > 19:30 </span > < table >
    < td align = "left" > < span class = "schedule_text" > Chanhassen </span > < table >
    < td align = "left" > < span class = "schedule_text" > Chanhassen high school </span > < table >
    < /tr >
    < b >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < td align = "left" > < table >
    < /tr >
    < b >
    < td colspan = "4" align = "center" class = "schedule_header" > < strong B team schedule/results > < / strong > < table >
    < /tr >
    < b >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" class = "schedule_text" > < strong > time < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong > opponent < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 3, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Richfield
    < td align = "left" class = "schedule_text" > school Richfield < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 10, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > Academy St. Thomas < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 17, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Tartan
    < td align = "left" class = "schedule_text" > high school Tartan < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, September 24, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > Henry Sibley < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, October 1, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > < table > Mahtomedi
    < td align = "left" class = "schedule_text" > Mahtomedi high school < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Thursday, October 8, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > North High School < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Tuesday, October 13, 2009 < table >
    < td align = "left" class = "schedule_text" > 16:00 < table >
    < td align = "left" class = "schedule_text" > South St. Paul < table >
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < b >
    < td colspan = "4" align = "center" class = "schedule_header" > < rank of 9th forts > calendar/results < facilities > < table >
    < /tr >
    < b >
    < td align = "center" class = "schedule_text" > < Date strong > < / strong > < table >
    < td align = "center" class = "schedule_text" > < strong > time < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong > opponent < facilities > < table >
    < td align = "center" class = "schedule_text" > < strong location > < / strong > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 4, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Richfield
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 11, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > Academy St. Thomas < table >
    < td align = "left" class = "schedule_text" > St. Thomas Conservatorium < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 18, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Tartan
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, September 25, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > Henry Sibley < table >
    < td align = "left" class = "schedule_text" > high school Henry Sibley < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, October 2, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > < table > Mahtomedi
    < td align = "left" class = "schedule_text" > current < table > school
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Friday, October 9, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > North High School < table >
    < td align = "left" class = "schedule_text" > < table > TBA
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > Wednesday, October 14, 2009 < table >
    < td align = "left" class = "schedule_text" > 15:45 < table >
    < td align = "left" class = "schedule_text" > South St. Paul < table >
    < td align = "left" class = "schedule_text" > SSP - Ettinger Field < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < b >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < td align = "left" class = "schedule_text" > < table >
    < /tr >
    < /table >

    Event is on line.

    You could use a region group repeated on the TBODY element around each section of calendar/results and have a region that is repeated for each event. The cells in a table to the line of the event could be regions editable for details of the event.

    In this way, you can add, remove, rearrange and change events.

    You cannot use another repeating region group to manage the categories of events (Add/Remove) (Varsity, team B, 9th year) because of the repeating region groups cannot be nested.

    Here is the code:


                                         

                                            Varsity schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Friday, September 4, 2009
                                            19:00
                                            Richfield
                                            Richfield High School
                                         
                                         
                                            Friday, September 11, 2009
                                            19:00
                                            School of Saint Thomas
                                            Current High School
                                         
                                         
                                            Friday, September 18, 2009
                                            19:00
                                            Tartan
                                            Tartan high school
                                         
                                         
                                            Friday, September 25, 2009
                                            19:00
                                            Henry Sibley
                                            Current High School
                                         
                                         
                                            Friday, October 2, 2009
                                            19:00
                                            Mahtomedi
                                            Mahtomedi
                                         
                                         
                                            Friday, October 9, 2009
                                            19:00
                                            North High School
                                            Current High School
                                         
                                         
                                            Wednesday, October 14, 2009
                                            19:00
                                            South St. Paul
                                            Current High School
                                         
                                         
                                            Wednesday, October 21, 2009
                                            19:30
                                            Chanhassen
                                            Chanhassen High School
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                   
                                         
                                            B team schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Thursday, September 3, 2009
                                            16:00
                                            Richfield
                                            Richfield High School
                                         
                                         
                                            Thursday, September 10, 2009
                                            16:00
                                            School of Saint Thomas
                                            Current High School
                                         
                                         
                                            Thursday, September 17, 2009
                                            16:00
                                            Tartan
                                            Tartan high school
                                         
                                         
                                            Thursday, September 24, 2009
                                            16:00
                                            Henry Sibley
                                            Current High School
                                         
                                         
                                            Thursday, October 1st, 2009
                                            16:00
                                            Mahtomedi
                                            Mahtomedi High School
                                         
                                         
                                            Thursday, October 8, 2009
                                            16:00
                                            North High School
                                            Current High School
                                         
                                         
                                            Tuesday, October 13, 2009
                                            16:00
                                            South St. Paul
                                            Current High School
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                   
                                         
                                            9th grade schedule/results
                                         
                                         
                                            Date
                                            Time
                                            Opponent
                                            Location
                                         
                   
                                         
                                            Friday, September 4, 2009
                                            15:45
                                            Richfield
                                            Current High School
                                         
                                         
                                            Friday, September 11, 2009
                                            15:45
                                            School of Saint Thomas
                                            St. Thomas Academy
                                         
                                         
                                            Friday, September 18, 2009
                                            15:45
                                            Tartan
                                            Current High School
                                         
                                         
                                            Friday, September 25, 2009
                                            15:45
                                            Henry Sibley
                                            Henry Sibley High School
                                         
                                         
                                            Friday, October 2, 2009
                                            15:45
                                            Mahtomedi
                                            Current High School
                                         
                                         
                                            Friday, October 9, 2009
                                            15:45
                                            North High School
                                            TBA
                                         
                                         
                                            Wednesday, October 14, 2009
                                            15:45
                                            South St. Paul
                                            SSP - field Ettinger
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                                         
                                           
                                           
                                           
                                           
                                         
                       
                                    

    Kind regards

    Dan Popa

  • raise errors ora-01426 truncating the table

    Hello

    We have a process that runs in the following process for some tabls game
    1 disable constraints
    2. the truncating tables
    3. activation of the constraints

    but after treatment for 5 tables, truncating up error

    BEGIN < process name >; END;



    *

    ERROR on line 1:

    ORA-01426: digital overflow

    ORA-06512: at the "< procedurename >", line 33

    ORA-06512: at line 1


    This line 33 point to run immeidate ' truncate table < table name >

    Can I know what is the reason for throwing "digital overflow" error truncating the table...

    Thanks in advance

    user9080289 wrote:
    Thank you.

    Is my verision of oracle 11g

    Then, you could have the described bug. Follow the instructions how to bypass (flush with low-value stats monitoring) or apply the #8226471 patch.

    Nicolas.

Maybe you are looking for

  • Tecra M2: Installing a clean version of Win XP Pro

    I have a tecra M2, and due to the number of updates and SP2 version I would like to format, install a clean version of windows xp pro and then install all programs and drivers toshiba. I am looking for guidance in which order I should install them, o

  • Faxing from my iMac

    What software for I need to fax my iMac directly, using OS 10.8.5?

  • Smartphones blackBerry GLOBE WITH a n ° 1... what it means?

    I HAVE A GLOBE WITH A NUMBER 1 BESIND IT MY HOMEPAGE SCREEN, DOES ANYONE KNOW WHAT THIS MEANS? THANX

  • dv7-1261wm power problem

    Since the fall his Pavilion dv7-1261wm, battery is will not charge when the adapter is connected. I suspect and hope that the power jack harness needs to be replaced, but I was wondering if anyone else has found other items that could cause this,

  • Uninstall the trial of Fusion 5

    I installed Fusion 5 test on my MacBook.How can I uninstall it?Marc