新手请教: 我先建立UNIX OS account "tm01", 之后用 dbaccess 运行: grant connect to tm01; 现在,用户要去掉这个account, 我下面的步骤是否对: 1)用 dbaccess 运行: revoke connect from tm01; 2)再去掉 UNIX OS account "tm01" thanks!
by janson_999 - Informix - 2007-05-18 12:35:51 阅读(1927) 回复(5)
I'm using Sendmail, RedHat linux.. and I want to know where is the qmail config files. Thank you.
修改密码以那个命令为准呢? 如果我用了 alter user SYS identified by "123" 来修改 又用了 orapwd 来修改 那么密码究竟是以哪个命令修改为准呢?:em14:
在 9i 里面可以 alter user 的语法。 但,7.1.3 里不能使用。由于,有比较多的用户,修改 profile 工作量比较大。 请问,如何在 7.1.3 使用 alter user ? 还是这个语法还不支持? 请明晰。谢谢。
SQL> connect sys/oracle as sysdba Connected. SQL> con scott/tiger SP2-0734: unknown command beginning "con scott/..." - rest of line ignored. SQL> conn scott/tiger ERROR: ORA-01033: ORACLE initialization or shutdown in progress Warning: You are no longer connected to ORACLE. SQL> 我的操作系统是debian的,ORACLE版本是10.2.01的,请问应该怎样去连上scott/tiger啊。谢谢