Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle bug or I miss something

Re: Oracle bug or I miss something

From: Ganesh Raja <ganesh.raja_at_gmail.com>
Date: Wed, 1 Dec 2004 17:13:13 +0000
Message-ID: <f754edf041201091345290e63@mail.gmail.com>


IMHO . i think u dont access to those Sequences and that is the reason u dont see them. ALL_* views shows objects u have got priveleges. DBA_* shows everything in the database ..

Does that seem rite ??

Ganesh

On Thu, 2 Dec 2004 00:59:11 +0800, Sinardy Xing <sinardyxing_at_bkgcomsvc.com> wrote:
> Hi all,
>
> Select count(*) from all_sequences=20
>
> return 0
>
> Select count(*) from dba_sequences=20
>
> return correct # of sequence
>
> Sinardy
> --
> http://www.freelists.org/webpage/oracle-l
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Dec 01 2004 - 11:13:41 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US