Permission denied message for parent directory

Hi All,

I have an issue that's eating my head for few days. I would appreciate if anyone could help me out in this to resolve this.

In Solaris 8 container I am facing the below issue.

As oracle user when I do ls -l in /dboracle mountpoint getting permission denied error messages.

$ ls -la
./..: Permission denied
total 8
drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .
drwxrwxr-x 6 oracle dba 1024 Jan 30 15:36 admin
drwxrwxr-x 2 oracle dba 96 Jan 27 15:28 lost+found
drwxrwxr-x 6 oracle dba 96 Feb 18 06:23 orabase
drwxrwxr-x 6 oracle dba 1024 Feb 17 14:07 oracle
drwxr-xr-x 5 oracle dba 1024 Feb 18 11:50 software
drwxrwxr-x 3 oracle dba 96 Jan 2 06:01 tools
$ id
uid=1000047(oracle) gid=90(dba)
$ pwd
/dboracle
$ ls -ld
drwxrwx--- 8 oracle dba 1024 Feb 18 16:14 .

Thanks
Sreerag

cd /
ls -ld dboracle
ls -ld /

What does this show you? ./.. as I see it is / : the root directory.

check your permissions for /dboracle directory first

ITs working fine now...
we changed the dboracle permition to 777 and its working fine now :)...

Thanks for the replies....