Operating System - HP-UX
1752402 Members
6036 Online
108788 Solutions
New Discussion юеВ

Re: Problem while connecting as INTERNAL....

 
SOLVED
Go to solution
Rajkumar_3
Regular Advisor

Problem while connecting as INTERNAL....

Hai All ,

I am facing a problem while connecting as Oracle INTERNAL user...Its asking the Password...
Previously i used to connect without password only
This user is having DBA group and in the profile PATH and every thing is set.Still its giving a problem...

Error:
-------
SVRMGR> connect internal
Password:
ORA-09925: Unable to create audit trail file
HP-UX Error: 13: Permission denied
Additional information: 9925
SVRMGR>

Would appreciate if any one can give me a solution...

Regards
Rajkuma
Oracle DBA
5 REPLIES 5
James Beamish-White
Trusted Contributor

Re: Problem while connecting as INTERNAL....

I have had the same problem before. (Sounds of shuffling through memory).

Have you changed the group ownership on the oracle files since install? I had the same problem when I tried that - you have to change a parameter setting in oracle at the same time to keep using connect internal without a password.

Cheers,
James
GARDENOFEDEN> create light
T G Manikandan
Honored Contributor

Re: Problem while connecting as INTERNAL....

Hello,
set your ORACLE_SID.
Then use
svrmgrl
svrmgr>connect internal

Thanks
T G Manikandan
Honored Contributor
Solution

Re: Problem while connecting as INTERNAL....

Hello,
You have enabled
audit_trial=true
in your init.ora file located in the

$ORACLE_HOME/dbs directory.
Just check whether you have a proper destination for the audit trial files.
audit_file_dest=??
These audit trial files get created in the
$ORACLE_HOME/rdbms/audit directory

Just check for the permissions of the dir.
chmod 4755 $ORACLE_HOME/rdbms/audit.
Just also check oracle user is the owner of the directory with DBA group.

Deepak Extross
Honored Contributor

Re: Problem while connecting as INTERNAL....

Rajkumar_3
Regular Advisor

Re: Problem while connecting as INTERNAL....

Hai all,

Fantastic ,It solved my problem..Thank you very much for your shift repsonces..

Raj
Oracle DBA