Backing up the database and the limitations

Hello all,
I tried to follow the steps in the documentation to back up the database;
On Windows: Click Start, point to Programs, point to Oracle Database 10g Express Edition, and then select Backup Database
but I dont see Backup Database under Oracle database 10g express, here is what I have there:
Get Help >
Get Started
Go To Database Home Page
Run SQL Command Line
Start Database
Stop Database
Thats all.
What I am trying to check is, if I can change the location for backups to avoid the 2 backup limitation. Is it possible to do that?

Well - this is the area we are having a lot of internal discussions on - so this is not final yet, but feedback would be a good thing.
Lets say you shut the machine down mid transaction one night while there are still users connected. This would not cause disk corruption, but you had inflight transactions at the time. On restart, the database would automatically roll forward the committed transactions, and automatically rollback uncommited transactions. So your database would be consistent. You would of course lose the transactions that were uncommited. This is what we call instance recovery.
Lets say you take a backup on Monday, using the techniques we are proposing. On Tuesday the disk crashes and dies. You are not using Raid 5 etc, so you have no disk based mirror of your data. So you go and buy a new disk, add it to the machine, re-install the database software, and then restore from Monday nights backup. This is what we call media recovery.
Using the techniques we propose for Oracle Database XE, you will lose ALL transactions from the time of the backup (i.e Tuesday) - both committed and uncommited until you complete the restore.
If you did not want to run the risk of losing transactions in the event of a disk crash, then you should look at one of the licensable versions, which uses a technique called archive logging to allow you to roll forward all transactions since your last (or any given backup).
Note that for all versions however, backup is online.
Thoughts ?

Similar Messages

  • I am using the database connectivity toolkit to retrieve data using a SQL query. The database has 1 million records, I am retrieving 4000 records from the database and the results are taking too long to get, is there any way of speeding it up?

    I am using the "fetch all" vi to do this, but it is retrieving one record at a time, (if you examine the block diagram) How can i retrieve all records in a faster more efficient manner?

    If this isn't faster than your previous method, then I think you found the wrong example. If you have the Database Connectivity Toolkit installed, then go to the LabVIEW Help menu and select "Find Examples". It defaults to searching for tasks, so open the "Communicating with External Applications" and "Databases" and open the Read All Data. The List Column names just gives the correct header to the resulting table and is a fast operation. That's not what you are supposed to be looking at ... it's the DBTools Select All Data subVI that is the important one. If you open it and look at its diagram, you'll see that it uses a completely different set of ADO methods and properties to retrieve all the data.

  • ORA-07445: exception encountered in the database and the databasde wentdown

    Hi,
    I got the eblow errors in the alert log file. and the database went donw after this errors. Can anybody suggests the cause of the error.
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/udump/prod_ora_17784.trc:
    ORA-07445: exception encountered: core dump [kssrem()+177] [SIGSEGV] [Address not mapped to object] [0x4] [] []
    ORA-03135: connection lost contact
    Tue Jan 19 11:31:49 2010
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/udump/prod_ora_17784.trc:
    ORA-07445: exception encountered: core dump [kghssgmm()+83] [SIGFPE] [Integer divide by zero] [0xAD0357D] [] []
    ORA-07445: exception encountered: core dump [kssrem()+177] [SIGSEGV] [Address not mapped to object] [0x4] [] []
    ORA-03135: connection lost contact
    Tue Jan 19 11:31:51 2010
    Errors in file /ORADATA/proddb/9.2.0/admin/PROD_dgoracluster/bdump/prod_pmon_4625.trc:
    ORA-07445: exception encountered: core dump [kggchk()+72] [SIGSEGV] [Address not mapped to object] [0x17] [] []
    Tue Jan 19 11:31:55 2010
    MMON: terminating instance due to error 472
    Instance terminated by MMON, pid = 4643
    Thanks,
    Prashanth.

    hi, initially you can check trace files also to get to know what the problem is.
    you can look in metalink for ora-600 lookup tool which provides information for ora-7445 errors also.
    if not found anything, then raise a SR with oracle support

  • Change unix owner for the database and the binaries

    Hello,
    Do you guys know of any documents, from Metalink or other sources that
    would lay out all the steps needed to take one database from one set of
    binaries owned by a unix user to another set of binaries owned by
    another unix user? The new unix user will also own the database files as
    well.
    Thank you all very much,

    You may change all oracle owned files recursively, but you should be aware of the files that belong to the root user, those have SUID's enabled, and if you change the owner, networking functions won't work, among other features.
    Are you planning to change the group too? or just the owner?
    ~ Madrid

  • Sql agent jobs based on the database and the user

    Dear All,
    I have a requirement of configuring an user who should only have access to one database out of all and also able to create, view and modify sql agent jobs only for the allowed database. For allowing to see the selected database to particular user I have
    granted permissions as per below,
    create LOGIN mhtc WITH PASSWORD='mhtc', CHECK_POLICY = OFF;
    USE master;
    GO
    DENY VIEW ANY DATABASE TO mhtc;
    USE master;
    GO
    ALTER AUTHORIZATION ON DATABASE::MHTC TO mhtc;
    GO
    but user not able to see sql agent jobs so I want to give necessary permission to this user to view,create and modify sql agent jobs only in allowed databases. Basically I want to separate users from each database and separate sql agent jobs based on the
    user and database.
    Your expert advices are highly appreciated.
    Thanks,
    Manjula

    I want to give necessary permission to this user to view,create and modify
    sql agent jobs only in allowed databases.
    Hello Manjula,
    SQL Server Agent Jobs are not created / dedicated for a user database. The Jobs are store in System database "msdb".
    See
    Implement SQL Server Agent Security for Details about required permissions.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Is there any character set translation facility between the database and th

    We are upgrading a character based SQLforms version 3 application to forms6i running over the web against a 9.02 database.
    Is there any character set translation facility between the database and the Forms server / web browser?
    Our database character set is NEE..P4 (North European). However, the user needs to see the data in the BLT..P13 (Baltic) character set.
    In the old application, users accessed these forms through a telnet client and this did the translation. For example :
    The database character :
    � (Unicode hex value = 00D0)
    would be translated by and displayed on the telnet client as :
    � (Unicode hex value = 0160)
    A colleague of mine has done some experimenting. By changing the NLS_LANG registry setting to BLT..P13 in his oracle home and loading the Baltic character set for his Windows 2000 environment, he has been able to achieve the same translation in SQLPLUS.
    However, we have been unable to do the same in a forms web runtime.

    Oracle automatically translates characters between the display CharacterSet and the database characterset
    The statement
    In the old application, users accessed these forms through a telnet client and this did the translation
    worries me a little because it implies that the data you have stored in the database might not actually encode the characters that you think you've put in.
    This aside you need to set you NLS_LANG parameter on the application server for the client side character set - if you are using the forms listener servlet architecture then this would be set in the default.env file.

  • Comments on the 285GTX and the Limiter

    I ask if you have the time and are willing, please post your experiences or feedback with the 285GTX and the limiter whether positive or negative. I will forward to the appropriate parties This is not a official Adobe request or anything incase any are wondering.

    Thank you for the feedback. The limiter comes into play on the 285GTX when you add effects to a 4th layer or higher video and leave the tracks active. The yellow line above your sequence will turn red indicating that the effects for that layer will be processed by the CPU and you will have to render out those effects to export them with the sequence. If you monitor your CPU usage once you add effects to a 4th layer or higher, you will see it increases far more for that layer than it did for the previous 3 layers. Basically what the limiter does is force you to render your timeline if you have effects beyond the first 3 layers and increases CPU usage allot more for any effects beyond the 3rd layer. This requires those projects to take more time due to rendering the effects on those layers. For many that may not be an issue but for those with tight deadlines it will be. If you monitor your GPU usage while playing back 3 layers with several effects, you will see the 285GTX is not being pushed hard with just 3 layers. It is not based on the codec of the material. AVCHD and R3D had the same limitation with regards to effects processing and the limiter.
    My request for feedback is to determine if most people are barely pushing their 285GTX cards with 3 layers. Also it is to determine if you would purchase a Quadro card due to the limiter.I will forward this information to our contacts at Nvidia and Adobe to show them the limiter is completely uncalled for. That is the only way we are going to get this changed now or with the Fermi Geforce cards.

  • Trying to open Aperture, but I get the message, "There was an error opening the database for the library "/Users/davewasson/Pictures/Aperture Library.aplibrary". - and it forces me to quit. What do I do?

    Trying to open Aperture, but I get the message, "There was an error opening the database for the library “/Users/davewasson/Pictures/Aperture Library.aplibrary”. - and it forces me to quit. What do I do?

    Dave-
    You can try opening the old (problem) library by launching Aperture into Library First Aid mode and choosing to Repair (first option) or Rebuild the library. Before doing this, make a backup copy of the old library, since both Repair or Rebuild will write changes to the library database.
    Repair is the faster and less drastic option, so try that first: After backing up your library, hold down both the Option and Command keys while dragging and dropping the problem library on the Aperture icon. The Photo Library First Aid window appears. Select Repair Database, then click Repair. After some time Aperture should open the library, if possible.
    If that fails launch Aperture back into Library First Aid and select Rebuild Database. Depending on the size of your library this operation could take some time, up to several hours for a very large library. When the main window appears you may have some extra Recovered folders/projects. This operation rebuilds the library from scratch and is usually successful at reviving problem libraries.

  • If  one needs to replace the glass and the back plate on a ipad 2  whats the average price?

    I dropped my ipad on the corner and the back plate got dented  so much that it broke the glass,  now i need to replace both,  can some one  tell me how much it would be to fix

    Apple's Limited Warranty http://www.apple.com/legal/warranty/ for iPad excludes coverage for damage resulting from accident, disassembly, unauthorized service and unauthorized modifications.
    Apple will provide a replacement iPad for:
    iPad model
    Out-of-Warranty Service Fee
    New iPad
    $299
    iPad 2, iPad
    $249
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    You can get the iPad repaired at 3rd party repair sources for less $, however, the Apple warranty will be voided.
    iPad Repair & Screen Replacement Services
    http://www.ifixyouri.com/16-ipad-repairs
    RepairZoom iPad Repair
    http://www.repairzoom.com/ipad-repair.html
    Mission Repair
    http://www.missionrepair.com/Apple_iPad_Repair_Services_s/431.htm
    iGadgetResQ
    http://www.igadgetresq.com/ipad-repair/
     Cheers, Tom

  • TS2518 Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the

    Help, I had aperture open and working on a image and did not have a battery in and bumped the power off. As a result it will not open my master, it is locked. when I try to open that Library  it says There was an error opening the database for the library. I have tried every thing. I updated the other libr but now it will not open the main to update. What do I do?

    Try starting Aperture with the command and option keys held down.  You'll get 3 options.
    Try each, starting at the top, in order, checking after each to see if it fixes the issue.

  • HT1386 I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my

    I synced (updated) my iphone to itunes and some songs were deleted from my iphone playlist on my phone.  On the computer, a circle is next to the song and the title faded out.  What the heck is that all about and how do I get my songs back onto my phone playlist?  Never happened before.  My software is up to date?

    http://support.apple.com/kb/HT2519

  • I have an IMAC and I'm running OSX 10.9.2.  I'd like to store my Aperture /IMovie Libraries to an external hard drive.  In addition, I'd like to partition the external hard drive so that Time Machine can use it to both back up my IMac and the externa

    I have an IMAC and I'm running OSX 10.9.2.  I'd like to store my Aperture /IMovie Libraries on an external hard drive.  In addition, I'd like to partition the external hard drive so that Time Machine can use it to both back up my IMac and the external library drives.  Is this possible? Can I set up a RAID 5 format for redundancy?

    I'd like to store my Aperture /IMovie Libraries on an external hard drive.
    That is fine and recommended.. use the fastest disk you can afford.. ie Thunderbolt>USB3>FW800>USB2.
    In addition, I'd like to partition the external hard drive so that Time Machine can use it to both back up my IMac and the external library drives.
    Let me be clear.. you want to partition the one disk.. use it for TM and move your files to the external disk.. and then backup to the same disk.. You can do it.. but that is not a backup.. that is an experiment in how long you can get away with running files and backups on the same disk before you lose everything.. like Russian Roulette.. pull the trigger enough times and laws of probability will do you in.
    You must have backups on a different disk .. otherwise it is pointless.
    Can I set up a RAID 5 format for redundancy?
    No.. you can buy special USB and Thunderbolt external drives that support RAID..
    BUT that is still not a backup.. let me show why.. you make a silly move and corrupt your file in aperture.. it is not that rare.
    Raid will corrupt all copies of the files.. it is replicated across all disks.
    Delete a photo it is deleted across all disks.. you have no recovery.
    Alway, always consider RAID system one disk.. backup onto another disk.. and if the photos or movies are at all important to you.. ie your family .. make another copy and store in a relatives house.. There is no such thing as too much redundancy.

  • While using Skype on my mac pro the screen freezes and splits in two and the left hand side shifts to the right and the right shifts to the left with a large black block down the centre, should I take it back to store as it is only a month old??

    I have only had my mac one month and it seems while I use Skype the screen freezes and I cant click on anything and everything on the right hand side of the screen shifts to the left and the left to the right with a back block down the centre and sometimes lines running down the screen over all. As it is almost brand new should I be going back to store to get this problem fixed??

    Yes.  You are still under warranty.  Why waste it?

  • Include or create a view in the database and use this view?

    Well, I need to get related data of the main table from another related tables, so one way to do that is to use the Include method in Entity Framework to get this related data.
    However, I am thinking in another option, create a view in the database and use this view in entity framework. In this way, I avoid the needed of the include, because I think that is expensive in resources. But I am no very sure about that.
    I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    For example, if I use the include I have the advantage that I get only one the main record and all the related data I have in the navigation properties, so the info is more shorted.
    Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    Thank so much.

    Hello ComptonAlvaro,
    >>I would like to know if the use of views on entity framework is a good idea to improve the performace or is better to use the include.
    If your view would use a Join syntax to query master-child relationship tables, it actually is similar with the Include() method which actually results a duplicate records from master table, you could check this
    link for detail description.
    >>Which is the advanteges and disadvantages of both methods to get related data in entity framework?
    One visible difference is that records from Views are not editable by default(if you want edit them, you could refer to this
    blog).
    In your case, my suggestion that you could use the lazying load which will load the matter table once and disable the trace if you only need to display data.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT3302 My Ipod touch 8gb will not turn back on no matter what i do i have tried just the power button, the power button and home button, and connecting it to the computer and the battery wasn't close to being dead non of them work what do i do?

    My Ipod touch 8gb will not turn back on no matter what i do i have tried just the power button, the power button and home button, and connecting it to the computer and the battery wasn't close to being dead non of them work what do i do?

    Try:                           
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable
    - Try on another computer                            
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

Maybe you are looking for

  • Upgrade to iTunes 11 has disabled Manually Manage Music option

    After upgrading to iTunes 11, it has now removed the option to 'Manually manage music' when I connect my iPhone (4S). Previously I manage all my playlists and keep them up-to-date, but found this morning I now cannot add anything to the phone,,, Each

  • Black spot on the center screen

    Hi I have baught blackberry curve 9300 from Bahrain Airport last week.. now my berry shows a black spot on the center in 1.5 Cm lenght its visible when screen is dark but the white screen doesnt shows clearely. I am afraid whether any daamage happend

  • Excel and flex

    Hi frnds            i am another new bie in flex, from 2 days i have a problem wherei am getting values from excel sheet converting to xml using java and using dat xml in flex list box and now the problem is left listbox i have those values and i m c

  • HT5858 how do you turn off the need to hit enter once the password is entered

    How do you turn off the need to hit enter once a password is entered?

  • Indesign CC spell check

    I am using indesign CC and when I spell check the document i am working on it indicates that pretty much every word is spelled incorrectly (the aren't) I have check and my dictionary is set to English, however the spell check window indicates that it