Re: Bugs in Developer 2000?

From: Arvind Balraman <dnivra_at_ix.netcom.com>
Date: 1998/04/15
Message-ID: <35356408.AFEEE30A_at_ix.netcom.com>#1/1


should have grant select any sequence to refer sequence in any schema, probably u didnt have that for the iremid-sequence, so u got an internal error, when u created a sequence in ur schema u are able to access it

HTH
Arvind

Liping Liu wrote:

> I have a simple code
>
> select liu.itemid_sequence.nextval from dual;
>
> for a button. I am puzzled by the so-called internal error (database
> error) during compiling. I do not have a formal explanation but I have
> the following workaround:
>
> 1) Use SQLPlus to login to Oracle server
> 2) Create my own sequence like this:
> create sequence itemid_sequence
> increment by 1
> start with 10011;
> 3) I change the code for Create button as follows:
> select itemid_sequence.Nextval
> from dual;
> 4) Then I get another error saying something about Nextval. So I
> change Nextval to nextval
> 5) I now can compile the code correctly.
> 6) I finally change the code back to my original one:
> select liu.itemid_sequence.Nextval
> from dual;
> 7) It stills compiles without errors
>
> Does anybody out there have explanation for the above?.
>
> --
>
> *************************************************************
> Liping Liu, Ph.D.
> Assistant Professor
> Information Systems
> Susquehanna University
> Selinsgrove, PA 17870
> Tel: 717-372-465
> Fax: 717-372-4491
> Email: liu_at_infosys.susqu.edu
> URL: http://infosys.susqu.edu/liu
> *************************************************************

--
Balaraman Arvind
151 Andrew Ave, Apt 215
Naugatuck, CT 06770

ph   -  (203)-723-1190(R)
     -  (203)-459-7502(O)

mail -  dnivra_at_ix.netcom.com (R)
        abalaram_at_oxhp.com    (O)
Received on Wed Apr 15 1998 - 00:00:00 CEST

Original text of this message