... --Oracle中的权限分为两类,即系统权限和对象权限。 CREATE SESSION --连接到数据库上 CREATE SEQUENCE --创建序列。序列是一系列数字,通常用来自动填充主键列。 ...
基于28个网页-相关网页
这两个脚本都会连接到数据库上,并检索一行数据,并将该行输出到屏幕上。
Each script connects to the database, retrieves a row of data, and outputs that row to the screen.
每个数据库都有一个数据库堆,数据库管理器使用它来代表连接到数据库上的所有应用程序。
There is one database heap per database, and the database manager USES it on behalf of all applications connected to the database.
接下来,修改owneraction类中的execute方法,使其连接到数据库上(参见清单8)。
Next, modify the execute method in the OwnerAction class to connect to the database (refer to Listing 8).
应用推荐