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

Home -> Community -> Usenet -> c.d.o.tools -> Re: character set?

Re: character set?

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Wed, 09 May 2001 22:07:13 -0700
Message-ID: <3AFA2201.E709B5D9@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:07:13 CDT

Original text of this message

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