How to recovery database

Please help me in this:
- database is oracle 9.2, arc log is off;
- i have full copy of database 7.05.2009;
- i have full dump of database 10.05.2009;
- database is crash 10.05.2009;
- i recovery database from full copy 7.05.2009;
- What parametres of imp I should apply to restore base as of 10.05.2009 from full dump?
full=y, ignore=y???

To restore a database with imp/exp, you need first that he database is up and running.
Try to restart instance with STARTUP command. If this does not work, you need to either restore database
as described in my previous message or to recreate it (with DBCA or with the scripts that have been used at creation time).
Then you can restore the database using the export full with imp command and the following options full=Y and ignore=Y (you will likely get some errors for SYSTEM objects that already exist and possibly with already existing tablespaces).
Please post you Oracle version 4 digits and command used with Oracle output including error messages.
Edited by: P. Forstmann on May 11, 2009 11:06 AM
Edited by: P. Forstmann on May 11, 2009 11:07 AM

Similar Messages

  • How the transactional replication work for simple recovery database (looking for some internal concept)

    How the transactional replication work for simple recovery database (looking for some internal concept)
    Rahul

    There seems to be a new myth going around recently. I’ve had at least three people tell me, in the last month, that SQL’s transactional replication requires the database to be in full recovery.
    This is complete fabrication. Replication (SQL native replication, that is) can work with the databases in any of the recovery models.
    Transactional replication does involve the transaction log, as that’s where it picks up changes from. The log reader scans over the transaction log looking for log records marked for replication, copies those to the distribution database and then marks them
    as replicated. When the checkpoint (for simple recovery) or log backup (for full or bulk logged) occur, the log will only be truncated up to the oldest inactive, replicated transaction.
    Because transactional replication has its own way of ensuring log records aren’t discarded before been picked up by the log reader, there’s no requirement for a specific recovery model.
    Refer this link
    http://sqlinthewild.co.za/index.php/2008/12/05/a-new-sql-myth/
    --Prashanth

  • How to replicate CDC on Disaster Recovery Database.

    I have a scenario here.
    In Case you have CDC installed on your main database. The changes are getting captured and you get the changes in the subscriber views.
    In case your main database goes down due to some reasons. You cannot access even a single table of the database now you are to take an export dump to be taken to a different database.
    In this case there is a disaster recovery database, wherein the tables and the number of records is same as the main database, since it is refreshed every now and then.
    Is it possible to replicate the change tables with the archived log files present??
    The mode of operation of CDC is Asynchronous Hotlog mode.
    Please suggest the alternative for replicating CDC on a separate database, if one database is gone, without any miss in the changes.
    Regards,
    Uravesh Vora

    moz44 wrote:
    Hi guys, happy thanksgiving day to you all.
    Some people say that it is possible to replicate a derby database running on one host to mysql running on another host. Has any of you have experience with that?That wouldn't be quite the same as for example replication on Oracle to Oracle.
    But the following claims that it does what you want. No reason to suppose it doesn't. Look at the license carefully (I didn't look at it at all.) It basically supports any jdbc driver (two one for each source.)
    [http://enterprise.replicator.daffodilsw.com/]
    I would expect more problems with more complicated databases. But that is true with databases that have built in replication as well.

  • How to increase database size actually in my company use MSSQL

    Hi Expert,
    Can any body tell me how to increase database size actually in my company use MSSQL but i dont know how to increase DB size. in MY PRD system it shows-
    Data Files
    No. of files-4
    Total size(MB)-79,840
    Alocated MB-79,825(99.98%)
    Free MB-15(0.02%)
    LOG
    no of files-1
    total size(MB)-2385
    alocate MB-16
    free-2342
    recovery model-Full
    Reuse wait resion-NOTHING
    Now What i do give me suggessin
    Thanks In Advance

    Hi,
    you don't have to stop your database to increase the file size - it's an online operation. If you are more familiar with SQL code here is what you have to do:
    use <SID> /*Put your database name here, e.g. PRD*/
    go
    select file_id, name, physical_name, size
    from sys.database_files
    where type_desc = 'ROWS'
    In the resultset you will find a column called 'name' - that are the logical file names that we need for the increase. If you have a standard installation the names should look like <SID>DATA{1-4}. Next step ist the actual increase of the files:
    /*Replace <SID> with your DB name*/
    alter database <SID> modify file(name='<SID>DATA1', size=25GB) /*25GB ist just an example*/
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA4', size=25GB)
    Thats it. If you run the first statement again, you will see that the filesize has been increased. You can also check on  filesystem level.
    Regards,
    Sven

  • Does anyone knows how to recovery stickies in dashhoard on mac 10.7.3

    hey, everyone,
    I'm wondering is there anyone knows how to recovery stickies in dashboard on mac 10.7.3
    I've been research online, however the information aren't up to date,
    please help me on this,
    your time and answer will be really appreciated.
    Kindly regards
    Sunny

    If you're just trying to recover the data, you might be able to find it opening this file in TextEdit:
    ~/Library/StickiesDatabase
    I don't know if the Dashboard widget uses the same database or not, but its worth a look. You can select and copy any useful text out of that database file if so.
    Note: to see the User Library, you need to click on Finder > Go and hold down the 'option' key. You'll then see 'Library' in the menu.

  • If ur database crash u have only export of database how u create database f

    if ur database crash u have only export of database how u create database from starting with help of export give steps

    What is an "export give steps?"
    If ur's database crashes, how is it u's responsibility to restore it?
    Now, if my database crashes, I just restart it in crash recovery mode and not even worry about the backup or export. It is not needed.

  • Get folders in a mailbox in recovery database

    Hi,
    I want to get a list of folders in a mailbox in the recovery database without restoring the mailbox.
    How can I achieve that?
    Thanks,
    Gagan
    Gagan

    Old thread, but relevant to what I need to do right now.
    FYI, Get-MailboxFolderStatistics does not have a
    -database parameter in Exchange 2010 or 2013. 
    Get-Mailbox -database returns no results from a recovery database.
    I'm still working on trying to figure this out, but I'm thinking it may not be possible.

  • How to recovery CUE if the upgrade is failed

    Hi,
    I am looking to upgrade CUE from 8.6.1 to 8.6.7 (provide support CM 9.1).
    Can someone advise me how to recovery for CUE if anything is failed (unsuccessful) with upgrade to version 8.6.7 and for any reason or problems with new version.
    Appreciate your help.
    Best regards,
    Tan

    Hi Tan,
    The upgrade procedure along with the information about backing up the files is mentioned in the following link
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/unity_exp/rel8_6/install/CUE_86_install.pdf
    HTH
    Manish

  • HT202213 How I recovery my old picture back to my Iphone from my computer

    How I recovery my old photo to my Iphone

    Hello, friend. If you mean the old deleted pictures, you may try this iPhone data recovery, I used to recover my deleted photos with it, my friends recommend it to me. It's safe and it works pretty well for my iPhone 4s, you may give it a trial.

  • How to use database look up table function in xsl mapping

    Can anybody tell me how to use database look up table function while mapping xsl between 2 nodes.
    I have an XML file coming in and depending on one of XML elements we need to decide which further path to take. But, using this XML element, we need to query database table, get metadata and accordingly take appropriate path. I have written lookup function which returns metadata value.
    Now, the issue is how do I pass the XML element valu as input to look up function? When I tried to drag it to the input node of lookup function, it throws an error like "Maximum number of parameters exceeded"
    Thanks,

    If the lookup table is always going to remain the same (e.g. a character generator or something similar) you can place the values in a 2D array constant on your diagram, with the input value as one column, the equivalent as the other. When you need to perform the lookup you use an index array to return all the values in the "input column", search it using "search 1D array" and use the resulting index number to index the other column's data. If the values may change, then it would probably be best to load an array control with your equivalent values from a file.
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • How to create database in 10g xe

    How to create database in 10g xe? could you please direct me to which documentation in 10g xe website? is it possible to create the db from the web console? if so, how? I can't seem to find a way to do it? Thanks

    You cannot: there can only be one XE database per host and it's created when you install Oracle XE.

  • How to view database table in OAF run page.

    Hi,
    how to view database table in OAF run page,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • How to view database table in oracle9i Jdeveloper

    Hi,
    how to view database table in oracle9i jdeveloper,any manual setting .please help me.
    thanks
    saran.

    In Jdeveloper go to View-->Connection Nevigator. there you will see all kind of connctions. Expand Database and check if your DB connection is present there. If not, you need to create using right clicking on Database and choose New Database Connecton. Here few screens will be there where you need to put the TNS entries of your database.
    Once DB connection is created, you can expand the connection by clicking on + icon and you can see different available schema objects. Again you need to expand Tables and you can look for specific table in there.
    Hope this clears your doubts.
    Thanks,
    Mukesh Uchaniya

  • How to view database table in oracle9i developer

    Hi,
    how to view database table in oracle9i developer,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • How to recovery the deleted files from hard disk like images,media files

    How to recovery the deleted files from hard disk like images, media files by using c#.net

    It's important to define deleted and recovery. You can recover file from the recycle bin using the Win API. Here's an
    example in C/C++. You need to
    pinvoke SHFileOperation.

Maybe you are looking for

  • Upgraded to tomahawk 1.1.3

    I have upgraded to tomahawk 1.1.3. I have edited my web.xml as given on wiki. http://wiki.apache.org/myfaces/More_tips_on_Upgrading_to_Tomahawk_1.1.3 This is web.xml =========================================== <?xml version="1.0" encoding="UTF-8"?> <

  • Using the Parallels program to run a Windows program, can two Macs network to use the Windows program?

    When using the Parallels program to run a Windows program, can I network my MacBook Pro with my friend so we can use the same Windows program.

  • Reading and modifying data in a recursive node

    Hi All, I am using a TreeByNesting column in a table UI element of my component. For this purpose I have created a node in the context - ('TREE') which contains a recursive node - ('RECURSIVE_TREE'). What would be the simplest way to read the data fr

  • Help needed on a Payroll Extractor 0HR_PY_1_CE

    Hi All, I am looking for the following information on a Payroll Extractor, as part of my project. -     Currently we are using an extractor 0HR_PY_REC_51 in our project. -     We intend to know if Payroll reconciliation with GL happens in the extract

  • Exceed the number of download attempts

    I tried to download my Photoshop Elements and I accidentally download and cancelled more than 5 times. There is an error msg saying "Too many download attempts: 5. You were allowed to download only 5 times." What can I do about this ?