Delete the database without shutdown!!!!

Hey all....
I delete my database (rm -Rf *) without doing a dbshut.
Now i am trying create the same database ( the same instance ) and i get this message: the db is running... destroy the db first.
(i already kill the processes with my instance)
I know that if i reboot my machine will works.
But there is another way without rebooting??
Because the db is in a server with others db.. and i just can't reboot.... =/

I try all:
[oracle@lab2 bin]$ sysresv
IPC Resources for ORACLE_SID "VM06" :
Shared Memory
ID KEY
No shared memory segments used
Semaphores:
ID KEY
No semaphore resources used
Oracle Instance not alive for sid "VM06"
SQL> shutdown abort
ORACLE instance shut down.
SQL>
[oracle@lab2 bin]$ ps aux | grep ora_
nothing with my instance VM06
SQL> oradebug ipc
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
[oracle@lab2 bin]$ ps -ef|grep smon
oracle 4334 3992 0 11:34 pts/1 00:00:00 grep smon
[oracle@lab2 bin]$ ps -ef|grep pmon
oracle 4336 3992 0 11:35 pts/1 00:00:00 grep pmon
nothing....

Similar Messages

  • I changed companies and had icloud with my old company - now i want to just use my personal id and can't change any icloud info to match my personal ipad id - i can't delete the icloud without the old company id and password which is not available to me

    i changed companies and had icloud with my old company - now i want to just use my personal id and can't change any icloud info to match my personal ipad id - i can't delete the icloud without the old company id and password which is not available to me - it probably doesn't even exist anymore!
    Because I can't delete the icloud account, I keep getting view terms to accept and it wants to go to the old company account.  I can't do anything to get rid of this - when I try to delete the icloud it wants me to delete find my ipad and asks for the old co. id and password - it's a vicious circle and i just want to get rid of it and start fresh with my regular personal email id and password!!!  Help!

    You will need that old Apple ID and password, which does indeed still exist. Apple doesn't delete Apple IDs, though if this ID was in the control of your company they may have changed the password. If so, you will need your former company to log into the iCloud account using that ID and password and erase the iPad or remove it from iCloud:
    http://support.apple.com/kb/TS4515?viewlocale=en_US
    Until that's done you cannot change those settings, and if you try to restore the iPad will have it locked with Activation Lock and thereafter be unusable.
    Regars.

  • I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out

    I want to remove my credit card from my daughter's itunes account but i can't delete the information without getting a notification that i must have the fields filled out. When she first got the ipod touch, we did not need to supply credit card information for her to set up her account. Only now that I entered it for one purchase, I can't remove it. Now my daughter has purchased over $300 in downloads the last two weeks.

    You definitely can.
    To remove your payment information open iTunes and go into your account. An easy way to access your account is from quick links on the store home page. After you login there will be a payment type listed with an edit button next to it. Click edit then select none under card type (next to visa, mastercard, etc).
    Afterwards at the bottom of the page select done, then your card will no longer be on file. It will prompt you for a card next time you try to download something that isn't free.

  • Backup the database without shuting down the database

    Hello All,
    Just want to ask if any one can tell me if it is possible to backup the database without shutting it down
    When can you do so if it is possible?

    A hot (or on-line) backup is a backup performed while the database is open and available for use (read and write activity). Except for Oracle exports, one can only do on-line backups when the database is ARCHIVELOG mode.
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm

  • If the database is shutdown when the applcation is running what is happened

    I am using coneection pool to connect database. If the database is shutdown when the applcation is running what is happened? and how the database will be reconnected.
    I am using MySQL 3.23.52, Tomcat 4.1.12

    Hi,
    Performance of any n-tier system which takes the advantage of connection pooling will be much higher compared to its non-pooled counterpart.
    You have to be very careful while designing/using a connection pool.if u are using pool obtained from a third party,ur control on this pool will be limited - with a few set/get methods.
    A well designed pool wont create much trouble. if u are creating your own pool, basic steps required are
    1.create 'n' number of connections
    2.whenever user requests for a connection, check the validity of the connection- by sendin a simple select query etc- and if its not stale,give this connection to the caller.
    3.if the connection is stale ie it fails the pretest, close all the connections and create the pool afresh.
    4.connections obtained from the pool will be automatically returned back to the pool whenever the applciation call conn.close().
    from ur application, follow the steps for each connection you use (not necessary for a well designed pool)
    1.call ds.getconnection()
    2.check validity of this connection by sending a simple select query.if it works,everything is fine. otherwise something is wrong with connection(not always).
    3.sql exception may occur during the execution of sql query. this can be due to either
    a.database shut down (network related)
    b.database specific - like wrong query,invalid objects etc
    you have to look at the sql state/vendor code (which can be retrieved from the caught exception). the retrieved code will give you a hint why the error (network or database specific).and you can act accordingly.
    Most of the app servers comes with builtin connection pooling module. and handling stale connection is not a difficult task for the programmer. eg: if you are designing applcations for IBM websphere, you can use StaleConnectionException in your code.if this exception is caught,the whole pool is destroyed and created afresh.
    HTH,
    -asharafkk

  • Hi. How can I delete the table without deleting the content? My pages is 5.2.2.

    Hi. How can I delete the table without deleting the content? My pages version is 5.2.2. Thank you for your help.

    There is no convert Table to text capability in Pages v5.2.2, as there was in Pages ’09 v4.3.
    You can keep the table while making the table grid vanish, leaving the existing tabular text structure. Select the table, and under the Format panel > Table tab, the following settings will produce this output. If selected, you can refine its document placement in the Arrange tab.

  • Delete the database

    Hello frnds
    In my test server I have to delete my database including all tablespaces and datafiles everything and create the new database with new character set which i need ,
    So i just need a sujjestion which is best method to delete a old database ...
    simply delete all the files from Operating system or is there any safe method to delete database
    environment:
    OS: Sunsolaris 10
    database:10g R2
    your sujjestions will be valuable for me
    thanks

    Hi!
    It's completely up to you how you delete a database. You may do it with OS rm command without any problems. Another way that is as safe as the rm command is the database configuration assistant that is also able to delete your DB. It is also possible to delete your DB with the DROP DATABASE commando from SQL*Plus. As I know there is no big difference in all three ways. My favorite way to drop a database is the DBCA because it is easy to use.
    yours sincerely
    Florian W.

  • On my windows Itunes I changed computers and ended up with two of every song. How do I delete the duplicates without doing it one at a time?

    I have duplicates of all the songs on my windows 7 computer.  I changed computers and ended up with duplicates of all of my songs. How can I delete them all without having to do it one at a time? thanks!

    Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    tt2

  • Since updating iCloud my husband and my phone are sharing the same contacts. I was getting his messages and and him mine which we managed to change through settings but how do we delete the  contacts without deleting each other's.

    There are 2 phones in my name. One my husbands the other mine. We have the i5 phone which worked very well before we updated iCloud a few days ago. Firstly both our messages and emails appeared on each other's phones and now I've noticed that we both have each other's contacts making a very long list on each phone and us both getting each other calls. I turned off the messages and emails in settings but can't remove the contacts. I tried deleting my husbands contacts from my phone but then they got deleted from his phone too. Any ideas anyone?

    All apps are forever tied to the Apple ID that bought them. To stop your id from popping up, you need to delete the apps on his phone, and then repurchase them under his account.

  • I have "doubles" of all my songs in my library.  Is there a way to delete the "extra" without doing it one at a time?

    I have "doubles" of all songs in my library due to my ignorance about transferring from old computer to new.  Is there a way to delte all of the extras without doijng it one-by-one?

    I have tried rebooting, but everything was still frozen afterward.  I've considered doing a restore on the computer, but that would probably wipe all of my saved information out as it's never been connected with the computer before. Also, during a restore, it asks you to confirm information on your iphone screen, which is impossible to do with it being frozen. 

  • How to delete the database table

    hi all
    i want to delete the data  from the custrmize table so if u can heilp me to do that....not the internal table ..i write the code but that using that code i can delete only one raw.. but i want to delete all raw in my table..
    ZLAB_SUBMIT-SHADE = '1'.
    ZLAB_SUBMIT-SUBMIT = '1'.
    ZLAB_SUBMIT-RM = 'RINGS'.
    ZLAB_SUBMIT-REMARKS = 'Approved'.
    ZLAB_SUBMIT-AP = ''.
    ZLAB_SUBMIT-USNAM = 'INDIKAF'.
    ZLAB_SUBMIT-CPUDT = '05.10.2006'.
    ZLAB_SUBMIT-CDATE = '05.10.2006'.
    ZLAB_SUBMIT-CPUTM = '21:29:19'.
    DELETE  ZLAB_SUBMIT.
    regard
    nawa
    this is my code....

    Hi,
    data itab type standard table of zlab_submit.
    select * from zlab_summit into table itab.
    delete zlab_summit from table itab.
    Kindly reward points by clicking the star on the left of reply,if it helps.

  • Should be able to enter both Japanese data and English data into the database without

    Scenario 1:
    Database Char Set: UTF 8
    National CharSet :UTF8
    String Type:Varchar2
    Problem :Unable to enter more than 1/3rd of the field length specified when entering Kanji(Japanese) Data
    Scenario 2:
    Database Char Set: JA16EUC/JA16SJIS
    National CharSet :JA16EUCFixed/JA16SJISFixed
    String Type:NVarchar2
    Problem :Unable to enter/retrieve English data written into the database but works fine with Japanese
    Scenario 3:
    Database Char Set: UTF8
    National CharSet :JA16EUCFixed
    String Type:NVarchar2
    Problem :Unable to enter/retrieve English data written into the database but works fine with Japanese
    null

    You will not be able to display the process form, or edit those values from the view profile screen.
    You would need to create custom fields that are mapped from the process form to the user's profile. Then you would need to create user form update triggers from the User Defined Fields that when the user changes them, they get pushed to the target process form by adding those task names into the provisioning process definition. This would then trigger the updates to the target resource.
    -Kevin

  • Delete the database records

    Hi All
    I  want to delete the records that are older than 40 days in my custom table ZTABLE.
    How can I use table maintenence generator to achieve the same?
    Will this be done by archiving the records..
    Thanks..
    Prabhas

    hi..
    But I do not have a date field in my table..so how can we compare here...
    Cam this be done automatically by some settings in table..
    thanks..

  • Every song in my library is duplicated.  How do I delete the duplicates without doing one at a time?

    How do I delete duplicate songs in my library without doing one at a time?

    Apple's official advice on duplicates is here Find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership, or that sometimes the same file can be represented by multiple entries in the library and that deleting one and recycling the file will break the other.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and should cope sensibly when the same file has been added via multiple paths.
    tt2

  • How can I change the location / folder for the database without doing it for every single photo?

    I merged my Database from another mb. The photots are stored on the mb and on an external hdd.
    Now I want to change all photos to the external hdd.
    How can I do this without doing it photo by photo?

    What I have done:
    1. merge database to another computer
    2. the photos are located on a local hdd of the old mb
    3. copied all the photos to an external hdd
    Now I want to:
    relocate all the photos to the external hdd without any connection to hdd of the old mb
    Is this possible in the way you mentioned it?

Maybe you are looking for

  • What's the "right way"  to quit the Finder?

    I just had to re-install another CM plug-in that Snow Leopard deleted for me, and I need to restart the Finder before I can use it. I notice there's no longer a menu item to quit the finder in the Finder's Dock pop-up menu, so now the only way to res

  • Planfunction in IP or with BW modelling - case with 15 million records

    Hi, we need to implement a simple planfunction (qty * price) which has to be executed for 15 million records at a time (qty of 15 million records multiplied with average price calculated on a higher level). I'd like to still implement this with a sim

  • Looking to get a W-520

    Hi, I'm looking at getting a W-520. One has a i7-2760QM with 8GB of ram. The other has a i7-2640M with 4GB of ram. It's only a few dollars more for the higher spec. machine. I'm wondering if there would be any noticable difference in battery life bet

  • MacBook Pro --- Windows PC

    I downloaded songs on my MacBook and am trying to get them across to my PC using home sharing. I am logged in with different iTunes accounts on both computers (iTunes store). But the homeshare account is the same. I can see the MacBook on my PC and v

  • HT1657 How can I find my rental on my iPad. I do not see it in my library. Thanks

    How can I find my rental on my iPad. I do not see it in my library. Thanks