Oracle Database and Oracle Applications
Search This Blog
Showing posts with label
Copy Command
.
Show all posts
Showing posts with label
Copy Command
.
Show all posts
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;
Older Posts
Home
Subscribe to:
Posts (Atom)