Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Other than Oracle

user8604530Aug 26 2010 — edited Aug 26 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2010
Added on Aug 26 2010
4 comments
999 views