据国外媒体报道,Google日前在其公司总部举办的开发者会议上披露了数项App Engine新功能,其中最主要的一项新功能是增添对java编程语言的支持。Google一年前发布了用于开发、托管网络应用软件的App Engine环境。 与Amazon Web Services相比,App Engine尚显稚嫩。Google宣布支持java编程语言也在预料之中,如果App Engine要与Amazon和微软尚在开发阶段的Windows azure相抗衡,就必须向所有编程语言开放。 如有必要,开发...
by java20080 - Java - 2009-04-13 12:14:31 阅读(1404) 回复(3)
I have create a role as following steps: 1, create role query_role 2, grant select on table1 to query_role 3, grant query_role to user1 4, revoke all on table1 from public 5, set role query_role Login in using user1: select * from table1; error: no SELECT permission set role query_role the select statment worked I don't want to set role every time after login in. How can i do? Thank:roll:...
create user lyp identified by lyp default role dba 说default role子句对create user无效果,书上明明也是这样做的嘛
我创建一个角色doctor_role,将其授予一个用户,再做set role doctor_role on,但显示:SET role fails. The caller is not granted with the specified role. Please contact a user with System Security Officer (SSO) role for help. 有谁个仁兄知道?
我这里有一份临时的工作,工作时间为2-3个月,工作地点在上海南京西路这里,环境不错交通方便高级商务区。 要求:2年以上工作经验,技术要求为:VB或java或.NET。 待遇:300元每天(根据情况,能力强的待遇还可以略高) 有意向的,请速EMAIL给我或打电话给我(Catherine.huang)。 E-mail:Catherine.huang@dacare.com TEL:021-6351 4362/4363-8020 FAX:021-6351 4370
刚才生产系统突然变慢,用sp_who查看后,发现110进程锁住了其他几个进程,而且110进程本身也不太对,现象如下: 110 13 runnable dbmis dbmis 0 databasea worker PROCESS 110 15 runnable dbmis dbmis 0 databasea worker PROCESS 110 16 runnable dbmis dbmis 0 ...
在unzip solaris-8139(105).zip后得到三个文件,用filemanager双击运行install,怎么是打开一个文本文件??? 运行install,得到: bash-2.03# install usage: install [options] file [dir1 ...] ??? 到底该怎么执行install才能安装8139驱动???