Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

restore

 
   Database Help (Home) -> Oracle RSS
Next:  Failure to login from large program  
Author Message
croora

External


Since: Dec 23, 2008
Posts: 3



(Msg. 1) Posted: Tue Dec 23, 2008 2:26 am
Post subject: restore
Archived from groups: comp>databases>oracle, others (more info?)

my c drive with OS failed, oracle database was installed on drive d.

how i can restore database from existing oraclexe directory?

tnx

 >> Stay informed about: restore 
Back to top
Login to vote
ddf

External


Since: Oct 01, 2008
Posts: 118



(Msg. 2) Posted: Tue Dec 23, 2008 5:53 am
Post subject: Re: restore [Login to view extended thread Info.]
Archived from groups: comp>databases>oracle>misc (more info?)

On Dec 23, 12:47 am, croora wrote:
> my c drive with OS failed, oracle database was installed on drive d.
>
> how i can restore database from existing oraclexe directory?
>
> tnx

I hope you have a backup of your C drive or, at the least, your
registry, since you'll need it. The preference is to have the C drive
backup handy for a restore. When your restore is completed you'll
again be able to use your Oracle database.



David Fitzjarrell

 >> Stay informed about: restore 
Back to top
Login to vote
ddf

External


Since: Oct 01, 2008
Posts: 118



(Msg. 3) Posted: Tue Dec 23, 2008 11:15 am
Post subject: Re: restore [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 23, 10:25 am, croora wrote:
> ddf wrote:
> > On Dec 23, 12:47 am, croora wrote:
> >> my c drive with OS failed, oracle database was installed on drive d.
>
> >> how i can restore database from existing oraclexe directory?
>
> >> tnx
>
> > I hope you have a backup of your C drive or, at the least, your
> > registry, since you'll need it.  The preference is to have the C drive
> > backup handy for a restore.  When your restore is completed you'll
> > again be able to use your Oracle database.
>
> > David Fitzjarrell
>
> i have only oraclexe directory. how do i make cold copy of this?
>
> tnx- Hide quoted text -
>
> - Show quoted text -

It's a bit late for that, since you have no running operating system
nor functioning system drive. I would suggest you replace your C
drive, install the operating system then plan on installing Oracle
again, and I'm afraid you'll be losing your current database unless
you have in your possession a recent export of it. You've lost all of
your registry settings applicable to your current Oracle installation
and I don't know how you'll get them back. Possibly someone can
assist you, at great cost, in recovering enough information from your
failed drive to re-instate your current registry and avoid
reinstalling Oracle. This, however, will require someone with
knowledge and the proper tools to extract data from a 'dead' hard
disk.

Possibly someone else knows of a different 'solution'.


David Fitzjarrell
 >> Stay informed about: restore 
Back to top
Login to vote
croora

External


Since: Dec 23, 2008
Posts: 3



(Msg. 4) Posted: Tue Dec 23, 2008 12:25 pm
Post subject: Re: restore [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

ddf wrote:

> On Dec 23, 12:47 am, croora wrote:
>> my c drive with OS failed, oracle database was installed on drive d.
>>
>> how i can restore database from existing oraclexe directory?
>>
>> tnx
>
> I hope you have a backup of your C drive or, at the least, your
> registry, since you'll need it. The preference is to have the C drive
> backup handy for a restore. When your restore is completed you'll
> again be able to use your Oracle database.
>
>
>
> David Fitzjarrell

i have only oraclexe directory. how do i make cold copy of this?

tnx
 >> Stay informed about: restore 
Back to top
Login to vote
croora

External


Since: Dec 23, 2008
Posts: 3



(Msg. 5) Posted: Wed Dec 24, 2008 1:25 am
Post subject: Re: restore [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

ddf wrote:

> On Dec 23, 10:25 am, croora wrote:
>> ddf wrote:
>> > On Dec 23, 12:47 am, croora wrote:
>> >> my c drive with OS failed, oracle database was installed on drive d.
>>
>> >> how i can restore database from existing oraclexe directory?
>>
>> >> tnx
>>
>> > I hope you have a backup of your C drive or, at the least, your
>> > registry, since you'll need it.  The preference is to have the C drive
>> > backup handy for a restore.  When your restore is completed you'll
>> > again be able to use your Oracle database.
>>
>> > David Fitzjarrell
>>
>> i have only oraclexe directory. how do i make cold copy of this?
>>
>> tnx- Hide quoted text -
>>
>> - Show quoted text -
>
> It's a bit late for that, since you have no running operating system
> nor functioning system drive. I would suggest you replace your C
> drive, install the operating system then plan on installing Oracle
> again, and I'm afraid you'll be losing your current database unless
> you have in your possession a recent export of it. You've lost all of
> your registry settings applicable to your current Oracle installation
> and I don't know how you'll get them back. Possibly someone can
> assist you, at great cost, in recovering enough information from your
> failed drive to re-instate your current registry and avoid
> reinstalling Oracle. This, however, will require someone with
> knowledge and the proper tools to extract data from a 'dead' hard
> disk.
>
> Possibly someone else knows of a different 'solution'.
>
>
> David Fitzjarrell

i have running os on c partition, and whole oraclexe directory on d
partition. i lost only registry settings.

i install new xe database, make same schema as old database and copy old dbf
files in it, but database wont start. Sad
 >> Stay informed about: restore 
Back to top
Login to vote
ddf

External


Since: Oct 01, 2008
Posts: 118



(Msg. 6) Posted: Wed Dec 24, 2008 5:39 am
Post subject: Re: restore [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 24, 12:04 am, croora wrote:
>
> i have running os on c partition, and whole oraclexe directory on d
> partition. i lost only registry settings.

And that's enough to lose to make your current Oracle installation
useless.

>
> i install new xe database, make same schema as old database and copy old dbf
> files in it, but database wont start. Sad- Hide quoted text -
>

Obviously not, as the DBID for the old dbf files does not match the
DBID for the new database you created with the new installation of
XE. You need to visit the on-line documentation menu page, found
here:

http://tahiti.oracle.com

You'll find no instructions to copy an XE database. You should have
exported your data on a regular basis so you could replace it should
you need to do so. You could *possibly* look in the documentation for
10gR2 and use the instructions there for cloning a database and see if
you get usable results.

> - Show quoted text -


David Fitzjarrell
 >> Stay informed about: restore 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Replacing a subselect with Collections - Hi all oracle users, I have a cursor which fetches a few thousand records. Inside it I have a subselect which is used for decoding one field. CURSOR snap_crs IS SELECT decode (snap.id, 1, (select code_ptr from anag_ptr where desc_ptr =..

how to refresh a sequence - How could I refresh a sequence in Oracle using an SQL statement? I've got the problem, that the current number of a sequence is less the highest index in a table, where I want to use the sequence. Regards, Robert

Using NonUnique Index to Enforce Uniqueness - Oracle manual describes using non unique index to enforce unique constraint so that the index will not be dropped with constraint is diabled. But I dont understand why non unique index can enforce uniqueness?

Triggers and Window Service - Hi, Is there a way to create an oracle Trigger that will start a window service? I am trying to get the service away from running a timer. Running Oracle 9i and windows 2K or XP Thanks

aggregation over two hierarchies - In my application there are two given tables: JOB table: job_id open closed splitfrom mergedto ================================================= AAAA 1/1/90 1/1/00 BBBB 1/1/80 1/1/00 CCCC 1/1/00 1/1/01 AAAA ..
   Database Help (Home) -> Oracle All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]