|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
||||
|
||||
|
well i stated reading about backup/ restore on oracle and i'm a little confused ,
Anyone knows an article for beginners ?, All i want is to export database into a script (like in mysql) and then restore it on another server Another question : Does it work to make an backup from a remote server when connecting with a local client ? |
|
#2
|
||||
|
||||
|
You'd better use Oracle's native tools, EXP and IMP, you can find plenty of references on web and Oracle's docs, but basically you can use exp like:
1. Prepare a parameters file (exp_param.dat), with something like: Quote:
2. Prepare a batch file with the appropriate commands: Quote:
This can be easily scheduled, or you can run it by hand (parameters can be given interactively, there is no need for a parameters file). Restore is done with IMP in a similar way. BTW: you can backup a remote database and restore to a remote server (both are not the fastest options).
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) Understanding SQL Joins An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries |
|
#3
|
||||
|
||||
|
Quote:
Tank you i will try that ![]() |
|
#4
|
||||
|
||||
|
got some problems when running with exp:
Quote:
maybe i need to set oracle variables Quote:
Last edited by mariuz : August 25th, 2004 at 09:35 AM. |
|
#5
|
||||
|
||||
|
Quote:
now that seems to be solved , i got another one EXP-00056: ORACLE error 942 encountered ORA-00942: table or view does not exist EXP-00000: Export terminated unsuccessfully a did a little search on google and found there only one solution ![]() http://dock.db-training.com/pls/dart/p_discussions?p_discussion_id=4&p_thread_id=13 |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > backup / restore for noob |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|