Recreate database from XML - what will I loose?

I have run into a problem where the database contains incorrect information about the location of some files. I could do an easy search and replace for all the occurences, but if I recreate the database as Apple suggests http://docs.info.apple.com/article.html?artnum=93313 - what will I loose?

I have run into a problem where the database contains incorrect information about the location of some files.
Following that article will not fix the location of those files.
Try this -> Bring Out Yer Dead v1.1
or this -> iTunes Track CPR v1.3

Similar Messages

  • I am wanting to put the new firmware on to my iPhone 4 and am wondering if I do this from another computer will I loose all my data - i.e music

    I am wanting to put the new firmware on to my iPhone 4 and am wondering if I do this from another computer will I loose all my data - i.e music

    No you will not lose any data. However a pop up will come up telling you if you want to sync with this computer, and that if you do, that it will erase the data. Just click "No" and you can still update your phone. I've done this a few times.

  • Recreate database from an existing database script

    Hi Experts,
    I need script to recreate database from an existing database.I tried this to find in websites,im not able to get it.
    please help me to do this,
    Thanks in advance.
    regards
    sundar

    Hi there
    Here is basic script if you have all the necessary files assume you've a backup of the existing db.
    STARTUP NOMOUNT
    CREATE CONTROLFILE NEW DATABASE "TEST" RESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 584
    LOGFILE
    GROUP 7 '/home/oracle/oradata/TEST/redo07.log' SIZE 800M,
    GROUP 8 '/home/oracle/oradata/TEST/redo08.log' SIZE 800M,
    GROUP 9 '/home/oracle/oradata/TEST/redo09.log' SIZE 800M,
    GROUP 10 '/home/oracle/oradata/TEST/redo10.log' SIZE 800M
    -- STANDBY LOGFILE
    DATAFILE
    '/home/oracle/oradata/TEST/system01.dbf',
    '/home/oracle/oradata/TEST/sysaux01.dbf',
    '/home/oracle/oradata/TEST/undotbs01.dbf',
    '/home/oracle/oradata/TEST/users01.dbf'
    CHARACTER SET WE8MSWIN1252
    ;

  • Recreating PDF from XML

    Hello,
        I have designed a form in Adobe LiveCycle designer with rights enabled PDF,As we cant collect PDF directly from users due to 500 use licensing limit.Plan is to have users send the XML via 'Submit By Email' button and from my end recreate the PDF.
      My question is whats the ways/options do i have to recreate the PDF based on values in XML.
      This would be part of set up- where an application would connect to email server, download the email message with XML attachment;review the xml and if some tags/nodes are true then recreate the   PDF file with data from XML and save it locally.
      Now the email template have a statement that ". Adobe Acrobat Professional 7 or later can process this data by importing it back into the blank form....."
    Does that mean I can simply import the XML file to the form I created and voila i have my PDF,but how can i achieve the same via an application.
    As always Thanks in advance.

    You open the form in Acrobat and then simply use the data import under the forms tools. You could also use tools to save the data to a database (sorry, I don't know how to do it, but know it can be done).

  • Create a Database from xml

    Hi,
    I'm using javaDb embedded and I trying to find the best way to create a database from a xml file.
    I managed to do this, previously with netbeans 6.9, jdk 6 and apache ddlutils.
    Unfortunately this method as proven to be not so good, and and can't get it to work with netbeans 7.
    Is there a best way to do this?? Any recommendation on this matter will be appreciated.
    Thanks in advance,
    Hugo

    s3c wrote:
    Hi,
    I'm using javaDb embedded and I trying to find the best way to create a database from a xml file.
    I managed to do this, previously with netbeans 6.9, jdk 6 and apache ddlutils.
    Unfortunately this method as proven to be not so good, and and can't get it to work with netbeans 7.
    Is there a best way to do this?? Any recommendation on this matter will be appreciated.
    Thanks in advance,
    Hugowhat does question or solution have to do with forum TOPIC Oracle RDBMS?

  • So, when will the networks allow 99 cent tv rentals?  I think the first Apple TV has so much more to chose from.  What will happen with the Apple TV 2?

    Anyone know what will be the outcome of Apple TV 2 as far as being able to rent shows from all networks?  You can get just about anything on the first apple tv.

    TV rentals were not and are unlikely to ever be available on AppleTV 1 (although I think in some ways it is still better than AppleTV2).
    Other than for direct purchasing as opposed to renting I've not noticed that much difference in content availability but our content is relatively poor anyway in UK compared to US, especially in terms of pricing.
    AC

  • What will i loose if i reset?

    i have forgotten my password for the restriction on purchasing apps.  I have read a few comments on how to reset but i am not sure what i will loose by resetting everything.  Can someone help me out? thanks

    You will lose nothing but also it won't help your password situation.  My understanding is that you must do a Restore but I don't know which passwords will be be renewed when you restore from backup.
    Restore...
    Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

  • How to reference MS Database from XML datasource?

    Hi,
    I have been tasked with writing an XML BI Publisher report that involves pulling data stored on our SQLServer database. I wasn't sure how to do this so I searched through my documentation and found information on Distributed Queries which I think addresses what I am trying to do. So I created a simple datasource test script based on the documentation to see if I could access the SQLServer database but I am having problems getting this to work. I created a datasource script, setup a concurrent job and tried to run the report but I'm getting a "java.sql.SQLException: ORA-00933: SQL command not properly ended" error.
    Can somebody please help me in regard to my problem and tell me what I'm doing wrong? I am using the XML Word plugin 10.1.3.4.1. Here's the datasource code.
    <?xml version="1.0"?>
    <dataTemplate name="XXKNC_TIMECENTRE_TEST" description="XXKNC - TimeCentre XML" dataSourceRef="TimeCentre" version="1.0">
    <dataQuery>
    <sqlStatement name="Q1_TimeCentre">
    <![CDATA[
    SELECT DISTINCT CardID, EmployeeName
    FROM tc2kdb.dbo.EmployeeT
    where CardID < 500
    order by EmployeeName
    ]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
    <group name="G_TimeCentre" source="Q1_TimeCentre">
    <element name="CardID" value="CardID" />
    <element name="EmployeeName" value="EmployeeName" />
    </group>
    </dataStructure>
    </dataTemplate>
    Thank you,
    Steve

    Bipuser,
    That still didn't work. I was thinking about this and my problem. When I am trying to access a database on the sqlserver I have to tell Oracle this by adding dataSourceRef="TimeCentre" to my datasource correct? But my TimeCentre reference is set up as an ODBC connection and I think this is the problem. Where or how do I setup this connection if we are not using BI Publisher server and only using the MS Word Pulgin? Or does Oracle somehow know that dataSourceRef="TimeCentre" is referencing a SqlServer database over an ODBC connection? I'm not sure if I should be setting up the TimeCentre link differently.
    Thanks again for taking time to help me with this problem,
    Steve

  • Help (retrieving image name from xml then will be echoed inside the movieclip

    Hello guys, I just want to ask sometihng on how to show the image inside the movieclip by pulling the image name inside the xml file.
    this is my xml file.
    <?php
    header("Content-type: text/xml");
    $host = "localhost";
    $user = "root";
    $pass = "";
    $database = "test";
    $gelo= "image1.jpg";
    /*xml output*/
    $xml_output = "<?xml version=\"1.0\" ?>";
          $xml_output .= "<GALLERY>";
              $xml_output .="<IMAGE>" . $gelo . "</IMAGE>";
         $xml_output .= "</GALLERY>";
    echo $xml_output;
    ?>
    //this is the code inside my actionscript
    stage.scaleMode = StageScaleMode.NO_SCALE;
    var loader:URLLoader = new URLLoader();
    loader.dataFormat = URLLoaderDataFormat.TEXT
    loader.addEventListener(Event.COMPLETE, loadCompleteHandler);
    loader.load(new URLRequest("http://localhost/loadimagefromxmlAS3/data.php"));
    function loadCompleteHandler(event:Event):void {
    var xml:XML = new XML(event.target.data);
    //txt.text = xml.toXMLString();
    trace(xml.IMAGE[0]);
    var list:XMLList = xml.data.title
    var loader:Loader = new Loader()
    this["holder_mc"+0].addChild(loader)
    loader.load(new URLRequest(list[0].IMAGE))    
    When I run it in flash, I got the error
    image1.jpg
    TypeError: Error #1010: A term is undefined and has no properties.
        at xml_fla::MainTimeline/loadCompleteHandler()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at flash.net::URLLoader/onComplete()
    I hope you will consider my ignorance since im a beginner using the actionscript. Thank you

    1) You should have "Permit debugging" enabled in Publish settings so you could tell exactly witch line is wrong
    2) This line makes no sense to me: var list:XMLList = xml.data.title
         Change it to var list:XMLList = xml.IMAGE;
    3) loader.load(new URLRequest(list[0].toString()));
    4) Also this line is suspicious: this["holder_mc"+0].addChild(loader)
         Why don't just say: holder_mc0.addChild(loader)?

  • [CS4-CS5] Table from XML: what's the best practice?

    Hi,
    I have to build a huge table (20-25 pages long...) from an XML file.
    No problem with that, I wrote a XSLT file to convert my client's XML in the "Table/Cell structure" InDesign needs with all style parameters.
    The problem is that it takes a long time (4-5 hours) to ID to build the whole table.
    I wonder if this is still the best practice with such a huge amount of data (the input XML is 1,1 Mb).
    I also tried to build the table using a script (JavaScript) but from some time test I can see the problem is even bigger.
    I'm currently using an iMac (Mac OS X 10.6.2) with 3.06 GHZ Intel Core 2 Duo and 8 GB ram, it's not exactly the worst computer in this world...
    Is there a best practice for this kind of work?
    Client is becoming a pain in the arse...
    Thanks in advance!

    First transform the XML through XSLT seprately and then Import that XML in InDesign.
    Hope it help.
    Regards,
    Anil Yadav

  • What will i loose if i install a fresh 10.5.2?

    i installed some software that i guess, isnt compatible with 10.5.2. i would like to format my imac and start with a fresh install of 10.5.2. is there anything that comes on my computer that i wont find on my mac os discs? there are tow discs. all that i believe i should have is the os and ilife. and some demos of microsoft office, but i dont care if i get those back or not.
    thanks.
    nick

    thanks for the welcome and the responses. actually, i was kind of vague and when i look back at the post, and a little misleading. i would like to install pro tools. i know its not supported yet, but i just need to install the drivers to use my mbox with logic. i dont really need to run pro tools, just install it. i didnt post that part because i thought itd be confusing.
    anyway... so heres the story.
    i bought a 20inch imac 2.4 and it came with leopard. im running 10.5.2. im not sure if i upgraded to 10.5.2, or if thats the version it came with. i would like to install protools. if for some reason something goes wrong, i would like to be certain that if i need to format and reinstall the os, i wont be missing any programs.
    i guess the real question is, is there anything that comes installed on my computer that i didnt get on a dvd of cd as well? this is my first mac and whenever i bought a pc the first thing i would do is format it and reinstall the os because they put so much trial garbage on the computer it would be bogging down from the get go.
    thanks for the help.

  • Uploading data from xml format

    Hi Experts,
                       i am working under ' ZTOOLREV ' transaction which is plant maintainence. i maintain one rfc in se37.
    import parameters are  mandatory fields entering in this application ,   export parameters are for the errors -
        it is of error structutre name.
    further i am creating one web service using transaction ' WSCONFIG  ' .  so it will be coverted in xml data.
    now my client will enter data in xml it has to come to sap and store in sap. and show if any errors.
    my requirement is the data is coming from xml format. i have to upload data from xml.
    what is the function module should be used to upload the data anad also what function module should used to handle errors?
    here in this case i am using gui_download. but i want to put in export parameters.
    which i maintained previously.
    please guide me experts.
    i can get a solution for this query because there are so many experts are there in sdn.sap.

    Hi Chaitanya,
    You may use the following program to upload your xml data into internal table
    REPORT z_read_xml_file.
    PARAMETERS: p_filnam TYPE localfile OBLIGATORY
    DEFAULT 'C:\Documents and Settings\ssaha\Desktop\test.xml'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_filnam.
    DATA: l_v_fieldname TYPE dynfnam.
    l_v_fieldname = p_filnam.
    CALL FUNCTION 'F4_FILENAME'
    EXPORTING
    program_name = syst-cprog
    dynpro_number = syst-dynnr
    field_name = l_v_fieldname
    IMPORTING
    file_name = p_filnam.
    START-OF-SELECTION.
    TYPES:
    BEGIN OF ty_tab,
    name TYPE string,
    value TYPE string,
    END OF ty_tab.
    DATA:
    lcl_xml_doc TYPE REF TO cl_xml_document,
    v_subrc TYPE sysubrc,
    v_node TYPE REF TO if_ixml_node,
    v_child_node TYPE REF TO if_ixml_node,
    v_root TYPE REF TO if_ixml_node,
    v_iterator TYPE REF TO if_ixml_node_iterator,
    v_nodemap TYPE REF TO if_ixml_named_node_map,
    v_count TYPE i,
    v_index TYPE i,
    v_attr TYPE REF TO if_ixml_node,
    v_name TYPE string,
    v_prefix TYPE string,
    v_value TYPE string,
    v_char TYPE char2.
    DATA:
    itab TYPE STANDARD TABLE OF ty_tab,
    wa TYPE ty_tab.
    CREATE OBJECT lcl_xml_doc.
    CALL METHOD lcl_xml_doc->import_from_file
    EXPORTING
    filename = p_filnam
    RECEIVING
    retcode = v_subrc.
    CHECK v_subrc = 0.
    v_node = lcl_xml_doc->m_document.
    CHECK NOT v_node IS INITIAL.
    v_iterator = v_node->create_iterator( ).
    v_node = v_iterator->get_next( ).
    WHILE NOT v_node IS INITIAL.
    CASE v_node->get_type( ).
    WHEN if_ixml_node=>co_node_element.
    v_name = v_node->get_name( ).
    v_nodemap = v_node->get_attributes( ).
    IF NOT v_nodemap IS INITIAL
    attributes
    v_count = v_nodemap->get_length( ).
    DO v_count TIMES.
    v_index = sy-index - 1.
    v_attr = v_nodemap->get_item( v_index ).
    v_name = v_attr->get_name( ).
    v_prefix = v_attr->get_namespace_prefix( ).
    v_value = v_attr->get_value( ).
    ENDDO.
    ENDIF.
    WHEN if_ixml_node=>co_node_text OR
    if_ixml_node=>co_node_cdata_section.
    text node
    v_value = v_node->get_value( ).
    MOVE v_value TO v_char.
    IF v_char <> cl_abap_char_utilities=>cr_lf.
    wa-name = v_name.
    wa-value = v_value.
    APPEND wa TO itab.
    CLEAR wa.
    ENDIF.
    ENDCASE.
    advance to next node
    v_node = v_iterator->get_next( ).
    ENDWHILE.
    LOOP AT itab INTO wa.
    ENDLOOP.

  • What will happen if i mention like load-on-startup -1 /load-on-startup   ?

    Hi All,
    In my web.xml what will happen if i mention like <load-on-startup>
    -1</load-on-startup> ?

    It's not WebLogic-specific, the load-on-startup web.xml element is a standard common component to all application servers.
    As for what it does, then yes, the BEA link explains it well enough. So that explanation applies to WAS too.

  • Unable to connect to database from forms or reports

    hi friends
    i installed oracle9i database and oracle 9i D2K in 2 different drives with different homes
    i am able to start database and the forms interface but i am unable to connect to the database from forms
    what might be the error please clarify it
    Bye
    Srikumar

    Thanks Farahd!
    <br><br>
    Interesting Info!
    <br><br>
    Raj<br><br>
    <b>www.oraclebrains.com<a>
    <br><font color="#FF0000" size="1">POWERED by the people, to the people and for the people WHERE ORACLE IS PASSION.</font></b>

  • What is the best way to create a database schema from XML

    What is the best way to create a database schema from XML?
    i have  a complex XML file that I want to create a database from and consistently import new XML files of the same schema type. Currently I have started off by mapping the XSD into Excel and using Mysql for Excel to push into MySQL.
    There must be a more .net microsoft solution for this but I cannot locate the topic and tools by searching. What are the best tools and way to manage this?
    Taking my C# further

    Hi Saythj,
    When mentioning "a database schema from XML", do you mean the
    XML Schema Collections? If that is what you mean, when trying to import XML files of the same schema type, you may take the below approach.
    Create an XML Schema Collection basing on your complex XML, you can find
    many generating tools online to do that.
    Create a Table with the above created schema typed XML column as below.
    CREATE TABLE youTable( Col1 int, Col2 xml (yourXMLSchemaCollection))
    Load your XML files and try to insert the xml content into the table above from C# or some other approaches. The XMLs that can't pass the validation fail inserting into that table.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

Maybe you are looking for

  • DriverManagerXAConnection is not getting closed.Toplink 9.0.4.5 OC4J 10.1.2

    DriverManagerXAConnection is not getting closed. Toplink is acquiring connections from two pools OracleConnectionPooledDataSource and XAConnectionpool. The connection of PooledDatasource is getting released but the DriverManagerXAConnection is not ge

  • Error in Receiving Date Updation in MIGO Transaction

    Hi All, I am creating a GR using BAPI_GOODSMVT_CREATE, by passing following Data: Material Document Header Data wa_gr_header-pstng_date = sy-datum. wa_gr_header-doc_date = vbrk-fkdat. wa_gr_header-pr_uname = sy-uname. wa_gr_header-ref_doc_no = va_pon

  • Having trouble to delete datasource from JDeveloper IDE

    Hi, I am having trouble to delete datasource from JDeveloper IDE, neither can I change it. 1. I deleted the datasource entry. 2. Then I delete the entry in SIQA-data-sources.xml file in project root directory. SIQA is my workspace. 3. There is no ent

  • SOAP Request by OdiInvokeWebService with WebSphereMQ

    Hello, I'm refering the OdiInvokeWebService manual, and noticed that ODI can communicate with SOAP by OdiInvokeWebService. Can the OdiInvokeWebService receive SOAP request from WebSphereMQ via SOAP? Has anyone tried it? Regards,

  • Class.forName().newInstance(): InstantiationException for subclass

    I use classes not known at compile time. So far, these classes implemented an interface and I instantiated via final MyInterface fd = (MyInterface) clazz.newInstance();and this worked fine. Now, an interface is not enough anymore and those classes ne