1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
diengsallah@diengsallah-laptop:~$ sudo su
root@diengsallah-laptop:/home/diengsallah# chmod 6751 /home/diengsallah/
root@diengsallah-laptop:/home/diengsallah# sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Apr 16 11:24:46 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ERROR:
ORA-09925: Unable to create audit trail file
Linux Error: 13: Permission denied
Additional information: 9925
ORA-01031: insufficient privileges
Enter user-name: system
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied |