• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem in Oracle

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
Since my database was very slow ,
I executed this following query
"select * from v$logfile"
after executing i found three files namely
d:\Oracle\.. \REDO01.LOG
d:\Oracle\.. \REDO02.LOG
d:\Oracle\.. \REDO03.LOG
"The mistake which i didnt was , i just deleted those files.. hoping that my database performance will boot up."
"But now after deleting and restarting the oracle
iam getting the following error"
"ORacle initializatrion or shutdown in progress"
I know that i have done a mistake, So let me know the ways by which i can bring back my database to normal"
"Iam using Oracle 9i and windows 2000 server"

IT IS VERY VERY URGENT

regards
S.Karthikeyan
 
Ranch Hand
Posts: 166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Through Oracle Enterprise Manager you should be able to look at the database properties. Take the database offline. At that point attempt to create new redo log files. These keep transaction based information and must be there for database operation.
 
A "dutch baby" is not a baby. But this tiny ad is baby sized:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic