Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Nested Table having more than 1 column comparison using ORACLE MULTISET

Started 2 months, 2 weeks ago by 569725
Dear ALL, I am using ORACLE 10gR2 Database. I am currently trying to compare two sets of data that I get from two queries in PL/SQL. I want to use Oracle MULTISET UNION, MULTISET INTERSECT, MULTISET EXCEP for those operations. But When I am executing the below given code I am getting the error. PLS-00306: wrong number or types of arguments in call to ...
Site: www.oracle.com  www.oracle.com - site profile
Forum: SQL and PL/SQL   SQL and PL/SQL
 - forum profile
Total authors: 2 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: oracle.com

Other posts in this thread:

569725 replied 2 months, 2 weeks ago
Madhu, I am totally amazed. I didn't think any of the MULTISET operations would work with NTs of records. Lucky you! As for the EXCEPT, well, clearly it is a restriction or bug in PL/SQL. You may want to report it to Oracle Support. Regards,SF At 11:45 AM 10/1/2009, you wrote: Dear Steven, I am using ORACLE 10gR2 Database. I am ...

ramanamadhav replied 1 month, 1 week ago
Hi Madhu, I have the same problem and i solved problem like below. Try if it will help you. Create type object in database and use it for the multiset except. As per my experience If you assign the values statically to the array it will work but if you assign it by dynamically using bulk collect it doesn't work. Its only happening for the multiset ...

 

Top contributing authors

Name
Posts
569725
2
user's latest post:
Nested Table having more than 1...
Published (2009-10-01 11:08:00)
Madhu, I am totally amazed. I didn't think any of the MULTISET operations would work with NTs of records. Lucky you! As for the EXCEPT, well, clearly it is a restriction or bug in PL/SQL. You may want to report it to Oracle Support. Regards,SF At 11:45 AM 10/1/2009, you wrote: Dear Steven, I am using ORACLE 10gR2 Database. I am currently trying to compare two sets of data that I get from two queries in PL/SQL. I want to use Oracle...
ramanamadhav
1
user's latest post:
Nested Table having more than 1...
Published (2009-11-06 06:22:00)
Hi Madhu, I have the same problem and i solved problem like below. Try if it will help you. Create type object in database and use it for the multiset except. As per my experience If you assign the values statically to the array it will work but if you assign it by dynamically using bulk collect it doesn't work. Its only happening for the multiset except only. For remaining operations it works fine. (CREATE OR REPLACE TYPE type...

Related threads on "www.oracle.com":

Related threads on other sites:

Thread profile page for "Nested Table having more than 1 column comparison using ORACLE MULTISET" on http://www.oracle.com. This report page is a snippet summary view from a single thread "Nested Table having more than 1 column comparison using ORACLE MULTISET", located on the Message Board at http://www.oracle.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity