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

Home -> Community -> Usenet -> c.d.o.misc -> Re: standard for storing SSNs?

Re: standard for storing SSNs?

From: Sheilah Scheurich <scheuric__at__sprynet_.com>
Date: 1997/10/02
Message-ID: <3433B293.7B0E@_sprynet_.com>#1/1

Beth Powers wrote:
>
> yes, i'm new at this oracle stuff.
>
> given that, is there a "standard" for storing social security numbers?
> also, in other DBMS packages i've used, there were ways to "mask" the data
> so that it displayed 999-99-9999. is there a way to do that in oracle?
>
> thanks in advance.
>
> Gentle breezes,
> ----------------------------------
> Beth Powers
> bpowers_at_fiore-ind.com
> Fiore Industries, Inc.

select to_char(ssn,'999-99-9999') from yourtable;

-- 
Sheilah Scheurich
DBA

My opinions are my own and not that of my 
employer.

To respond via email, remove underscores.
Received on Thu Oct 02 1997 - 00:00:00 CDT

Original text of this message

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