Oracle 10g Backup Woes

My backup attempt totally messed up my system... can anyone shed any light?
Login to the EM as System / Normal.
Maintenance -> Schedule Backup
Select Customized Backup: Whole Database
Backup Type: Full Backup
All other options are unchecked.
Backup to Disk: Disk Backup Location e:\backup
Set backup to start immediately.
It gives me a warning that this is an offline backup and that it will shut down the database. This is ok. The RMAN script that gets generated is:
backup device type disk tag '%TAG' database include current controlfile;
I click Submit Job and it forwards me to the Status page.
So I wait and wait. I eventually give up and goto the main page of the EM and it asks me to login.
I try to login as System and it tells me:
The applicaiton requires more database privileges than you have currently been granted.
Any ideas? I can login via SQLPLUS as System but not into the Enterprise manager.

I am just following the steps in the oracle 2dayDBA documentation. It did not specify any user and I don't know any better.
My problem now is that I cannot login to the enterprise manager. Even as SYS as SYSDBA it tells me I have insufficient priviliges.
I have previously logged on with these usernames, but now I am locked out. Do you have any ideas?

Similar Messages

  • Oracle 10g backup and recovery

    Hi
    Can you guys give me some resource of oracle 10g backup and recovery. I want to learn about oracle 10g backup+recovery. Plz help

    Best resource is Backup and Recovery guide from Oracle document site.
    Backup and Recovery Advanced User's Guide
    http://download-west.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm

  • Oracle 10g Backup in Oracle 9i

    i have oracle 10g database and i take oracle 10g dmp backup from there. now i want to run it in oracle 9i, i gives error.
    How can i take the dmp backup which is compatiable in oracle 9i.

    hi,
    as told by maran
    the binadries are in bin .. you need oracle 9i binaries for that.. or try copying oracle 9i exp.exe to 10g bin... but don't do in production environment.
    try in your test.
    regards,
    Deepak

  • Problem with Oracle 10g Backup

    Hi all! I'm using an Oracle 10g Database installed on a Windows 2003 Server. I have some problems configuring backup policy. First time I configure backup, the flash recovery area size was too small. Waiting for a new disk to arrive (this is a test enviroment), I had to disable archive log mode and now the only backup I can do is logical: export of the entire database. The problem is that Oracle 10g continues to make backups every night and creates empty folder with the data in which the backup was started. I want to completely disable the backup policy. How can I do this? Is it possible to view which is the backup policy defined without using EM console? Infact from the EM console seems that there is no backup policy defined. Thank you for your attention.
    Stefano.

    Ok! I've solved the problem. It was sufficient to eliminate the job executed for the backup from the first tab of the EM console.
    Bye.

  • Oracle 10g Backup in WinXP

    Can anyone explain in details:
    How I can perform a cold/offline, full database, physical backup to hard disk and schedule it at 1:00 am everyday. And schedule another cold/offline, full database, physical backup to tape drive and schedule it at 1:00am every thursday..
    Thanking you.
    -Atiur

    hi,
    as told by maran
    the binadries are in bin .. you need oracle 9i binaries for that.. or try copying oracle 9i exp.exe to 10g bin... but don't do in production environment.
    try in your test.
    regards,
    Deepak

  • Long-term  retention backup strategy for Oracle 10g

    Hello,
    I need design a Archivelog, Level 0 and Level 1 long-term retention backup strategy for Oracle 10g, It must be based in Rman with tapes.
    ¿Somebody could tell me what it's the best option to configure long-term retention backups in Oracle?, "CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1825 DAYS;" It's posibble ?
    Regards and thanks in advance

    Hello;
    RECOVERY WINDOW is an integer so yes its possible. Does it make sense?
    Later My bad, this is Oracle 11 only ( the gavinsoorma link ) . Getting harder and harder to think about 10. Don't think I would use RECOVERY WINDOW.
    I would let the tape backup system handle the retention of your rman backups.
    Using crosscheck and delete expired commands you can keep the catalog current with the available backups on tape.
    Oracle 10
    Keeping a Long-Term Backup: Example
    http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmbackp.htm#i1006840
    http://web.njit.edu/info/oracle/DOC/backup.102/b14191/advmaint005.htm
    Oracle 11
    If you want to keep 5 years worth of backups I might just use KEEP specific date using the UNTIL TIME clause :
    keep until time 'sysdate+1825'More info :
    RMAN KEEP FOREVER, KEEP UNTIL TIME and FORCE commands
    http://gavinsoorma.com/2010/04/rman-keep-forever-keep-until-time-and-force-commands/
    Best Regards
    mseberg
    Edited by: mseberg on Dec 4, 2012 7:20 AM

  • Oracle 10g new feature to backup to tape?

    I heard rumours that Oracle 10g has new features to backup to tape directly. I don't know exactly how this is done, and I'd like the experts to comment. What I've discovered so far is that there is this program called Legato Single Server Version (LSSV) which ships with the Oracle 10g Companion CD which makes RMAN use the tape directly as a medium to backup. Is this CD available for download?

    I am truly curious why you actively ask to avoid the "New Features Guide" which provides much of the information you desire.
    (http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm)

  • Problem with Oracle 10g Enterprise Manager DB control scheduled backup

    Hi
    DB is - Oracle Database 10g Enterprise edition-10.2.0.1.0
    OS is - Windows Server 2003, Enterprise edition, Service Pack - 2
    I have scheduled daily backup from DB control, some backup didn't completed.
    Status of backup was - "Suspended on Agent Unreachable"
    While try scheduling new backup job from DB control, it is giving error.
    Error - Connection to host as user <user_name> failed: IOException in sending Request :: Connection refused: connect
    Anyone has any clue regarding this? please help.

    Hi,
    Have a read of this thread which talks about the same issue and its solution.
    Oracle 10g EM DB console Host Preferred Credentials for Windows
    And if you are finding issues in the entering the Host credentials itself, you may need to log on as batch job. Follow thiese steps,
    +1. Go to control panel/administrative tools+
    a. click on "local security policy"
    b. click on "local policies"
    c. click on "user rights assignments"
    d. double click on "log on as a batch job"
    e. click on "add" and add the user that was entered in the "normal username" or "privileged username" section of the EM Console.
    +2. Go to the Preferences link in the EM GUI+
    a. click on Preferred Credentials (link on the left menu)
    b. under "Target Type: Host" click on "set credentials"
    c. enter the OS user who has logon as a batch job privilege into the "normal username" and "normal password" fields
    +3. Test the connection+
    a. while in the Set Credentials window, click on "Test"
    From http://www.orafaq.com/forum/t/89472/0/
    HTH
    Aman....

  • Can cold backup be taken for ASM managed oracle 10g databases

    Can cold backup be taken for ASM managed oracle 10g databases
    Pls help

    do we still need to take cold backupYou need to take backup. Hot or cold depends on how your DB is running (archivelog or not).
    Will we have file permisions for copyng Use RMAN and don't worry about that.

  • Hot backups in Oracle 10g R2

    Hi
    How to take up Hot backups (On-line backup) in Oracle 10g Release 2 in Windows environment.
    Pls give me the link or steps for do the hot back-ups.
    Thanks

    I think you are test ENV?
    Did you archive the current log file which i mentioned in the earlier post
    if so and if you the archived log
    Shutdown the DB
    Rename the file you copied
    move the D:\oradata\*.dbf(whihc was backed up by you)in the original directory and
    from sqlplus issue
    SQL>startup mount
    SQL>recover database
    this hould work
    But make sure you have the backup before deleting/renaming the the file you backed up by HOTbackup

  • Oracle 10g standby configuration - Restoring primary backup to Standby DB.

    Hi experts,
    This is my first time configuring a Standby (Data Guard) scenario for our Oracle data base. The platform used is Solaris 10 with Oracle 10g.
    After reviewing a lot of documents and tutorials regarding this matter still have some doubts on how to get this scenario finally configured.
    Basically I would like some confirmations regarding the following point. We have the new db already installed in our disaster recovery site and the next step I need to do is to perform an offline backup from our primary data base and then transfer that backup to our standby database. Iu2019m currently stuck in this steps since Iu2019m not completely sure on how proceed with this specific step. According to the following link http://help.sap.com/saphelp_nw04s/helpdata/en/08/5744b84ae611d1894f0000e829fbbd/content.htm , the following steps are necessary:
           1.      Take a backup (online or offline) of the data files of the production database
           2.      Create a control file at the production site to be used at the standby site, by entering the following command:
    alter database create standby controlfile as <filename>
           3.      Archive the current online redo log of the production database, by entering the following command:
    alter system archive log current
           4.      Transfer the backed up data files, the control file and all archived redo log files to the standby site.
    Regarding the above step u201C4u201D... Could someone please detail me what all the data files are? As per SAP System Copy guide in its section u201CRestoring Database Files on the Target Systemu201D the following is indicated...and I think these are the files to transfers to the standby db.
    Files/oracle/<DBSID>/sapdata<x>
    All files/oracle/<DBSID>/origlog<x>
    All files/oracle/<DBSID>/mirrlog<x>
    Is my assumption correct?
    Please let me know which the correct steps are and if any other process is applicable or advisable over the above mentioned....let me know.
    Regards

    Hi,
    As far as cold backup of database is concerned, backup of the folders you have mentioned is enough.
    Hope you have created a parameter file for the standby database and changed the primary parameter file as part of preparation of primary database.
    Here is a sample entry you have to have on standby parameter file apart from other entries..
    db_unique_name='STANDBY'
    fal_client='STANDBY'
    fal_server='PRIMARY'
    log_archive_config='DG_CONFIG=(PRIMARY,STANDBY)'
    Also browse through the following threads...it may help..
    Re: Standby server - WAIT_FOR_GAP error
    Re: Hot DR site preparation
    Regards,
    Anish

  • How to Restore datas in Oracle 10g using hot backup?

    I did Hot backup things (On-line backup) in Oracle 10g (Windows environment)
    Now backup files are stored in physical location..
    How to restore the datas to original location..
    Can any one give the url or command for recovery in ora 10g for hot backup
    Thanks

    Please do not dump all of your work in this forum, and expect volunteers to do it for free!!!
    Dear Great Senior DBA Sybrand Bakker
    What are Oracle Discussion Forums?
    Oracle Discussion Forums is an interactive community for sharing information, questions, and comments about Oracle products and related technologies. Most forums are moderated by product managers, and all of them are frequently visited by knowledgeable users from the community
    oracle forums is not your place for showing “bossing” it is a place where junior to seniors share there knowledge and advices, it means helping and sharing….. Knowledge is for giving ….giving only it will increase… don’t discourage any one like this ……
    There are my Great Seniors (not like u) mainly respected Mr. Jonathan Lewis, Mr. Don Burleson and a lot of oracle nominated ACE members are all giving patiently replay to jr. to sr.
    Obeasley oracle doubts are mostly related to practical issue only……
    Pls try to learn the word meaning of “volunteers”

  • Oracle 10g database backup & recovery

    Hi,
    How can i take backup of our oracle 10g database by copy its physical database file and how can i restore them from these files.
    is any Strategy other then RMAN??
    Regards
    Raj
    Delhi

    Can you afford to shutdown the database? If yes, do a cold backup.
    1. Do a clean "shutdown immediate"
    2. Copy All the Datafiles, Controlfile, Redo Log Files, Spfile/Init files using Operating System command to a required location
    When you want to recover
    Just copy the files back to the original destinations and statup the database. But ou hav eto know that if you copied your file by 11:00 on 25/08/06. And you loose your database on 27/08/06, you can only recover back to 25/08/06.
    If you cannot afford to shut down your database or loose data, best to run your database in Archivelog Mode. Schedule and use RMAN to do a hot backup at specified time automatically. The advantage is that you do not have to shutdown your database to get a consistent backup like teh cold backup.

  • Oracle 10g Real Time Backup

    Hi
    My company need to set database real time backup for Oracle 10g release 2 (Standard Edition).
    I see in Oracle Database 10g Product Family [Oracle Database 10g Product Family|http://www.oracle.com/technology/products/database/oracle10g/pdf/twp_general_10gdb_product_family.pdf] not support the Data Guard.
    Can I do it in Oracle 10g SE ?
    Thanks in advance

    hi,
    trouble is the cost of EE can be quite expensive
    another way of creating a psuedo (hope I spelt that correctly) dataguard would be to script a method of shipping archive files to a DR server.
    Live System
    =========
                 BEGIN
              IF ORACLE ONLINE THEN
                            SWITCH LOG;
                       END IF;
                       IF ANOTHER INSTANCE OF SCRIPT RUNNING (LOCAL OR REMOTE) THEN
                                 ERROR;
                                 EXIT;
                       END IF;
              IF (STANDBY NOT ONLINE) THEN
                              ERROR;
                              SEND EMAIL;
                              EXIT;
                       END IF;
                       GET LAST SHIPPED LOG FILE TIMESTAMP FROM THE REMOTE SITE OR FROM LOCAL SERVER;
                        WHILE LOG > SHIPPED LOG FILE TIMESTAMP DO
                                  TRANSFER LOG FILE TO REMOTE SITE;
                                  DO CHECKSUM ON LOG FILES;
                                  IF NOT MATCH THEN
                                         RETRY TRANSFER;
                                         IF FAILURE 3 TIME THEN
                                               ERROR;
                                               SEND EMAIL;
                                         END IF;
                          END IF;
                                  ' GOT THIS FAR SO ALL IS OK
                                  MARK THE LOG FILE AS TRANSFERRED;
                        WEND;        
    DR System
    ========
              BEGIN
                   CREATE A LOCK SEMAPHORE;        - Only one instance allowed
                                 CHECK LAST APPLIED LOG FILE;
                   IF CONNECTION TO LIVE SERVER OK THEN
                                         CHECKSUM  NEXT LOG FILE WITH LIVE SYSTEM;
                                         IF CHECKSUM NOT SAME THEN
                                                  IF LOG FILE ON ITS WAY FROM LIVE THEN
                                                           EXIT;
                                                  END IF;
                                                  WHILE  LOGFILE EXISTS DO
                                                            GET NEXT LOG FILE FROM LIVE;
                                                  WEND;
                                         END IF;
                                 ELSE
                                         ' Extra work
                                         APPLY NEXT LOG FILE
                                 END IF;
                   APPLY LOG FILES;
                                 WORKOUT NO OF LOG FILE APPLIED;
                                 KEEP SPECIFIED PERCENTAGE LOG FILES;
                                 DELETE EXTRA LOG FILES;
                                 TRANSFER LAST APPLIED LOG FILE ATTRIBUTES TO LIVE SERVER;
                                 EXIT;
                         END;       I cannot give you the actual code that I have as there are some more bits that I have added for our client but what it does is give you an over view of the process involved for creating a pseudo DG environment.
    regards
    Alan

  • Error in Oracle 10g Sechedule Backup

    Hi,
    I'm having a problem regarding the backup system of Oracle 10g. As I reach the "Schedule Backup-Scheduled" page and press the "Next" button, I get an "Error on page" in the status bar and from that point, I cannot continue.
    Please advice me what I should do to avoid this? Or what have I done wrong?
    Because of this, I cannot continue my backup process.

    all errors are logged, you have a lot of log files to look at, that's why I did not specify one.
    On unix, you can find it with something like
    find <OEMGCHOME> -type f -mtime -1 -ls | grep log
    then grep for your error. It require some research, but it provides a lot of info.
    Personnaly, I discovered once that my oem was not working correctly because of an "alter session" I did put in the login.sql. OEM RMAN 10.1.0.2 also does not like non-standard territories/language.
    HTH
    Laurent Schneider
    OCM DBA

Maybe you are looking for

  • How to claim replacement for faulty phone ?

    I bought my iphone 5 from dubai. Now i am in India , and suddenly since yesterday the lock button of my phone is not working. I went to an apple authorized store and was told i can claim replacement only from the country i bought my phone from ! now

  • How to configure PRO*C  in ORACLE 8i  ?

    Hi all, I have installed ORACLE 8.1.6 in my LINUX system. I thinku proc is not configured though precomp folder exists . How can I configure it ? please help me in this regard. Thanks in advance, Trinath somanchi, Hyderabad.

  • GL Account/Costelement in PS

    Dear Experts, Can any one explain How the GL Account/Costelement will play major role in PS Much Appreciated. Regards Chandra

  • Will Image Capture do this?

    I've been doing some web searching for an answer to this but have yet to discover anything encouraging. So here's my question/problem: I have a nice photo table with a stable crane like rig on the back (Imagine a camera mounted directly overhead look

  • Financial Reporting Studio and Windows 7

    Anyone running Financial Reporting Studio 9.3.1 or a similar version on Windows 7? When I try to open a report I'm receiving an error: "Error connecting to database connection <database name>. Thanks