Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: character set?
SQL> SELECT * from props$;
SELECT * from props$
*
ERROR at line 1:
ORA-00942: table or view does not exist
what else should i try?
bryce
"Daniel A. Morgan" <dmorgan_at_exesolutions.com> wrote in message
news:3AFA2201.E709B5D9_at_exesolutions.com...
> "news.xtra.co.nz" wrote:
>
> > hi
> > (very novice oracle person here)
> > how can i tell which chacacter set oracle is currently set to?
> >
> > because ;)
> >
> > ive an encrypter (COM) which i use to encrypt and decrypt passwords etc
from
> > asp
> > works fine on my oracle DB here in NZ
> > but on the clients oracle DB in New York, its not working properly
> >
> > Regards
> >
> > bryce
>
> If you have access to the data dictionary tables perform the following:
>
> SELECT *
> FROM props$;
>
> Daniel A. Morgan
>
Received on Thu May 10 2001 - 00:16:51 CDT
![]() |
![]() |