How to add old tablespaces to newly recreated database

My database was in no archived log mode and system tablespace was corrupted and was requiring recovery for overwritten online redo file.
So I had recreated database.
Now how to include other old tablespace to newly recreated database.
Thanks & regards,

yea, Nicolas is right...
but if you have some back up or export file, then you can restore it back...
for restoring back from dmp file, first run the import with show=y, create tablespaces from the logfile and then run the import with full=y ignore=y
Sidhu
http://amardeepsidhu.blogspot.com

Similar Messages

  • How to add a ChartOfAccounts object into the database.

    how to add a ChartOfAccounts object into the database. please shows sample code
    thanks

    Dim CoA As SAPbobsCOM.ChartOfAccounts
                CoA = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oChartOfAccounts)
                CoA.Code = 11223344
                CoA.ExternalCode = "a1234"
                CoA.ForeignName = "f Test Account"
                CoA.Name = "Test Account"
                CoA.AccountType = SAPbobsCOM.BoAccountTypes.at_Other
                CoA.ActiveAccount = SAPbobsCOM.BoYesNoEnum.tYES
                CoA.FatherAccountKey = 100001
                If CoA.Add <> 0 Then
                    MessageBox.Show(oCompany.GetLastErrorDescription)
                Else
                    MessageBox.Show("Added Account")
                End If
    Remember the father account key must be a valid account number in the company where you are trying to add the new account.  (The G/L Account code seen in the SBO client)

  • How to add old photos to iCloud Photo library

    I want to put all my photos to one place, how to upload old Photos to iCloud Photo library, not making separate folder in iCloud what is not visible on iPhone Photo app.

    As I understand it, you need to wait until the iCloud Photo app is launched next year.  I got round it a little by sharing some of my albums, but not to anybody in particular.  I can see these shared folders on my iPhone 5s, but they still don't show in iCloud.com>Photos.

  • New computer. old crashed. how to retrieve old bookmarks on newly installed mozilla

    Had many firefox bookmarks on old computer. total hard drive crash--cannot boot old computer. newly installed firefox on new computer--windows 7. is there any way to retrieve all the old bookmarks? thanks

    Unfortunately not but for future reference go to http://mzl.la/LL8whH for more help on backing up bookmarks. have a great day :)

  • How to add old airport extreme 11g to new airport extreme 11n to extend network?

    I am trying to use my old Airport Extreme 11g to extend my wireless network from my newer Airport Extreme 11n. Are they compatible?

    They are, but you may want to think twice before using this approach. The reasons are: 1) The extended network will only operate in the 802.11g Radio Mode, and 2) The overall bandwidth will be reduced by half for each base station added. Since this will be a "g" network, you'd be getting around 25-27 Mbps maximum of bandwidth.
    If you still would like to pursue this, please check out the following Apple Support article for the details.

  • How to add dummy data to my test database ? from a newbie in need of help

    Hi all
    I am pretty new to oracle and i would like to mess around with it some more i just created my database (MVF) and created an test tablespace.
    The question now is what would be the best way to fill the tablespace with data ? can i just insert some lines in the tablespace ? or are there any more efficiënt ways of doing this ?
    Maybe someone who could provide me an pl/sql script for it ? or an procedure what would do this (insert x amount of dummy data) on regular intervals ?
    Many thanks in advance !!
    (ps this is my first post so please excuse me if my post is not according to the regular guide lines)
    Edited by: 994141 on 15-mrt-2013 12:38

    994141 wrote:
    Hi all
    I am pretty new to oracle and i would like to mess around with it some more Welcome to the forum and to the world of Oracle.
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to [url tahiti.oracle.com]tahiti.oracle.com.
    Locate the link for your Oracle product and version, and click on it.
    You are now at the entire documentation set for your selected Oracle product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab (for 10.x) or the "Master Book List" link (for 11.x) you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================
    <snip>

  • How to add a new Local Variable for DataBase Logging?

    Hello
    I need to add a Local sequence variable to my STEP_RESULT table, i know i need to modify the schema by adding a new column but not sure on what to write in "Expression" to access the value of local variable. 
    Please reply asap, as its a little urgent.
    Regards
    Nitin Goel

    Hi
    you can read this here:
    http://digital.ni.com/public.nsf/allkb/F5ADBC61222343B586256CE00055E6D6?OpenDocument
    Regards
    DianaS

  • Viewing Tables/data from an old tablespace

    I'm using a database Oracle 11g.
    I have a DBF file of an old tablespace from a different database that I want to connect to the existing database.
    I've created a tablespace with REUSE caluse, and it was created successfully
    SQL> create tablespace TEST datafile 'C:\DATA.DBF' reuse;
    How can I view the tables/data within that tablespace?
    Was that the right approach ?
    Or should I attach that tablespace in a different way ?
    Thanks in advance for your answers,
    Roni

    Hi JGarry,
    I do not agree to your statement
    "In addition to what the others said, understand that the metadata that describes what is in the tablespace is in the data dictionary in the system tablespace.  If you have the system tablespace also, you may be able to construct a database that you can transport your data tablespace from. "
    System table space will contains the metadata information about the table space, But it will not keep information about the segments of table space. So user will not be able to see the contents of table space.
    Yes your point regarding proper backup and export is valid but can you elaborate more how to data recovery will the done in this user scenario.
    Any ideas are welcome....
    cheers

  • Add old users.dbf into new oracle 11g express database?

    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)
    regards
    Gordan

    useruseruser wrote:
    Hi all, I have users.dbf from old reinstall oracle 11g express database.
    Now I was reinstall oracle 11g express and looking the way how to add old
    users.dbf into new /u01/app/oracle/oradata/XE/ folder where new users.dbf exist.
    Old users.dbf have 3gbytes(dates from old oracle instal)In Oracle, a database is more than just a single file.
    That single file is like a single piece of the puzzle. It alone cannot be the picture. Nor can you derive what the picture looks like from a single puzzle piece.

  • How add new table in derby  travel database

    sir i use Sun Java Studio Creator with derby
    sir i want create new table in derby travel database but when i right click
    on table not that disable and not give and table create button
    please give me idea how i add new table in derby travel database
    thank's aamir

    Within JDeveloper the generation of entities (Persistent POJOs) from tables will overwrite exiting classes. If you have additional tables you wish to map without losing existing work you will need to create the new classes and map them manually. If you are using the native TopLink mappings there is auto-map support on individual descriptors in the structure pane to automate much of this. If you are using JPA mappings it is a bit more manual at present but the tooling is ntended to give you feedback on problems as you construct and configure your mappings.
    Doug

  • How to connect old aiport express to my new Airport Extreme? My Ipad says "base station e5713b cannot be configured" and my AirPort tool on my PC will not permit me to add my new Airport Extreme network (no network names to choose from)

    How to connect old aiport express to my new Airport Extreme?
    I have a PC running with Win7 and just replaced my Jensen With a brand New Airport Extreme.
    I have set up the Airport Extreme to the internet, Iphones and Ipads and it work as it should.
    I have downloaded latest Version of Airport tool on my PC. In addition i have downloaded the airport tool for Ipad.
    I have reset one of my airport Express and it now shows up both on the Ipad and on the PC airport tool.
    My Ipad says "base station e5713b cannot be configured."
    I have wired the airport Express to my Ethernet to be able to "see it" on my Airport tool.
    My AirPort tool on the PC will not permit me to add the airport Express to my new Airport Extreme network (no network names on the drop-down list to choose from). I wished for an easy set-up, but nothing seems to be plug and play as the Commercial says.. can you please help me?
    Sigve

    Hi
    Thanks for Swift reply.
    Yep - I in fact have two A1088 and one A1264
    I actually bought the new router because the Jensen
    router always lost connection to the Airport Express after some hours or days. I
    always needed to restart my Jensen to play music and that was driving my wife
    mad. The hope was that the Extreme should fix this. Both A1088 have been set up
    to only stream music to two of my stereo amplifiers from my PC’s Itunes library.
    Are the A1088 now useless?
    The A1264 has been set up to feed internet into a Denon Reciever that needed Ethernet cable.
    Please advise
    Regards
    Sigve

  • How do I add old photos from my MacbookPro into my photo stream to view on my iPhone

    I'd like to add old photos saved onto my MacbookPro into my photo stream so that I can view them on my Iphone.
    I have tried selecting 'share' when looking at the photo in iPhoto - and then selecting to share it to my photo stream but i can't see it in the stream on either of the devices.
    Is there some sort of delay before uploading?
    Please help. Thank you

    mads111 wrote:
    That's what I was doing but they just don't seem to show up at all. Even when I drop and drag them from the iPhoto into the stream.
    Is there a limit on how many photos can be in the stream at one time?
    yes definitely. 1000.  THe oldest are deleted. THis may be your problem.

  • Can anyone help with associate my new iPhone with iTunes? My other old devices are there, but I see only how to delete one, not how to add one.  Thank you.

    Can anyone help with associate my new iPhone with iTunes? My other old devices are there, but I see only how to delete one, not how to add one.  Thank you.

    iTunes Match is a subscription system that allows you to upload your own music (e.g. coped from CDs) to the cloud so that it shows (in the cloud) on your devices and computers without having to sync/copy it.
    Automatic downloads allows to, for example, buy an app on your computer's iTunes and have it automatically download on your phone without having to connect and sync it or go to the Purchased tab in the App Store app on your download and download it yourself - but doing that, going to the Purchased tab and redownloading an app, should get it associated.
    But no, I'm not aware of any problems that not having it associated causes.

  • I bought an old iPod touch It is 6.1.6, i would like to add a new icloud account but it can't let me. this iPod touch belonged to another person and i don't know where is he can you tell me please how to add a new icloud account??

    I bought an old iPod touch It is 6.1.6, i would like to add a new icloud account but it can't let me. this iPod touch belonged to another person and i don't know where is he can you tell me please how to add a new icloud account??

    The 4G/iOS 6 does not have an Activation Lock. That started with iOS 7.
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:                                                             
    iTunes: Restoring iOS software

  • How to add gmail account to mail without having to download all old mail

    How to add a gmail account to mail without having to download all old mail.  As i have thousands of main over the years.

    In Mail, select the File -> Preferences menu. Click on Accounts in the toolbar. Select your gmail account on the list on the left and press the Advanced tab. Uncheck the Enable This Account box. That should do it.

Maybe you are looking for

  • GBs don't match up! PLEASE HELP!

    I've been slowly filling up my 6 GB iPod mini since my purchase last May. Currently, my iTunes Library shows "994 songs, 3.61 GB". But when I tried to add the latest batch of 16 songs, it showed my capacity was 5.67 GB and could not update any more.

  • Crystal Report using Stored Proc in JSP problem

    Hello, I am running a simple report using a stored proc(oracle). It runs fine when I run the report through Crystal. But when I tried running it using JSP it gives me this exception - com.crystaldecisions.report.web.viewer.CrystalRepo rtViewer Error

  • EA6400 with a Telus Actiontec modem/router

    I've been using the Telus modem/router for a while, and it has worked fine. Once we moved to the new place the signal got a little weak in the rooms farthest from the router, but its a little 2 bedroom single floor condo ... it's not that big. At any

  • "The application Mail quit unexpectedly"

    Mail has started crashing every time I attempt to open it. It used to run ok, then one day this started and I can't find a way round it to even try and fix it. Is there a way to backup/uninstall/reinstall/restore mail to try and fix the problem? Proc

  • Yea olden day macro, still in extistence?

    I have front row playing on a TV in another room to the mac. Unfortunately frontrow has two issues. Firstly the remote needs line of sight, which I think is silly, it should have been a radio one. Secondly you have to have mirroring on to see frontro