1、得到一个用户下的所有表,索引,存储过程,函数的ddl SELECT DBMS_METADATA.GET_DDL(U.OBJECT_TYPE, u.object_name) FROM USER_OBJECTS u where U.OBJECT_TYPE IN ('TABLE','INDEX','PROCEDURE','FUNCTION‘); 2、得到所有表空间的ddl语句 SELECT DBMS_METADATA.GET_DDL('TABLESPACE', TS.tablespace_name)...
类型和名称,将ddl For cursor循环嵌套在显式cursor循环中,并使用replace(或concatinations或两者)为对...
If the Oracle8i/9i database instance is inactive, Warehouse Builder will display a connection error message. The Warehouse Builder console opens and displays the contents of the repository in the navigation tree. If this is a newly created repository, the default project MY_PROJECT displays. Figur...
Incorrect or inconsistent handling of the warehouse ID in various methods, especially when modifying common job properties and managing task slots. You can modify the code like this: private void modifyCommonJobProperties(Map<String, String> jobProperties) throws DdlException { // Some properties wil...
TRANSFORM VARCHAR2 IN Y 其详细参数如下: l OBJECT_TYPE 需要返回原数据的DDL语句的对象类型 l NAME 对象名称 l SCHEMA 对象所在的SCHEMA,默认为当前用户所在所SCHEMA l VERSION 对象原数据的版本 l MODEL 原数据的类型默认为ORACLE l TRANSFORM 默认值为DDL ...