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

Home -> Community -> Usenet -> c.d.o.server -> Re: How do you tell if a user account is in the grace period ?

Re: How do you tell if a user account is in the grace period ?

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Fri, 16 Apr 2004 10:56:44 +0200
Message-ID: <c5o6us$qdp$1@news4.tilbu1.nb.home.nl>


Richard Elliott wrote:

> Need to be able to tell from a Power Builder client if the user is
> still in the grace period when the account has expired ?
>
> Don't see any flag in any of the user tables ?
>
> Thanks in advance for the help.

SQL> desc dba_users

  Name                                      Null?    Type
  ----------------------------------------- -------- 
----------------------------
  USERNAME                                  NOT NULL VARCHAR2(30)
  USER_ID                                   NOT NULL NUMBER
  PASSWORD                                           VARCHAR2(30)
  ACCOUNT_STATUS                            NOT NULL VARCHAR2(32)
  LOCK_DATE                                          DATE
  EXPIRY_DATE                                        DATE
  DEFAULT_TABLESPACE                        NOT NULL VARCHAR2(30)
  TEMPORARY_TABLESPACE                      NOT NULL VARCHAR2(30)
  CREATED                                   NOT NULL DATE
  PROFILE                                   NOT NULL VARCHAR2(30)
  INITIAL_RSRC_CONSUMER_GROUP                        VARCHAR2(30)
  EXTERNAL_NAME                                      VARCHAR2(4000)

But would help would that be, when the account is expired? The server will initiate a "change your password" dialog - can you handle that?

-- 

Regards,
Frank van Bortel
Received on Fri Apr 16 2004 - 03:56:44 CDT

Original text of this message

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