• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

oracle setting up problem

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i installed oracle 9.2.0.4 on linux 9.0, and i created a database called 'test'. but somehow i deleted all the related control and data files of 'test'. when i tried the "startup" command i got the following error message
"ORA-01079: ORACLE database was not properly created, operation aborted".


then i tried to regenerated 'test' but was told

"ORA-01501: CREATE DATABASE failed
ORA-01100: database already mounted"

what should i do? looking forward to reply!
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you deleted all the control files and data files, unless you have a backup you need to recreate the database.
reply
    Bookmark Topic Watch Topic
  • New Topic