偶刚开始学oracle看到可以通过操作系统的用户登录oracle而不用输密码,可我试了半天也没有成功,不知为什么。 操作系统win2k,oracle版本9.2.0.1,客户端服务器在一台机器。 设置sqlnet.ora SQLNET.AUTHENTICATION_SERVICES=(TNS) init.ora remote_os_authent = true;os_authent_prefix=''; sqlplus下用system/manager登录oracle创建用户"orcl" create user orcl identified externally; grant connect to ...
by lby402 - Oracle - 2004-03-26 17:38:14 阅读(589) 回复(0)
我的计算机名为wanghost,装win2000系统,本地用户wangw,并已配置好连接连接服务名ptdb unix下的oracle(版本为9.2.0.1)已经修改init中的 REMOTE_OS_AUTHENT=TRUE os_authent_prefix = "" 并已重启oracle 之后创建oracle用户 create user "wanghost\wangw" identified externally; grant connect to "wanghost\wangw"; 之后我在windows下 sqlplus /nolog conn /@ptdb 结果显示 ERROR: ORA-01017: invalid use...
oracle装在win2003上。 客户端装在winXP上,并将服务器上的tnsnames.ora复制到本地 现在,客户端可以isqlplus访问服务器,Enterprise Manager Console耶可以登录管理数据库。 但SQL Plus却无法登录,都折腾好几天了,备受打击。 高手能指点一下吗?
linux刚装上10g,输入sqlplus后提示用户和密码,我用sys,system登录,用默认manager,change_on_install和安装时设置的密码都不行啊,提示TNS:net service name is incorrectly specified.我是新手,还请大侠讲讲oracle用户管理和环境变量的问题,搜索了很多还是一知半解的,谢谢!
系统中有两个普通用户:oracle 和test 且这两个用户同属于dba组 使用oracle用户的时候可以正常登陆 sqlplus sm/sm 或者 sqlplus sm/sm@air 都可以 在test用户下面出现这样的情况:sqlplus sm/sm@air 可以正常登陆 , 但是使用sqlplus sm/sm登陆的时候就不行,提示无法装入 libjox9.a这个文件 , 情况是 ,我的配置文件.profile 里面已经配置了这个lib文件的路径了/home/oracle/oracle92/lib, 而且检查了home/oracle/oracle9...
在 listener start,agentctl start,ocmctl start oms 的状况下,登录OMS报错: Incorrect login credential. 可是我在oemapp console中已经做了信任关系了。 苦恼,请各位大虾帮忙!!!!! :?: :?:
这是我大概的过程 在turbo linux7.1(root用户) groupadd iware groupadd dba useradd -g dba -d /home/oracle oracle useradd -g iware -G dba -d /usr/iware iware 用oracle用户登录linux系统,然后sys用户连接数据库创建了iware所需表空间,创建了iware用户并 Grant connect to iware Grant resouce to iware 用iware用户登录linux系统 [iware@abc iware]$ sqlplus /nolog SQL*Plus: Release 9.2.0.1.0 - Production on ...
oracle10G数据库,运行在Linux下,为模拟灾难恢复,将已经建好的库通过dbca进行了删除,删除后通过dbca又新建了一个库,建立完毕后,在登录时遇到这样的问题,请达人帮助一下: [oracle@server2 ~]$ sqlplus /nolog SQL*Plus: Release 10.2.0.1.0 - Production on Mon Sep 17 15:01:44 2007 Copyright (c) 1982, 2005, oracle. All rights reserved. SQL> conn /as sysdba ERROR: ORA-01031: insufficient privileges SQL> ...
系统:redhat9 oracle:oracle8.1.7 现象: [oracle@db2 oracle]$ sqlplus system/manager@bill817 SQL*Plus: Release 8.1.7.0.0 - Production on Wed Sep 28 10:40:34 2005 (c) Copyright 2000 oracle Corporation. All rights reserved. ERROR: ORA-12500: TNS:listener failed to start a dedicated server process Enter user-name: system Enter password: ERROR: ORA-01034: oracle not available ORA-27101: shared mem...