Pakai database versi berapa Mas?

1. Kalau masih 9i, dari Delphi/VB.Net jalankan shell command.
Kalau VB:
SHELL("exp userid=namauser/pwd file=output_filename.dmp")

Kalau Delphi: ???

2. Kalau sudah 10g, dari Delphi/VB.Net bisa dgn menjalankan shell 
command spt diatas. 

exp (export utility)
SHELL("exp userid=namauser/pwd file=output_filename.dmp")

expdp (export datapump utility)
SHELL("expdp userid=namauser/pwd directory=dir_name 
dumpfile=namafile.dmp")

Atau call "export datapump API" (DBMS_DATAPUMP).

Pls see the following reference:
http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_datp
mp.htm

CMIIW,
Bw




--- In [email protected], "Rizky vianto" 
<[EMAIL PROTECTED]> wrote:
>
> Dear All,
> 
> Bagaimana cara untuk export schema object dari aplikasi 
external...misal
> dari aplikasi yang dibuat dari delphi atau vb.net ? mohon 
penjelasannya.
> thanks
> 
> 
> [Non-text portions of this message have been removed]
>


Kirim email ke