oracle10g
-
Packages can be used in Oracle10g to group a set of procedures or functions .
在Oracle10g中可以使用包对过程或函数进行分组。
-
DB2 z / OS9.1 does not support collections like Oracle10g does .
与Oracle10g不同,DB2z/OS9.1不支持集合。
-
The following table gives a brief overview of Oracle10g data types and their DB2 z / OS9.1 equivalents .
下表给出Oracle10g数据类型和相应的DB2z/OS9.1数据类型的概况。
-
This mapping can be used while converting table creation scripts from Oracle10g to DB2 z / OS9.1 .
在把表创建脚本从Oracle10g转换到DB2z/OS9.1时可以使用这些映射。
-
This article is a result of experience gained from a specific case of migration from Oracle10g to DB2 z / OS9.1 database .
本文源自在一个Oracle10g到DB2z/OS9.1数据库迁移项目中获得的经验。
-
GRANT and REVOKE statement syntax is different for sequences , procedures and functions in Oracle10g and DB2 z / OS9.1 .
对于Oracle10g和DB2z/OS9.1中的序列、过程和函数,GRANT和REVOKE语句的语法不一样。
-
When a UNIQUE index is created on a column in Oracle10g , it ensures that the NOT NULL values entered in that column are unique .
当在Oracle10g中的列上创建UNIQUE索引时,会确保此列中输入的NOTNULL值是惟一的。
-
Oracle10g came with some improvements to manage XML documents ; for example , changes in schema can be dynamically reflected by mapping existing data without the need to re-import .
Oracle11g为管理XML文档提供了一些改进;例如,通过映射已有的数据,可以动态地反映模式的更改,而不必重新导入。
-
If in Oracle10g , such columns are declared to be of data type NUMBER ( 38 ), then corresponding data type in DB2 is DECFLOAT ( 34 ) .
如果在Oracle10g中这些列声明为数据类型NUMBER(38),那么在DB2中相应的数据类型是DECFLOAT(34)。
-
Gridview , a monitoring and visualization tool being developed to provide a high level view of various functional aspects of the LCG ( based on Java , PHP and Oracle10g ) .
一个监控和可视化工具,为LCG的诸多方面的功能提供高层次的视图(基于Java,PHP和Oracle10g)
-
This article describes specific issues that were faced during an Oracle10g to DB2 z / OS9.1 migration , and workarounds are shown to help you circumvent these issues .
本文讨论了在Oracle10g到DB2z/OS9.1迁移期间面对的问题,给出了帮助解决这些问题的方法。
-
In Oracle10g , COMMIT does not close the cursors , but in DB2 z / OS9.1 , COMMIT closes all open cursors .
在Oracle10g中,COMMIT并不关闭游标;但是在DB2z/OS9.1中,COMMIT关闭所有打开的游标。
-
On Oracle10g , Profiles and Activities data are stored in separate database instances , while Blogs , Communities , and Dogear data are stored in separate tables that share a single database instance .
而在Oracle10g上,Profiles和Activities数据都存储在独立数据库实例中,Blogs、Communities和Dogear数据都存储在共享单个数据库实例的独立表中。
-
In Oracle10g , if there is a BEFORE INSERT TRIGGER and a NOT NULL constraint on a table , then the BEFORE TRIGGER is executed first , and then the constraint check is performed .
在Oracle10g中,如果表上同时存在BEFOREINSERT触发器和NOTNULL约束,那么先执行BEFORE触发器,然后执行约束检查。