Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: character set?
"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:07:13 CDT
![]() |
![]() |