|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Remote Database Backup
Hi everyone
Do you have any idea how I can make a backup for a remote database? (preferrably using a command in the command line, or with a stored procedure...) I hope the question isn't too silly, but I haven't found a clear answer for this problem yet. Thank you. |
|
#2
|
|||
|
|||
|
Without the information which DBMS you are using and an explanation what you understand by "remote database" this question cannot be answered.
Oracle's EXP utility can do a backup from any server that can be reached from your workstation, so that would qualify as "remote backup" for my understanding (the same is true for Postgres' pg_dump utility) |
|
#3
|
|||
|
|||
|
Quote:
Thanks for the answer. Sorry for the lack of details. I am talking about an Oracle database, and by "remote" i mean located on a different machine (but in the same network - so i have access to it). The thing is, I need this to work preferrably from the command line. So, assuming the ip is x.x.x.x, and the port is yyyy, and the username is user and the password is pwd, how can I connect by the EXP utility you mentioned earlier to a database on this remote machine? Thank you again. |
|
#4
|
|||
|
|||
|
Quote:
Details about tnsnames.ora are here: http://download-west.oracle.com/docs/cd/B10501_01/network.920/a96581/tnsnames.htm#496765 Details about the EXP utilitiy are here: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1013411 |
|
#5
|
|||
|
|||
|
Thanks.
|
|
#6
|
||||
|
||||
|
Note that there is a specific Oracle forum here at Devshed
__________________
My blog Tutorials about OSS databases, DBMonster ... Contribute to OSS Development, fill bug reports! Developer Shed eSupport Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins Random data (with a bias) |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Remote Database Backup |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|