Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Just a very simple question - ORA-01034
"cpchan" <cpchaney_at_netvigator.com> writes:
> (2) I ran this command for backup an Oracle database's data records only :
>
> tar -cvf /dev/rmt/0 <the directory of the data record of the Oracle
> database>
> (3) And then ran this command for restore :
>
> tar -xvf /dev/rmt/0 <the same directory>
> (4) Then I tried to login the Oracle through the SQL Plus on my Windows 98
There is two smallish mistakes:
As example read some other shell scripts from the same /etc/rcX.d directory (in some OS`s it`s /sbin/rcX.d ???) as there you`ll need to condition on command line parameter that tells if the command needs to start,stop or restart wanted service and you do not want your oracle db to be left at mercy of "kill -9" of operating systems cleanup procedures after everything should have been terminated anyway :) The best thing about unix is that everything really is there in human readable form and you actually can re-write it all. And it is not difficult. Just read the man page. Like "man init"
-- Antti Järvinen, costello_at_iki.fi "concerto for two faggots and orchestra"Received on Fri Apr 11 2003 - 14:46:03 CDT
![]() |
![]() |