Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Gupta SQLBase to Oracle UNLOAD Question
Lee wrote:
>
> I'm new to Oracle. In Gupta SQLBase there is a command
> UNLOAD DATABASE which writes a text file composed of the SQL
> statements required to create the database from scratch. Is there an
> equivalent in Oracle?
Use the export utility with the full parameter set to Y. This will take all componenets from the database you export. Use the import utility to load the data.
Good Luck. Received on Wed Dec 11 1996 - 00:00:00 CST
![]() |
![]() |