Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy a schema

Status
Not open for further replies.

athom

ISP
Joined
Apr 4, 2001
Messages
20
Location
CA
Hy,

Do you know how copy a user...

Like COPY USER TO USER2

With his schema off course..

Thanks a lot


Athom
 
The only way I can think of is using Oracle 8.1.7 is DBA Studio. Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
You can EXPORT ( in USER mode) USER's objects and then
create ( if not already done) USER2 and
IMPORT with the FROMUSER=USER and TOUSER=USER2
parameters set...( you will need to have DBA privs)


[profile]
 
thanks a lot, i love oracle, all it's possible...
 
Doh... I knew that... Good catch Turk... Terry
**************************
* General Disclaimor - Please read *
**************************
Please make sure your post is in the CORRECT forum, has a descriptive title, gives as much detail to the problem as possible, and has examples of expected results. This will enable me and others to help you faster...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top