Oracle Database and Oracle Applications
Search This Blog
Tuesday, June 28, 2011
Copy data from one database to another
Copy Command:
SQL> COPY FROM
apps/xxxx@uat
TO
apps/xxxx@prod
INSERT XXHR_EMP_DOJ USING SELECT * FROM XXHR_EMP_DOJ;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment