Export Backup is taking time
We are using oracle on Solaris 10 and oracle version 10Gr2. As on date database size is 31G and export backup size is 5.7G but to complete export backup it is taking 70min time. Database is having only one schema and during export maximum 10/15 users used connected to the database through application. Database is having some table containing LOB data and currently we are using the following script to perform export backup -
exp system@<host string> file=<dump file path> log=<log file path> owner=<user name> buffer=200000000
need your suggestion how to perform export backup in quicker time.