dbTalk Databases Forums  

adding a comment to user accounts

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss adding a comment to user accounts in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mh@pixar.com
 
Posts: n/a

Default adding a comment to user accounts - 01-09-2008 , 01:51 AM






When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios

Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:09 AM






mh (AT) pixar (DOT) com wrote:
Quote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark
No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:09 AM



mh (AT) pixar (DOT) com wrote:
Quote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark
No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #4  
Old   
DA Morgan
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:09 AM



mh (AT) pixar (DOT) com wrote:
Quote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark
No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #5  
Old   
DA Morgan
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:09 AM



mh (AT) pixar (DOT) com wrote:
Quote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark
No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
--
Daniel A. Morgan
Oracle Ace Director & Instructor
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #6  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:35 AM



DA Morgan schrieb:
Quote:
mh (AT) pixar (DOT) com wrote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
On the other side, it is matter of 5 minutes to setup a tiny ApEx
webpage on that table and suddenly it can be shared among coworkers...
(as opposite to 3x5 cards ;-)).
As matter of personal preferences, i like that
keep-all-you-need-in-the-database approach...

Best regards

Maxim


Reply With Quote
  #7  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:35 AM



DA Morgan schrieb:
Quote:
mh (AT) pixar (DOT) com wrote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
On the other side, it is matter of 5 minutes to setup a tiny ApEx
webpage on that table and suddenly it can be shared among coworkers...
(as opposite to 3x5 cards ;-)).
As matter of personal preferences, i like that
keep-all-you-need-in-the-database approach...

Best regards

Maxim


Reply With Quote
  #8  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:35 AM



DA Morgan schrieb:
Quote:
mh (AT) pixar (DOT) com wrote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
On the other side, it is matter of 5 minutes to setup a tiny ApEx
webpage on that table and suddenly it can be shared among coworkers...
(as opposite to 3x5 cards ;-)).
As matter of personal preferences, i like that
keep-all-you-need-in-the-database approach...

Best regards

Maxim


Reply With Quote
  #9  
Old   
Maxim Demenko
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 08:35 AM



DA Morgan schrieb:
Quote:
mh (AT) pixar (DOT) com wrote:
When creating a user account, is there a good way to add a comment
regarding that user account? Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.
On the other side, it is matter of 5 minutes to setup a tiny ApEx
webpage on that table and suddenly it can be shared among coworkers...
(as opposite to 3x5 cards ;-)).
As matter of personal preferences, i like that
keep-all-you-need-in-the-database approach...

Best regards

Maxim


Reply With Quote
  #10  
Old   
Mark D Powell
 
Posts: n/a

Default Re: adding a comment to user accounts - 01-09-2008 , 03:41 PM



On Jan 9, 9:35*am, Maxim Demenko <mdeme... (AT) gmail (DOT) com> wrote:
Quote:
DA Morgan schrieb:

m... (AT) pixar (DOT) com wrote:
When creating a user account, is there a good way to add a comment
regarding that user account? *Something like "test account for
ldap synchronizer", etc?

Many TIA!
Mark

No: Not even a bad way.

You could create a table to store it if you wish but no matter
what you do it will be the equivalent of 3x5 cards.

On the other side, it is matter of 5 minutes to setup a tiny ApEx
webpage on that table and suddenly it can be shared among coworkers...
(as opposite to 3x5 cards ;-)).
As matter of personal preferences, i like that
keep-all-you-need-in-the-database approach...

Best regards

Maxim
LOL

Right now the people responsible for adding new user accounts to the
system have to record this information via their processes. If this
is put into a text file or a table really depends on what your site
needs and who has the time to set it up.

Maybe someone should file an enhancement request to extend the Oracle
comment command to also cover USERs as well as tables and columns.

HTH -- Mark D Powell --


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.