Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: was (RE: SGADEF file?) is How to best detect database health
Authentication happens prior to some other checks.
If the database is in restricted mode, the non-existent user login will still return a ORA-1017, even though real users will be unable to logon to the database.
Other problems (archive space full, etc) may cause this as well, though I have not tested them.
Jared
On 8/29/06, Tim Gorman <tim_at_evdbt.com> wrote:
>
> Far safer than connecting as a non-privileged user is attempting to
> connect as a non-existent user. If the database instance is up and
> running and working normally, you'll just get the ORA-01017 error
> ("username or password incorrect"), which is normal and expected. This
> tests IP connectivity, TNS Listener availability, instance
> availability/function/response, all without jeopardizing security. Or
> at least minimal jeopardy.
>
>
-- Jared Still Certifiable Oracle DBA and Part Time Perl Evangelist -- http://www.freelists.org/webpage/oracle-lReceived on Tue Aug 29 2006 - 12:57:47 CDT
![]() |
![]() |