Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Using Quest Central
Alan wrote:
> You need to contact whoever installed Quest at your site. During the
> install, you are prompted for an account (that has DBA privs) and password
> that will be used for Quest. The default account is "Quest" (which can be
> changed), and the password can be anything. You are getting that error
> because you are not logging into Quest with the correct account.
>
> "Jim" <jim_at_nomail.com> wrote in message
> news:4135f15a$0$20251$ed9e5944_at_reading.news.pipex.net...
>
>>I have a problem using Spotlight for Oracle - I have an Oracle 817 db and
>>trying to use Spotlight For Oracle, but whenever I set up a new connection
>>get error: >> >>ORA-06553: PLS-213: package STANDARD not accessible in table >> >>Can anyone point me in the right direction? >> >>Also, what is a dba default account and password? I cannot use sys or >>internal or system for the above. >> >>Thanks
So Jim if you can't get the answer try this:
SELECT username FROM dba_users WHERE username LIKE '%Q%';
see if it is there and if it is then follow up with:
ALTER USER <username> IDENTIFIED BY <new_password>;
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Wed Sep 01 2004 - 23:25:46 CDT
![]() |
![]() |