
94 vFoglight
Administration and Configuration Guide
d
Visually inspect the values associated with the PATH and LD_LIBRARY_PATH
& ORACLE_HOME
variables.
3
Export the Oracle database. Use the following syntax in the Oracle command
shell:
cd $ORACLE_HOME/bin
exp <db_usr>/<db_pwd>@<ORACLE_SID>
file=<export_filename>.dbdump
A .dbdump file is created.
The backup of the Oracle database is now complete.
To back up a MySQL database using MySQL commands:
1
Log in to the MySQL server machine.
2
Export the MySQL database. Use the following syntax in the MySQL command
shell:
mysqldump -u [database_name] -p
-P[database_port_number] FOGLIGHT
> [backupfile_name].sql
Where
Comentarios a estos manuales