Create XML file and make available via WebDAV

Hello

I'm new to XML DB ;-)
Has anyone got a short example how to create an XML file (possibly with XSD in XML DB schema file) via XML DB and make it available via WebDAV?

Thanks in advance.

Best regards
Martin
SQL> select xmltype(cursor(select * from dual)) from dual;

XMLTYPE(CURSOR(SELECT*FROMDUAL))
-----------------------------------------------------------------------------


 
  X
 


1 row selected.

SQL> DECLARE
  2
  3    XMLDoc XMLType;
  4
  5  BEGIN
  6
  7    select xmltype(cursor(select * from dual))
  8    into   XMLDoc
  9    from dual;
 10
 11    IF (DBMS_XDB.CREATERESOURCE('/public/dual.xml',XMLDoc)) THEN
 12       DBMS_OUTPUT.PUT_LINE('Resource is created');
 13    ELSE
 14       DBMS_OUTPUT.PUT_LINE('Cannot create resource');
 15    END IF;
 16
 17    COMMIT;
 18
 19  END;
 20  /

PL/SQL procedure successfully completed.

SQL> select xdbURIType ('/public/dual.xml').getClob() from dual;

XDBURITYPE('/PUBLIC/DUAL.XML').GETCLOB()
-------------------------------------------------------------------------


  
    X
  


1 row selected.

-- You will see an /public/dual.xml file via the WebDav functionality

Tags: Database

Similar Questions

  • java.io.FileNotFoundException for newly created XML file

    Hello

    I created an xml file called config.xml under public_html\WEB-INF.

    When I tried to read this xml from the java class file, I make
    java.io.FileNotFoundException: public_html\WEB-INF\config.xml
     (The system cannot find the path specified.)
    My version of Jdev is
    10.1.3.04
    How can I solve this? What is the correct path to call my newly created xml file from anywhere in the project is java JSP?

    Concerning

    Published by: Chackochen on August 2, 2010 01:48

    Published by: Chackochen on August 2, 2010 01:58

    Hi Chackochen,

    Try this and see...

    FacesContext context = JSFUtils.getFacesContext ();
    ServletContext servletContext = (ServletContext) context.getExternalContext () .getContext ();
    Path String = servletContext.getRealPath("/WEB-INF/config.xml");
    = New File (path);

    Kind regards
    Suganth.G

  • Creating XML files

    Hello

    I know this is going to sound very vague, but what is a good way to create XML files, so there is some sort of connection with the scan operation? Find it me easier to say

    out=fileConnection.getOutputStream();
    out.write( (""+fileName+").getBytes() );
    

    etc. but I know it's very stupid and source of errors. And after writing the file, I discovered that BlackBerry has no MIME type that are associated with. Any suggestions?

    try to use the write() method (like what I did in my first message) instead of writeChars()

    in fact, I would recommend the tree as follows to reduce errors in construction:

    DocumentBuilderFactory factory=DocumentBuilderFactory.newInstance();            DocumentBuilder builder=factory.newDocumentBuilder();            Document doc=builder.newDocument();
    
                Node root=doc.createElement("SyncMyNetConfig");            doc.appendChild(root);
    
                Node n_tmrConnect=doc.createElement("tmrconnect");            Text tx_tmrConnect=doc.createTextNode(tmrConnect+"");            n_tmrConnect.appendChild(tx_tmrConnect);            root.appendChild(n_tmrConnect);
    
  • How to convert a .fmb file to .xml file and also how to download apex?

    How to convert a .fmb file to .xml file and also how to download the .xml file converted in the oracle apex?

    Any idea?

    Any link?

    Published by: skud on February 24, 2011 21:17

    Published by: skud on February 24, 2011 21:28

    Hello

    You need to replace the scott.nature_of_trans by nature_of_trans and re he convert to xml, and then create.

    Kind regards

    Patel Kartik
    ------------------------------------------------------------------------
    http://patelkartik.blogspot.com/
    http://Apex.Oracle.com/pls/Apex/f?p=9904351712:1

  • Create XML file dynamically textInput fields

    Hello

    I am very new to Flex and trying to create an application that creates XML files on the computer that is local to the user, based on a users entry in textInput fields.

    For the moment I'm having trouble figuring out how to dyamically create a XML file external at all, ideally when the user press a key a browseForSave dialog will open allowing the user to select somewhere on their hard drive to create the XML file.

    Can someone give me some advice what I should go in the direction?

    Thank you

    If this post has answered your question or helped, please mark it as such.

    You can use a SharedObject for small files, but in general the Flex has no access to the local hard disk.


    http://www.Adobe.com/2006/mxml '.
    Initialize = "init ()" > "
     
        public var mySO:SharedObject;
         
    public void init (): void {}
    OSJM = SharedObject.getLocal ("mydata");
    If {(mySO.data.myData!=null)}
    var XML = mySO.data.myData;
    fname.text = xml.fname;
    Lname.text = xml.lname;
    xml.email = email.text;
    }
    }

    private function storeData (): void {}
    var xml =
              ;
    If (fname.text! = "") {}
    xml.appendChild ({fname.text});
    }
    If (lname.text! = "") {}
    xml.appendChild ({lname.text});
    }
    If (email.text! = "") {}
    xml.appendChild ({email.text});
    }
    mySO.data.myData = xml;
    mySO.flush ();
    }
     
    private function resetData (): void {}
    mySO.clear ();
    fname. Text = "";
    Lname. Text = «»
    email. Text = "";
    }
    ]]>
     
     
       
         
       

       
         
       

       
         
       

     

     
     
     

  • How to extract data from an arbitrary xml file and export it to a CSV friendly?

    Hallo,
    I am facing big problems in the use of XML files. I have a
    application that generates XML files with clusters containing arrays
    and scalars as in the example pasted below. My task is to
    Read it and export the data into a CSV document readable by a human.
    Since I do not know the actual content of the cluster, I need some sort
    Smart VI through the XML looking for berries
    and other data structures for export properly in the CSV file
    format (columns with headers).
    Thank you



    3


    6


    0



    1



    2



    3



    4



    5




    3.14159265358979



    Ciao

    Rather than to get the

    node, you can just go directly to the node since ' one that really interests you. Basically what it means to determine the elements of table how much you have, and it depends on if you have 1 or 2 knots . The rest is just of the child nodes and the next siblings. See attachment as a starting point. The attached XML file is a table 2D (change the .xml extension).

    Notes on the example:

    • I did not close properly references, so it's something you need to do.
    • It is limited to tables 1 d or 2D.
    • I suggest using a control path of the file to specify the input XML file and path of the file/folder control to specify the location of the output file.

  • Codec for movie maker to import a ppt file and make a movie

    Original title: where I could find codec for movie maker import ppt file and make the movie

    where can I find codec for movie maker import ppt file and make the movie

    Hello

     
    See the methods mentioned below and check if that helps.
     
    Method 1:
     
     
    Method 2:
    You can use your favorite Internet search engine to look for third-party codecs.
     
    Note:
    this response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there. There are the dangers inherent in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
     
    Hope this information helps.
  • How to validate a separate xml file and a separate xsd file

    I use Dreamweaver 2015. I'm now working on XML. I have a separate xml file and a separate xsd file. How can I validate them in Dreamweaver? I was told to use Edit-> tag library. Then, I am lost! Please help me!

    Thank you in advance,

    Tammy

    Optimize the code in Dreamweaver

  • Parse the XML file and extract data

    I want to parse a XML file and get the data as columns.

    Input country.xml file:

    <?xml version="1.0" encoding="UTF-8"?>
    <MAS Action="Insert">
    <Country ObjectId="100000000000000009" VersionId="8"><Id>1</Id><NlTexts><Name Language="de">Land1</Name><Name Language="en">Country1</Name></NlTexts></Country>
    <Country ObjectId="100000000000000033" VersionId="2"><Id>2</Id><NlTexts><Name Language="de">Land2</Name><Name Language="en">Country1</Name></NlTexts></Country>
    </MAS>
    
    

    I would like to analyze the xmlfile to get the following result

    Required result:

    col1        col2           col3
    1            Land1        Country1
    2            Land2        Country2
    

    or alternatively

    col1  col2       
    1            Land1       
    1            Country1
    2            Land2       
    2            Country2
    

    I tried the extract function

    select extract((XMLTYPE(BFILENAME('XML_DAT_DIR', 'country.xml'),
               NLS_CHARSET_ID('AL32UTF8'))) , '/*/*/Id') as "xdata"
    from dual;
    
    xdata
    ------------------------
    <Id>1</Id><Id>2</Id>
    

    and XMLTABLE (but how can I add countries now)

    SELECT *
        FROM XMLTABLE('/*/*/Id'
               PASSING XMLTYPE(BFILENAME('XML_DAT_DIR', 'country.xml'),
               NLS_CHARSET_ID('AL32UTF8'))
           )
      ;
    COLUMN_VALUE
    ------------------------
    <Id>1</Id>
    <Id>2</Id>
    

    DB version 11.2.0.3 on Windows 64-bit

    Thank you

    Tim

    Here are a few examples.

    For your output required:

    SELECT *.

    FROM XMLTable)

    "/ MAS/country".

    from XMLType (bfilename ('TEST_DIR', 'country.xml'), nls_charset_id ('AL32UTF8'))

    number of columns col1 way "Id".

    , col2 varchar2 (30) path "NlTexts/name [1].

    , col3 varchar2 (30) path "NlTexts/name [2]»

    )

    ;

    or, if the Language attribute is significant:

    SELECT *.

    FROM XMLTable)

    "/ MAS/country".

    from XMLType (bfilename ('TEST_DIR', 'country.xml'), nls_charset_id ('AL32UTF8'))

    number of columns col1 way "Id".

    col2 varchar2 (30) path "NlTexts/Name[@Language="de"]"

    col3 varchar2 (30) path "NlTexts/Name[@Language="en"]"

    )

    ;

    For your alternate exit:

    SELECT x1.col1

    x2.col2

    -, x2.col3

    FROM XMLTable)

    "/ MAS/country".

    from XMLType (bfilename ('TEST_DIR', 'country.xml'), nls_charset_id ('AL32UTF8'))

    number of columns col1 way "Id".

    , path of xmltype names ' NlTexts/name '.

    ) x 1

    XMLTable)

    "/ Name".

    in passing x1.names

    path of column col2 varchar2 (30) '.'

    -, col3 to ordinalite

    ) x 2

    ;

    (uncomment col3 to see what he does)

    or in a shorter way:

    SELECT *.

    FROM XMLTable)

    ' for $i/MAS/country

    , $j in $ NlTexts/i/name

    Returns the r element {$i / Id, $j}'

    from XMLType (bfilename ('TEST_DIR', 'country.xml'), nls_charset_id ('AL32UTF8'))

    number of columns col1 way "Id".

    , col2 varchar2 (30) path 'name '.

    ) ;

  • How to create custom underscore and make a style that will not change the style of text when it is applied?

    Hi, I just want to know how can I create custom underscore and make a style, so that when I apply it to the text it right to point out that the article selected

    As long as no other character style is applied, you can create and apply a character style that is completely empty except for underscores. That will add an underline without affecting the text in any other way. If a different character style is already you must either add an underscore to this style definition (which will add an underline to all text formatted with this style) or make a copy of the style and add the underline, and then apply the new style.

  • I am trying to open a file and make me notice that the required index.xml file is missing. Is it possible to access the file? I don't know why this happened.

    I am trying to open a file in Pages 09 and am getting notice has the required index.xml file is missing. Is it possible for me to access the file? I don't know why this happened.

    You open a file with Pages ' 09 Pages 5.x.

    You need to right-click on the file and open it with Pages 5.x (the one with the orange document icon).

    Peter

  • Win/Mac CS3: create an XML file and add content

    Hello

    I want to create an XML file to a specified location. This file contains information about the images in an Indesign document.

    -Can I create a new file XML in Javascript?

    -If so, how can I add content?

    Thanks for all the tips

    Hans

    I made a small example, just to see how it works.

    I don't know if there is a smarter way of usage of the XMLobject, I guess that's what link is on about, haven't read it yet however.

    var myRootXmlObj = new XML ("" ');
    var font = "";
    var myInstalledFonts = app.fonts.everyItem () .name;

    for (i = 0; i< myinstalledfonts.length;="" i++)="">
    font = new XML ("" + myInstalledFonts [i] + "'");
    myRootXmlObj.fonts.appendChild (do);
    }

    var f = new File ("myTestFile.txt"); in windows XP, this is in the user documents folder

    writeXMLFile (f, myRootXmlObj);
    Alert (readXMLFile (f));

    ROM http://forums.adobe.com/message/1114070#1114070 forum thread
    function writeXMLFile (file, xml) {}
    If (!) XML XML instanceof))) {}
    throw "wrong XML" parameter;
    }
    leader. Encoding = 'UTF8 ';
    leader. Open ("w", "TEXT", "?");
    signature of Unicode, it comes to UTF16 but will convert to UTF8 'EF BB BF.
    leader. Write ("\uFEFF");
    file.lineFeed = "unix";
    leader. Write (XML. ToXmlString());
    leader. Close();
    };

    function readXMLFile (file) {}
    If (! file.exists) {}
    throw "file not found:"+ decodeURI (file.absoluteURI);.
    }
    leader. Encoding = 'UTF8 ';
    file.lineFeed = "unix";
    leader. Open ("r", "TEXT", "?");
    var str = file.read ();
    leader. Close();
    return of new XML (str);
    };

  • Need help to read the xml file and place it in a table.

    Nice day!

    Here is the configuration. I have a xml file from another source which will call a stored procedure in my database (which I am supposed to create). This is a first for me, I've never done development pl/sql or worked with xml. :(

    That's what I hoped to accomplish, if there is a better way, that I am open to him.
    In short, to have a stored procedure that takes the xml file (transmitted by third parties via the call, no url must be a file), creates a temporary table and populates the two columns needed. Then, the SP will make a select join with the temporary table and other data available in another schema. Once the completed table selection will be truncated and dropped. SP farm.

    Details:
    DB: Oracle 11.2.0.1 RAC.
    Charset: AL32UTF8
    Example of XML: (nearly 10,000 lines like this in production)
    "< MerchantID report =" "#" name = 'Conversion detail report' ReportStartDate = '2011-09-27 12:00:00GMT' ReportEndDate = '2011-09-27 21:38:13GMT"Version ="1.1"> < Conversion = '1234567891234567 D' MerchantReferenceNumber Convertingdate =" 2011-09-27 13:39:02 "RequestID ="1234567891234567891234"> < OriginalDecision > REVIEW < / OriginalDecision > < NewDecision > ACCEPT < / NewDecision > < Reviewer > testusr < / examiner > < ReviewerComments > no reason to reject. < / ReviewerComments > < Notes > < Note Date = "2011-09-27 13:39:02" AddedBy = "testusr" comment = "Took possession" / > < / Notes > < queue > Digital Review < / queue > < profile > Digital orders QA < / profile > < / Conversion > "
    ...
    < / report >

    What I tried.
    I found a tutorial: http://it.toolbox.com/blogs/oracle-guide/oracle-and-xml-in-action-a-real-world-example-5319 I tried and was able to make it work. But I could not duplicate the results with my xml file. So I looked away and have had no success. :( I'm not a developer, so I'm really bad...

    I found a note of support: (how to load an XML file into a Database Table using DBMS_XMLSave unaided Bfile [227476.1 ID]) and couldn't make it work.

    I found some online then Odie son xml and tried these but slipped and couldn't get my versions of these great answers to work for me.

    Then... I'm here now and hoping that someone could walk me through this.


    I tinkered this SP (it doesn't have to be that way, the suggestions are greatly appreciated)

    create or replace procedure xml_to_table (call_1 call_2) as

    Start
    run immediately "CREATE GLOBAL TEMPORARY TABLE XMLType IMRPT
    --(clé primaire contrainte-imrpt_pk (MerchantReferenceNumber))
    XmlType store as xml binary basicfile
    -(high compression)
    virtual columns
    (MerchantReferenceNumber as (xmlcast (xmlquery ('/ Conversion/MerchantReferenceNumber ' from object_value content back) as VARCHAR2 (32))))
    , NewDecision as (xmlcast (xmlquery ('/ Conversion/NewDecision ' from object_value content back) as VARCHAR2 (10)))
    )
    -ON COMMIT PRESERVE ROWS

    run immediately 'save xml as a file on the local system?'

    insert into IMRPT (MerchantReferenceNumber, NewDecision)

    run immediately "join select statement.
    run immediately 'truncate table IMRPT.
    run immediately "drop table IMRTP.

    end;
    /

    On my last test, I tried to select just in the xml file using this:

    DECLARE
    indomdoc DBMS_XMLDOM. DOMDocument;
    innode DBMS_XMLDOM. DOMNode;
    myParser DBMS_XMLPARSER.parser;
    buf VARCHAR2 (2000);
    BEGIN
    myParser: = DBMS_XMLPARSER.newParser;

    DBMS_XMLPARSER.setBaseDir (myparser, 'XML_DIR');
    DBMS_XMLPARSER. Parse (myParser, "test.xml");

    indomdoc: = DBMS_XMLPARSER.getDocument (myParser);

    -just to test content
    innode: = DBMS_XMLDOM.makeNode (indomdoc);
    DBMS_XMLDOM.writeToBuffer (innode, buf);
    Dbms_output.put_line (BUF);

    dbms_xmldom.freeDocument (indomdoc);
    dbms_xmlparser.freeParser (myParser);
    END;
    /

    It was another accident and burn.

    Any help would be appreciated.

    Thank you

    Like I said:

    Here is an example using a REF CURSOR variable ( you will need to declare a plus for your actual procedure )

    Your procedure has two parameters, you must declare two variables to hold the two REF CURSOR ;)

    DECLARE
    
      v_filename      VARCHAR2(50) := 'DMReport.xml';
      v_rc1            SYS_REFCURSOR;
      v_rc2            SYS_REFCURSOR;
    
      v_order_name       VARCHAR2(100);
      v_reason_text      VARCHAR2(100);
    
    BEGIN
    
      xml2table(v_filename, v_rc1, v_rc2);
    
      commit;
    
      loop
        fetch v_rc1 into v_order_name;
        exit when v_rc1%notfound;
        dbms_output.put_line('ORDER_NAME='||v_order_name);
      end loop;
    
      close v_rc1;
    
      loop
        fetch v_rc2 into v_order_name, v_reason_text;
        exit when v_rc2%notfound;
        dbms_output.put_line('ORDER_NAME='||v_order_name||', REASON_TEXT='||v_reason_text);
      end loop;
    
      close v_rc2;
    
    END;
    /
    

    If you test this in SQL * Plus, do not forget to SET SERVEROUTPUT ON to see the result.

  • How to load an XML file and save it as a file fm

    Hi Experts,

    I have a bunch of XML files in a folder. I want to make is that I want iteratively, load the xml using a StructuredApplication and save it as a file FM. I was able to sucessfully load the XML file, but I'm having trouble to save a file of FM.

    Here is the code I wrote so far:

    If (sourceFolder! = null) {/ / If a valid file is selected}

    files = new Array();

    fileType = "*.xml";

    files = sourceFolder.getFiles (fileType);  Download all the files that match the pattern

    If (files.length > 0) {/ / get the destination to save the files}

    destFolder = Folder.selectDialog ('Select the folder where you want to save the converted XML files.', ' ~');

    for (var i = 0; i < files.length; i ++) {}

    Set the options to open the XML file.

    var openParams = GetOpenDefaultParams();

    var j = GetPropIndex (openParams, Constants.FS_OpenAsType);

    . propVal.ival openParams [j] = Constants.FV_TYPE_XML;

    j = GetPropIndex (openParams, Constants.FS_StructuredOpenApplication);

    . propVal.sval openParams [j] = "XML Snpsbook";

    j = GetPropIndex (openParams, Constants.FS_FileIsOldVersion);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FontNotFoundInDoc);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FileIsInUse);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    j = GetPropIndex (openParams, Constants.FS_AlertUserAboutFailure);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    var returnParams = new PropVals();

    I'M NOT ABLE TO GET THIS LINE TO RUN. sourceDoc RETURNS a REFERENCE of OBJECT INVALID.

    sourceDoc = Open (files [i] .name, openParams, returnParams);  Returns the document object

    Alert (SourceDoc.Name);

    Function to save. XML file. Extension of the FM

    var saveParams = GetSaveDefaultParams();

    var returnParamsp = new PropVals();

    Change the extension .xml FM

    var k = GetPropIndex (saveParams, Constants.FS_FileType);

    saveParams [k].propVal.ival = Constants.FV_SaveFmtBinary;

    saveAsName = sourceDoc.name.replace (/ \.) [ ^\.\\]+$/,".fm");

    var saveInFile = record (saveAsName, saveParams, returnParamsp);  Save as file FM

    saveInFile = new file (destFolder + ' / ' + targetFile);

    saveInFile.close ();  Close file

    }

    Alert ("the files are saved in the FM to ' + destFolder");

    } else {}

    Alert ('no matching files found!');

    }

    }

    Hi reda,.

    You are very close, but there are a few critical flaws in your code that will prevent the proper functioning:

    -Your paths in string literals must have sequences to escape the backslashes. A backslash character is treated as an adverb in an escape sequence, so those need to be escaped themselves. For example: "C:\\Users\\rajrev\\file.xml."

    -Your OpenXMLFile () function does not return anything, then the original DocumentSource variable never gets made.

    -It is better to use the ObjectValid() method to test a valid object of FM.

    -I am not an expert of regular expression, but I can't understand the logic in your replace() method, to create the new path of the file. In addition, the property "name" of the fileObject is invalid, it must be 'name '. I think that there are simpler ways to do.

    -Your call to the Save() method is incorrect. It should be fileObject.Save (saveAsName, saveParams, returnParamsp).

    All that being said, here is a quick review, without comment, that works for me:

    var sourceDoc = openXmlFile("C:\\Users\\rajrev\\file.xml","XML snpsbook");
    if (sourceDoc.ObjectValid()) {
    
        var path = sourceDoc.Name;
        var filename = path.substring((path.lastIndexOf("\\") + 1), path.length);
        filename = filename.replace(".xml", ".fm");
    
        path = path.substring(0, (path.lastIndexOf("\\") + 1));
        path = path + "transformed_files\\" + filename;
    
        //path testing
        //alert(path);
    
        saveToFm(sourceDoc, path);
        sourceDoc.Close(0);
    }
    
    // Function to open and XML file
    function openXmlFile(filePath, structApp) {
        var openParams = GetOpenDefaultParams();
        var i = GetPropIndex(openParams, Constants.FS_OpenAsType);
        openParams[i].propVal.ival = Constants.FV_TYPE_XML;
        i = GetPropIndex(openParams, Constants.FS_StructuredOpenApplication);
        openParams[i].propVal.sval = structApp;
        var  returnParams = new PropVals();
        var doc = Open(filePath, openParams, returnParams);
        return doc;
    }
    
    //Function to save the opened XML as an FM file
    function saveToFm(fileObject, savePath) {
        var saveParams = GetSaveDefaultParams();
        var i = GetPropIndex(saveParams, Constants.FS_FileType);
        saveParams[i].propVal.ival = Constants.FV_SaveFmtBinary;
        var saveAsName = savePath;
        var returnParamsp = new PropVals();
        fileObject.Save(saveAsName, saveParams, returnParamsp);
    }
    
  • IKEv2 - xml file and the host name

    Hello world

    Ikev2 anyconnect works very well in the PC.

    Xml file in c\programs data\profile PC hostname say anyconnect_ikev2.

    Under the ASDM - anyconnect profile I changed the host name to say xyz.com.

    Then PC I tried to connect again and found that the connection has been established and the hostname under xml view profile: PC go to xyz.com.

    Need to know how the PC has managed to connect even if the host name has changed?

    Concerning

    MAhesh

    Mahesh,

    The client connects to the base on the HostAddress profile field.

    Host name, is what is used to populate the drop-down list and identifies the connection in "plain language." Although it is often the COMPLETE domain name, it doesn't have to be.

    When a user makes the connection, one of the things that happens is that any changes in profile on the ASA is pushed to the locally stored user profile.

Maybe you are looking for

  • Satellite A660-184 RAM extension

    Hello from Savoy! (I'm not American, I speak very well English) I have a problem with the TOSHIBA Satellite A660-184.The RAM was first 4 GB (2 * 2 GB).I bought new RAM: 2 * 4 GB (right model, the right frequency).On the TOSHIBA Web page for this comp

  • Problem with HDD with my Satellite L550D

    I use a laptop Toshiba Satellite L550D. It s works well, but yesterday I face a problem of HARD drive.My windows inform that a notice 'windows has detected a HARD disk problem. Please backup your data on the hard drive. "Now, my laptop does not work

  • Unable to scan

    I saw that the HP all-in-one Officejet J3680 was compatible with Windows 7 (at least it seems so because he says the J3600 is standard) and I downloaded the full function driver, but I am not able to scan and do not have the Solution Center that I ha

  • Unable to reinstall vista ultimate upgrade disk after you have reinstalled the system

    error "this disc is too old to reinstall" but I had it only for a few monhs

  • on OwnerInfo

    I need to retrieve the name of the owner of the device. I find that I can use the OwnerInfo class. But, according to the document, this class is available after jde 4.2.0. If I need to use the JDE 4.1.0 how can I retrieve the name of the owner? Thank