RCV: Permission denied



RCV: Permission denied
Communication error with the OPMN server local port.

Solution:-

Check permission-


[applmgr@oracle scripts]$ ps -ef|grep 'opmn -d'|grep -v 'grep'
 


/oracle/R12/VIS/apps/tech_st/10.1.2/forms/em
 /oracle/R12/VIS/inst/apps/VIS_oracle/logs/ora/10.1.3
[root@oracle 10.1.3]# ll
total 20
drwxr-xr-x 2 applmgr dba 4096 May 12 23:24 Apache
drwxr-xr-x 2 applmgr dba 4096 May  5 01:52 install
drwxr-xr-x 5 applmgr dba 4096 May  5 03:18 j2ee
drwxr-xr-x 3 applmgr dba 4096 May  5 03:18 javacache
drwxr-xr-x 5 applmgr dba 4096 May 13 00:00 opmn


No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...