ChinaUnix.net
相关文章推荐:

dblink ORA00942 table or view does not exist

我用系统DBA认证方式,即“connect / as sysdba”创建了数据库和表还有procedure,然后又创建了一个有“select any table, create session”权限的用户,可是用此用户“connect userid/userpwd”登陆数据库后,检索不到任何表,任何检索已在“as sysdba”下建立起来的表,都会被返回“ora-00942: table or view does not exist”的错误。而用“connect userid/userpwd as sysdba”连接数据库,却可以检索到表。 我现在需要解决的问...

by zhangpu - Oracle - 2005-10-08 09:48:29 阅读(8898) 回复(3)

相关讨论

还有一个错误就是在安装的过成中出现如下的错误: ora_27101:shared memory realm does not exist. 请问我该如何来处理。 谢谢了

by zhouxm_001 - 其他UNIX - 2003-12-10 17:10:19 阅读(1008) 回复(0)

还有一个错误就是在安装的过成中出现如下的错误: ora_27101:shared memory realm does not exist. 请问我该如何来处理。 谢谢了

by zhouxm_001 - Oracle - 2003-12-17 09:33:52 阅读(3713) 回复(4)

ora-27101: shared memory realm does not exist SQL*Plus: Release 9.2.0.1.0 - Production on Wed Aug 13 18:49:01 2003 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. Enter user-name: system Enter password: ERROR: ora-01034: oraCLE not available ora-27101: shared memory realm does not exist Linux Error: 2: No such file or directory

by text2002 - Oracle - 2003-12-04 10:27:27 阅读(2462) 回复(5)

SQL*Plus: Release 9.2.0.1.0 - Production on Wed Aug 13 18:49:01 2003 Copyright (c) 1982, 2002, oracle Corporation. All rights reserved. Enter user-name: system Enter password: ERROR: ora-01034: oraCLE not available ora-27101: shared memory realm does not exist Linux Error: 2: No such file or directory

by text2002 - Linux论坛 - 2003-08-14 07:57:38 阅读(586) 回复(1)

[Thu Jul 26 12:54:56 2007] [error] [client 221.237.179.224] File does not exist: /usr/local/www/apache22/data/uri-res [Thu Jul 26 12:55:00 2007] [error] [client 221.237.179.224] File does not exist: /usr/local/www/apache22/data/uri-res [Thu Jul 26 12:55:12 2007] [error] [client 60.189.105.191] File does not exist: /usr/local/www/apache22/data/uri-res [Thu Jul 26 12:55:18 2007] [error] [client 58.2...

by 团长 - BSD - 2007-08-21 09:22:12 阅读(2625) 回复(1)

Hello! Can somebody please help? Maybe it's nothing that serious, but I have no idea what the problem can be. (ASE-12.5 on Redhat 9.0) After attempting to create an Adaptive Server, using the srvbuild utility, the following message comes out: Unable to boot Adaptive Server 'xxx' because the master device (/opt/sybase-12.5/dbdev/master/master.dat) does not exist. Server 'xxx' was not created. Th...

by redfoxxfs - Sybase - 2003-10-21 10:27:53 阅读(1175) 回复(1)

我的数据库ora10g for linux停机后,重启启动正常,但应用程序联入数据库时失败报以下错: Caused by: java.sql.SQLException: ora-01034: oraCLE not available ora-27101: shared memory realm does not exist Linux Error: 2: No such file or directory 查询数据库是正常的已启动: SQL> select status from v$instance; STATUS ------------ OPEN SQL> 通过仔细回想最近对数据库作了什么操作,仅修改过profile呀。原prof...

by redwaves - Oracle - 2009-03-24 12:40:03 阅读(2666) 回复(0)

我需要做一个lv做dd 清空操作,我用到了: dd if=/dev/zero of=/dev/rdatalv_01 bs=1024k 提示: There is a request to a device or address that does not exist. 130+0 records in. 128+0 records out. 是全部清空吗?为什么两个不等呀?这个报错要紧吗? 大家一般指定bs 为多大?bs 的大小一定要lv 除尽吗?不然是不是会出现这种问题? 注这是big vg,没有偏移...

by tomasfly88 - AIX - 2008-09-17 23:08:40 阅读(4728) 回复(5)

在log文件里面发现有 File does not exist: 那么就是说有人访问了不存在的文件,请问各位大哥怎么才可以让apache不接受这类请求呢?多谢赐教

by peterxuxu - 服务器应用 - 2004-08-15 18:39:02 阅读(1493) 回复(4)

I wish to know which one will be better in term of the performance by using summary table and view. If possible, pls share your opinion with me by using these 2 types of table and view. Thanks

by toms1981 - DB2 - 2004-07-12 11:33:03 阅读(1029) 回复(1)