What is the best directory / location to store master document database?

I would like to store my master database containing 14GB of data on the iPhone itself, and then use that to connect to my Mac computers (either the desktop, or one of my laptops). So I have a couple of choices that I am aware of. I can store everything inside of the Documents to Go directory. Or, I can store everything inside of OneDisk because that lets me upload to the cloud. It gets a little confusing to store data in the iDisk directory on the iPhone because each file that is downloaded gets its own folder with a very long name that is worthless in terms of organization. I am happy to keep a duplicate in the cloud of all 14GB, but I want the most current database to be on my phone. For OneDisk to upload, it looks like things need to be inside the OneDisk directory. Any suggestions? I want an organizational system that can be used at least until the next iPhone comes out. Thanks.

If your XML data will not be larger than 4000 characters then use VARCHAR2 else CLOB. I don't see a need to use BLOB (unless your XML data contains binary information).

Similar Messages

  • Please give me advice about....what is the best virus guard in store and is virus worked in iPhone (my English is not good sorry)

    Please give me advice about....what is the best virus guard in store and is virus worked in iPhone (my English is not good sorry)

    If you are gettin spammed via e-mail or text that your IOS has a virus (usually says call some 800 number) then these are a scam - do NOT contact these crooks

  • What is the best way to work with Word documents in The InDesign CS4???

    I work in Microsoft Word 2007 and all my documents have *.doc format.
    What is the best way to work with Word documents in InDesign CS4???
    David Blatner says to avoid copying and pasting text from Word instead of placing it (Ctrl+D).
    How about pasting RTF or Text Document???
    I want to make book's layout in ID CS4 and its main feature is that there is the left page with text and the right - with graphics.
    So, as I understand to place the text on each page I must create for example 70 Word documents and place each item on 70 left pages???
    It loks like wasting time. I sthere another way of making such layout???  What kind????

    It's best to place any text.
    You can have all of your text in one file and use auto-flow to add threaded text frames and pages as required (Hold down the Shift key when you click the loaded text cursor), but it's a little non-standard to have the thread only on one side of the spread from the auto-flow perspective, so you'll have to set up properly.
    This is one case where a master text frame will work to your advantage. On your master page spread, add a text frame to the left page, but not to the right (or at least not threaded to one on the right -- for some other project you might actually want two independent text threads). Hold the loaded cursor over a frame on the left side of a document page and auto-flow. ID will add new spreads as necessary, but only put the text on the left side.
    Peter

  • What is the best data type to store XML string

    Hello all,
    If we want to store a XML string in oracle database table for some other program use what is the best data type that we can use in the table to store this XML string..
    Is it VARCHAR? or can we use BLOB type
    Anybody to help please
    Message was edited by:
    user483578

    If your XML data will not be larger than 4000 characters then use VARCHAR2 else CLOB. I don't see a need to use BLOB (unless your XML data contains binary information).

  • What is the best form to control a open of database?

    Hi,
    what is the best form to open a database?
    I´m understood that Environment is unique for all aplication, and I think that it is good to put on Singleton Pattern, but I don´t know the best form to do it with the databases.
    I think two forms, the first is create a singleton open database, with this form I don´t will close the database and all application will use it. So, the second form is open a data base at the moment that I will use it, for example, into a DAO when I will do inserts, deletes, etc, and at the final of the operation I close the database.
    So, I don´t know what form is the best, and if those forms are corrects, if exist another form to do it I would like to know.

    Hugo,
    An application can choose to use one or more Environment and Database instances in a single process. In other words, it is the application's choice whether it wants to instantiate a single Environment or Database and share it among multiple threads, or whether it wants to instantiate multiple instances.
    Choosing one pattern or another is a function of your application's design, and performance considerations. As you say, you could instantiate a single Database instance and pass it around, or you could open and close the Database every time you get a data record. A third choice is to open a Database instance per thread, and reuse that for the life of the application.
    The second choice of opening and closing the Database per data record access is pretty heavyweight from a performance point of view. There is a fair bit of overhead to the initial open of a database, and to the final close. Follow-on opens are not as heavyweight, but do have some cost. For example:
    // expensive
    thread 1 calls Environment.openDatabase() or new EntityStore()
    // less expensive, database is already open, thread 2 is really just getting a handle
    // onto the database, but still more expensive than a read or write of a data record
    thread 2 calls Environment.openDatabase() or new EntityStore()
    The first choice of using a single Database instance in your process will perform much better. If your application has a high level of concurrency, there can be some contention on the Database instance, described in this FAQ - http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#32 and you may prefer to try the third option of using a Database instance per thread.
    Regards,
    Linda

  • What is the best way is to implement a friend database

    Hi
    I was wondering what the best way is to implement a friend database. E.g. facebook where a person can have friends.
    Would you create a person table and a friendtable where each entry in the friendtable contains the owners personid and the friends personid?
    I would like to to view the picture of Darwin Cabigas Cano?
    Please..

    We call it as Database Design.
    Yes, you can have one table as Person and Friends table which should refer to your Person table.
    It should look like below: (Reference:
    Facebook Style Friend Request System Database Design )
    -Vaibhav Chaudhari

  • What is the best way to sort an XML document in WLI 8.1?

    I have the schema for the XML and I want to sort the data. What is the best way to do this?

    I'm not sure if you want the result of the sorting to be a sorted XML document or a sorted object tree but anyway both XSLT and XQuery support sorting so you could use a Transformation control to execute an XQuery or XSLT transformation to sort the data. Another option (if you are not comfortable writing XQuery or XSLT) would be to use XmlBeans and programmatically sort the data. A word of warning though, these processes are quite memory intensive and if the XML document you are sorting is large (say over 10 MB) your server might run out of memory. In this case you might be better of just parsing the document with SAX and then sorting the result objects.

  • What is the best app for powerpoint and word documents

    What is the best app or apps for doing powerpoints and word documents. Dont mind how much I have to pay once they work well

    Documents To Go Premium and QuickOffice HD both support Powerpoint and Word (and Excel) in the one app

  • What are the best security practices for your forms and databases

    What are some of the best security practices to follow to
    ensure your database isn't attacked with injections, forms abused
    with snippets of code, and mass spam DB inserts on your
    forms?

    On Sat, 29 Mar 2008 17:17:01 +0000 (UTC), "jsteinmann"
    <[email protected]> wrote:
    >What are some of the best security practices to follow to
    ensure your database isn't attacked with injections, forms abused
    with snippets of code, and mass spam DB inserts on your forms?
    David Powers books on php for Dw give detailed advice on how
    to do
    forms, first with html, and then validate them with secure
    php
    scripts.
    http://foundationphp.com/
    ~Malcolm N....
    ~

  • What is the best app for creating and signing documents on the iPad?

    I am a home organizer and I am typically in a clients home when I need to have them sign a contract and I want to become a 'paperless' organizer.  I need to take my service agreement, enter their information, have them sign the document and then email it to both them and myself.  I don't want my 'template' altered in the process and I don't need to worry about saving the document since it will be in my inbox.  Can anyone suggest the best app to accomplish this?  Thank you in advance for all your help.

    You may want to look at a company called Docusign at:
    http://www.docusign.com
    My company uses this service to have customers sign all kinds of documents. I don't know what the cost is.

  • What's the best free tool to populate an Oracle database?

    I'm looking for a free tool to populate an Oracle Database 10g for testing purposes.
    Does anybody know the best one?
    Thanks,
    Carlos Felipe

    Hi Carlos,
    I'm looking for a free tool to populate an Oracle Database 10g for testing purposes.If you want to load test data, you may want to spend a bit and get something goog.
    There are several tools and methods for generating test data for Oracle:
    STATSPACK - You can easily write your own SQL capture, directly from the STATSPACK stats$sqlstat table.
    AWR - AWR captures historical SQL in the dba_hist_sqlstat table.
    SQL Tuning Sets – This 10g tool grabs SQL from the library cache or Oracle.
    SQL Performance Analyzer (SPA)  – This new 11g tool captures representative SQL workloads.
    Mercury LoadRunner  - A popular tools for simulating the real-world effect of an Oracle system change.
    Quest Benchmark Factory - A complete environment for showing the effects of an Oracle change.
    DBGEN - The TPC-H tools, dbgen and qgen allow for the development of anywhere from a gig to a terabyte databases.
    Hammerora - The Hammerora product provides a means to create a pseudo-TPC-C database and generate loads against it.
    Hope this answers your question . . .
    Donald K. Burleson
    Oracle Press author

  • What is the best strategy to purge a set of database tables.

    Hi,
    I have 6 tables I would require to purge data from.
    1 parent table - All of the data that needs to be purged are from a partition created on this table
    5 child table - Using the parent record identifier, these records needs to be purged as well.
    The count of the parent table that i would be purging is around 6 * 10^6
    and the child tables contain atleast 12 * 10^6.
    Can some 1 let me know the most efficient way to get this done.
    If i am using delete statements - if there are any oracle hints that would speed up the process.
    Are there any alternatives to execute a delete script versus how a dba can help out getting the same done within the shortest period of time possible?

    Welcome to the forum.
    Are all tables partitioned?
    What database version are you working with?
    Dropping partitions sounds like a good option you have.
    But there are several other ways, like create table as select [records you want to keep].
    Even DBMS_REDEFINITION pops into my mind...
    These threads will give you more ideas: http://asktom.oracle.com/pls/asktom/asktom.search?p_string=%22mass+delete%22

  • What is the best ipad app to use for documents/notes

    Hi
    I really want to use my new ipad at work for note taking at meetings, creating to do lists, actions etc, but most of my colleagues use laptops with MS Office (word mostly).
    Does anyone have any recommendations as to whether I could do this, and if I can which app is best? Of course I want to email my colleagues with my notes so they can read them without losing any formatting I do on the ipad....?
    Help would be appreciated...

    If you're about to email them, take notes right there in the 'compose email' function.  That way you can't lose any formatting !  Otherwise the Notes app isn't bad.
    But if you want proper formatting flexibility then you're possibly best off getting a copy of Pages for iOS.  This has lots of formatting flexibililty and exports to Word format.

  • What is the BEST CD to save pics on, documents, etc

    I want to save my pics forever but was wondering if there is one brand of CD that is better than another for this.
    thanks in advance for your replies!

    hi Donette
    as long as you use a brand name product you shouldn't have a problem. you can also store on DVDs. remember this type of storage is not permanent. the life of CDs/DVDs are about 25 years from some of the articles i have read.
    other users here will recommend the use of harddrives as storage media. considering the low cost of these items its would be a good choice. the use of DVDs can be use as a backup in case the harddrives fail.

  • What's the best way?? Need Master Class POV

    I've got material shot with two cameras. The video portion I want to use...the audio I'm using from another source that is better quality (live musical performance).
    Somehow, all of this needs to come together in one edited music video.
    How do I go about starting such an editing project? We're talking no SMPTE, no code, no sync, no fancy stuff at time of shooting. Just a couple of guys with consumer grade cams shooting a band performance. The audio (DAT recording at the board) I will hot rod in Logic and import in the final product into FCP. I obviously can't import in the finished audio track at this point until I know how the video portion is going to be stirred up and mixed.
    How would you guys approach this? I'm in so deep in trying to figure out the proper workflow that my head is about to explode.
    Thanks guys.

    I would actually take your final audio and lay that portion down into a timeline in FCP and cut based on that - like a music video. (You can always replace that audio later if you are doing some mix in Logic - just a rough is all you need - but make sure the timing is the same if you remix it later - don't add another verse or lose a chorus - unless you can repeat that edit.)
    Normally, for something like this, you would use multi-cam - which acts like a switcher between several camera sources. I have only cut multi-cam in AVID - but in AVID you can lock video tracks together that have no timecode - just set in points and it locks from there. Someone else on the forums with better knowledge of the multi-cam in FCP might be able to instruct you.
    But, you can do a poor man's multi cam - eye-match all your cameras of the performance to that audio. Maybe put the main camera on V1 and work your way your way up from there. Then all the cameras are in sync and on different layers and then you just select your shots - and pull out what you don't like. Eventually, you would widdle it down to a tight edit.
    OR, another option is to just log all the shots you love and the cut it like a music video - you would still eye match any performance shots to get lip sync.

Maybe you are looking for

  • How to add a loader to an image gallery loading content using only actionscript

    hi i am loading all thumbs and  images in a container on a single frame using action script..but the  size of the swf becomes 1.2 mb so i want to add a loader to it...the  loader i am trying to add counts the frames but my file has just one  frame so

  • OTF Format of Purchase Order in email unreadable

    We have setup emailing of purchase orders and this is working fine. However, the file that is sent to the vendor is in format .OTF How is this file read? Is it possible to send a different format? We can see the order in SOST, but the email that the

  • PO created by means of Workflow  with out Vendor master updates

    Hi  Friends,    I  have my scenario like this. I am working with Production server. When ever a request is created, it has to be sent for Vendor master data updates. then only a PO has to be created. The problem is the PO is created and the workflow

  • Help with which permissions to go into policy file

    I posted this question in Java Web Start & JNLP forum, but realize it may be more appropriate here. I am writing my first policy file. I am trying to devise a "system" whereby the users/developers within my organization can use Java Web Start to acce

  • How to disable Addons in Private Mode?

    Straight Forward Question: How to disable Addons in Private Mode? If this option is not available in Firefox yet, then when will it be available? This I believe is one of the basic options which should be available in Firefox immediately.