Hello sir/madam,
i m working on a project and i want to take backup of my oracle database through asp.net
using c# on_click of a button.
plz reply asap.Thanking u.
Connecting to Oracle via php ShowConnecting to Oracle via php
Settings
Requirements
Example of code
Settings
Below is an article based on an example of connection to an Oracle database through a php script. However it is not designed to configure your oracle...
Display name of the Oracle database ShowDisplay name of the Oracle database
To view the name of the Oracle databases and data related to them, simply run the command:
SELECT * FROM V$DATABASE;
Backup/Restore Mysql database ShowBackup/Restore Mysql database
Backup
Restore your database
Note
A simple approach on how to backup and restore MySQL databases.
Backup
To save an existing database it is recommended that you create a dump.
To dump all...
Automatic backup of a Database in SQL EXPRESS 2005 ShowAutomatic backup of a Database in SQL EXPRESS 2005
If you want to automate a backup of a database in SQL Server Express, there is a simple solution using a .bat. file.
Create a new text file. This file should contain the following...
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel
Below is a tips of how to connect an Access database (MDB) in an application excel
Add reference
Microsoft DAO object librairy X.X
In a general module (eg Module1) paste the code below...
Download Recovery for Oracle ShowRecovery for Oracle is a tool to restore damaged data from an Oracle database . It can also restores backup objects including views and stored procedures . It can work manually or by using an auto-generated rebuild batch file.
Advantages
The...
Download EMS SQL Manager for Oracle ShowIf you need a tool to help you to manage your Oracle database, you can use EMS SQL Manager for Oracle.
Equipped with a modern graphics interface, this program offers you all the tools that you need to handle your data like PL/SQL debugger code,...
Download EMS DB Comparer For Oracle ShowYou do not always need to use two different programs to compare and synchronize your data.
With EMS DB Comparer For Oracle, you can find two features in a single application. EMS DB Comparer For Oracle is a comparator of Oracle database. It can...
Backup ShowBackup
Setting up a redundant architecture ensures that system data will be available but does not protect the data against user-introduced errors or against natural disasters such as fires, floods or even earthquakes.
Therefore it is necessary to...
Databases - Using forms ShowUsing forms
In order to use databases, the user must be provided with an interface that allows him or her to view data based on certain criteria. There is a tool for this: forms. A form is an interface with components for displaying, entering, or...
Special characters ShowSpecial character codings
HTML standards require all code to be written in 7-bit ASCII, which means that accented characters are not allowed. Despite this, current browsers recognise accented characters; you can enter accented characters directly...