Password Expiry while accessing Oracle table


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Password Expiry while accessing Oracle table
# 1  
Old 08-05-2013
Password Expiry while accessing Oracle table

Hi All,
I am not able to access an oracle table even if the table is present. After initial analysis, found that there is a password warning for the specified oracle user. Can you please help me in ignoring the password expiry and access the oracle table ? However, the log file does not store the password expiry error message, rather it says the table is not found, with ORA-28002 in the DataStage director.

Pls help
# 2  
Old 08-05-2013
Quote:
Originally Posted by tapan8984
...
I am not able to access an oracle table even if the table is present. After initial analysis, found that there is a password warning for the specified oracle user. Can you please help me in ignoring the password expiry and access the oracle table ? ...
If your password has expired, you will have to talk to your Oracle DBA to reset it. You may also want them to set the password life time limit.

If your password is about to expire and you see a warning regarding that, then you'll have to change the password. You can do it yourself if your database user has the "alter user" system privilege.
# 3  
Old 08-06-2013
Hi,
Thanks for the reply. My query is how to ignore the password expiry warning message and access the oracle table using unix. Currently, I am unable to access the oracle table using unix as there is a warning message of password expiry.

May be my earlier message content was bit unclear, let me be more concise. Can we access an oracle table using unix, when there is a warning for password expiry in the db. Password has not expired yet.

I can update the password and access, that's correct.
# 4  
Old 08-06-2013
Quote:
Originally Posted by tapan8984
...
My query is how to ignore the password expiry warning message and access the oracle table using unix. Currently, I am unable to access the oracle table using unix as there is a warning message of password expiry.

May be my earlier message content was bit unclear, let me be more concise. Can we access an oracle table using unix, when there is a warning for password expiry in the db. Password has not expired yet.
...
Fair enough, let me be more concise as well.
Can we access the Oracle table? - yes we can if we have the right client, no we cannot if we have the wrong client.

An example of the right client is sqlplus - the command-line client shipped with Oracle. It displays and bypasses this warning and lands you to the SQL prompt.

An example of the wrong client is sqlldr - it does not load data if that warning is encountered.

Most likely, your client happens to the wrong one.
# 5  
Old 08-07-2013
Can the DBA remove the password expiry warning for the affected account, i.e. set it to zero days?

Just a quick thought.


Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Password expiry report

Hi All, I want to write a script that will send the alert when linux server password expiry for user 'x' is less than 12 days. I have written the below script but this is not working for expiry date 04 july script;- P_EXPIRY_DATE=`chage -l msdp| grep 'Password expires' | awk ' {... (2 Replies)
Discussion started by: abhigrkist
2 Replies

2. Shell Programming and Scripting

Scripted change of Oracle password on expiry

Hi All, I want to write a shell script to change the password on list of database servers, please guide me how do I achieve this. Please see below sample, how it is asking while manually changing the password, sqlplus test@oracle SQL*Plus: Release 9.2.0.2.0 - Production on Thu Jun 16... (4 Replies)
Discussion started by: gr8_usk
4 Replies

3. Solaris

disable password expiry

Hi How do i disable password expiration on ldap? It runs on Solaris 10 machine. Thanks in advance. (3 Replies)
Discussion started by: hrist
3 Replies

4. Shell Programming and Scripting

password expiry notification

Hi, Could someone please let me know how to write script for passwd expiry notification on salaries boxes. Regards Dnyan (1 Reply)
Discussion started by: dnyan
1 Replies

5. UNIX and Linux Applications

Accessing Oracle via encrypted password

Actually in my application there is an XML file. The password and the user name for the database that I need to access the development box is stored there. But using some UNIX command I am able to access the raw content of the file and not the decrypted code for that password. When I am applying... (3 Replies)
Discussion started by: nandumishra
3 Replies

6. Solaris

SSH Password-less login fails on password expiry.

Hi Gurus I have a few Sol 5.9 servers and i have enabled password less authentication between them for my user ID. Often i have found that when my password has expired,the login fails. Resetting my password reenables the keys. Do i need to do something to avoid this scenario or is this... (2 Replies)
Discussion started by: Renjesh
2 Replies

7. Solaris

Notification of password expiry.

Hi, Is there any way of sending an email to a number of users indicating that the passwords of user accounts will expire? Currently we have a test server with a number of oracle test accounts on it. Each of these accounts correspond to an instance of Oracle on the server. These... (2 Replies)
Discussion started by: sparcman
2 Replies

8. Solaris

Notification of password expiry.

Hi, Is there any way of sending an email to a number of users indicating that the passwords of user accounts will expire? Currently we have a test server with a number of oracle test accounts on it. Each of these accounts correspond to an instance of Oracle on the server. These... (2 Replies)
Discussion started by: sparcman
2 Replies

9. UNIX and Linux Applications

How to encrypt oracle password table ?

Hi Oracle & Unix expert, Could you tell me how to encrypt oracle table ? Thanks. (1 Reply)
Discussion started by: olaris
1 Replies

10. UNIX for Advanced & Expert Users

password expiry

Hi, under SUN Unix, in which file the expiry date of a user password is indicated ? Many thanks. (2 Replies)
Discussion started by: big123456
2 Replies
Login or Register to Ask a Question