oracle directory permssions and listener 2004-10-12 - By Mohammad N. Tina
Hi, I have oracle 9i on suse8.2, i am trying to acces my data through listener but i got the following error ORA-00604 (See ORA-00604.ora-code.com): error occurred at recursive SQL level 1 ORA-01116 (See ORA-01116.ora-code.com): error in opening database file 1 ORA-01110 (See ORA-01110.ora-code.com): data file 1: '/home/asy/rdbms/ASYDB/sys01ASYDB.dbf' ORA-27041 (See ORA-27041.ora-code.com): unable to open file Linux Error: 13: Permission denied Additional information: 3 i configured my listern thorugh oracle netmgr, i aslo configured TNS , but the test did not work.?? should i change my oracle directory permission? below is my listener # Generated by Oracle configuration tools. LISTENER = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = sun.asycuda.ps)(PORT = 1521)) ) SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (GLOBAL_DBNAME = ASYDB) (ORACLE_HOME = /home/oracle) (SID_NAME = ASYDB) ) ) TRACE_LEVEL_LISTENER = admin -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ -- ---- ---- ---- ---- ---- tns file below # Generated by Oracle configuration tools. ASY1 = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = sun.asycuda.ps)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ASYDB) (INSTANCE_NAME = ASYDB) ) ) ~ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ -- ---- ---- ---- ---- ---- thanks guys
-- ---- ---- ---- ---- ---- ----- Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard.
|
|