Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Call Interface

Re: Oracle Call Interface

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Mon, 24 Dec 2001 14:28:15 GMT
Message-ID: <3YGV7.4837$vr4.25043@rwcrnsc51.ops.asp.att.net>


export and import is not a backup tool. Yes, it is a good idea to have an export, but I can't roll forward from an export to some future state.

One wouldn't do very much with OCI to do backup. Yes, issue the commands to put the tablespaces in backup mode, but then use an file open copy utility to copy the files to the backup medium. Or use Rman. Get Oracle Backup and Recovery, since your tool will have to also do recovery or what would be the point.
Jim
"Mumtaz Zaheer" <malikmumtazzaheer_at_hotmail.com> wrote in message news:2ae53eaa.0112240326.5e1e538b_at_posting.google.com...
> I dont know if this is the group I am looking for. But anyway, does
> OCI support Backup and Recovery? Is there anyway to do that using OCI?
>
> Please do consider me new to Databases, and I have just been asked to
> make an application that work on Windows platform for backup and
> recovery purpose.
>
> As I am new to database administration, I saw two ways of taking
> backup one is Hot and Cold backup and other using Export and Import
> utilities. As I am going to take backup from my application, I will
> either use ODBC, ADO or OCI for that purpose. I am also looking for
> results that Backup command or query generates so that I can tell my
> user about that If some error occurs.
>
> Hope, I have made my question much difficult :(
>
> Awaiting response.
Received on Mon Dec 24 2001 - 08:28:15 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US