Other than Oracle
Hi guys,
I need to connect from os as another user, other then oracle, when connected as oracle ... all good;
but when trying to connect as this demo user, getting this error, any idea what is the problem, as both of them (oracle & demo) has same id:
uid=1001(demo) gid=501(oinstall) groups=501(oinstall),502(dba)
uid=502(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),506(asmdba)
but when I'm running any query ... getting this error
SQL*Plus: Release 11.2.0.1.0 Production on Thu Aug 26 18:05:59 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> select name from v$database;
select name from v$database
*
ERROR at line 1:
ORA-00204: error in reading (block 1, # blocks 1) of control file
ORA-00202: control file: '+DATA/deprd/controlfile/current.302.728056381'
ORA-15081: failed to submit an I/O operation to a disk
SQL> exit