creating standby database using import and export
i want to create a standby database for reporting purpose since the primary database is fully utilized in day time. the standby database can be a day behind the production database. so i thought of using import and export tools of oracle to do so. since the usual import for full database take nealy a day, i want to do imcremental import after exporting the dump which we take everyday at night.
So please do guide me on this and also please share me better ideas if you have other than this.
For infor: am using oracle 10g as oracle database.