Re: [Q] import schema but not with procedures/functions?
- From: Stephane Faroult <sfaroult@xxxxxxxxxxxx>
- To: mccdba1@xxxxxxxxx
- Date: Tue, 17 Apr 2007 22:12:50 +0200
I'd like to question your assertion "import tables are not feasible".
You can easily generate a parameter file by spooling under SQL*Plus the
result of a query against USER_TABLES. Better, you can even generate
SEVERAL such files, and run everything in parallel (and you can order by
table size in terms of block used, and try to balance the total size of
each "thread"). I guess you won't have any problem generating CREATE
INDEX statements; the only thing you really have to be careful with are
constraints, but even so ...
Alternatively, I presume that revoking the CREATE PROCEDURE privilege
before importing as the user might help ... But you will have to export
them if you do a schema export.
HTH
Stéphane Faroult
dba1 mcc wrote:
We have ORACLE version 9.2.0.8 on LINUX server. I
tried to export and import a user (schema) to another
database.
Does there has way just import schema's data, but not
import procedures, functions and packages?
NOTE: this schema have hundreds tables, import tables
are NOT feasible.
--
http://www.freelists.org/webpage/oracle-l
- References:
- [Q] import schema but not with procedures/functions?
- From: dba1 mcc
Other related posts:
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » Re: [Q] import schema but not with procedures/functions?
- » Re: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
- » RE: [Q] import schema but not with procedures/functions?
We have ORACLE version 9.2.0.8 on LINUX server. I tried to export and import a user (schema) to another database. Does there has way just import schema's data, but not import procedures, functions and packages? NOTE: this schema have hundreds tables, import tables are NOT feasible.
- [Q] import schema but not with procedures/functions?
- From: dba1 mcc