oracle中将数据从一个数据库的表传输到另一个数据库的表的存储过程
有2个数据库A和B。我想将数据从A中的表传输到B中的表。我想为此使用游标。传输时的重复数据应放入一个名为 duplicat 表的表中。我想要一个存储过程来执行上述操作。首先,我需要使用 db link 将数据库 A 与数据库 B 连接起来。我想要完整的存储过程。任何人都可以帮助plzzzzzzzzzz..............
there are 2 databases A AND B. i want to transfer data from a table in A TO a table in B. i want to use cursor for this. the duplicate datas when transferring should go to a table called duplicat table. I want a stored procedure to do the above. first i need to connect database A with database B using db link. i want the complete stored procedure. can anyone help plzzzzzzzzzz...........
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你想学习...
谷歌了解如何在oracle中创建数据库链接以及如何在查询中使用它,你不应该在这里寻求指导而不是完整的答案。完成此操作后,您只需将远程表用作普通表即可。
以下链接很有用
http://download.oracle。 com/docs/cd/B28359_01/server.111/b28310/ds_admin002.htm
http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_5005.htm
Shouldn't you look for guidance rather then complete answer here, if you want to learn....
Google for how to create db link in oracle and how to use that in queries. Once this is done you just use the remote table as a normal table.
Following links are useful
http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/ds_admin002.htm
http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_5005.htm