|
Re: how to create script to backup the database [message #72401 is a reply to message #72400] |
Mon, 09 June 2003 02:25 |
kksrinivasan
Messages: 1 Registered: June 2003
|
Junior Member |
|
|
Note : If u are working in a NT environment
--------------------------------------------
Create a Batch file & put the export commands in that
batch file & try to automate that batch file using the
scheduler
Try this sample scrit in a Test DB & after working out fine , continue with ur Productin DB
Scipt inside your Batch File
----------------------------
Exp system/****** full=y file=d:db_exp 906_exp.dmp log=d:db_exp 906_expL1.log
Step to Create a Batch File
---------------------------
1) Open Notepad from the dos mode
2) Write the above mentioned script in the notepad
& save it as "xxx.bat"
3) Schedule this script in the scheduler
Hope this works out - take care - KK
|
|
|
|