Re: SQL Error... huh?

From: Karth Panchan <keyantech_at_gmail.com>
Date: Mon, 28 Jul 2014 10:56:21 -0400
Message-Id: <9D6B0B3A-B375-4C1A-A9D5-AF75B4F1141E_at_gmail.com>



I have experienced this error when I tried to execute SQL query with Bulk collect variable which was not declared.

Karth

Sent from my IPhone

> On Jul 28, 2014, at 10:45 AM, "Zelli, Brian" <Brian.Zelli_at_RoswellPark.org> wrote:
>
>
> A developer tried to run this query below and got the error “ORA-03001: unimplemented feature”. He ran “select * from v$option;” and objects are enabled… is it a permission item?
>
> SELECT S_SUBJECTID,
> GENDERFLAG,
> NULL ,
> U_FIRSTNAME,
> U_LASTNAME,
> U_MIDI,
> U_MAIDENNAME,
> U_EMAIL,
> U_MRN,
> U_CITY,
> U_STATE,
> U_STREET,
> U_ZIPCODE,
> BIRTHDT,
> U_DEATHDT,
> NULL ,
> U_SSN,
> NULL ,
> U_PHONE,
> NULL ,
> NULL BULK COLLECT
> INTO PresentValue_Array
> FROM S_SUBJECT
> ORDER BY S_SUBJECTID
>
> I did some googling on the error and it doesn’t seem to relate to his issue. Any ideas?
>
> Brian
>
>
>
> This email message may contain legally privileged and/or confidential information. If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited. If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jul 28 2014 - 16:56:21 CEST

Original text of this message