Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can I export ?
Robby wrote:
>
> I want to export only the packages of a schema, but I don't know how to
> do it.
>
> Please tell me how to do it.
>
> I use oracle V7.3 in unix system.
Hi Dear,
You cannot as such export procedures and functions, the only workaround
is to export the schema with rows = N . In your export file you will
have all your functions and procedures, then import with ignore = N and
specify a log file in your log file you will be having all the scripts.
Try this.
Devinder
Received on Mon Aug 03 1998 - 12:49:47 CDT
![]() |
![]() |