ChinaUnix.net
相关文章推荐:

oracle 参数类型冲突 sql type 2002

请问我想在sql下优化oracle的SGA参数 应该用什么命令 能给你个示范么

by 牙齿晒太阳 - Oracle - 2004-09-06 14:59:11 阅读(535) 回复(0)

相关讨论

想要在Shell中输入表的名称,然后从oracle数据库中将该表的数据导出到文件中,请问如何实现?能将shell中的表名传到sql语句中吗?

by langaixue - Shell - 2009-02-04 16:53:10 阅读(1702) 回复(5)

oracle, proc c, unix,游标动态sql语句,表名和字段名都是参数.(c语言, 不是存储过程) 网上没有搜索到好的答案,希望这里能够有人指点.关系两个同事考核,呵呵.谢谢.

by liVer1234 - Oracle - 2011-09-28 09:17:11 阅读(5761) 回复(6)

oracle9i想增加sql查询的速度,不知道改那个参数? 是init.ora中的那个参数呢? 谢谢!

by fromyantai - Oracle - 2006-03-22 13:51:31 阅读(1137) 回复(4)

一:关于含有REF类型对象的sql语句在oracle与Java中的互换执行问题: 我在oracle里面的执行语句如下: declare mdCharRef ref metadatasys.CHARSETCODEtype; begin select ref(csc) into mdCharRef from "METADATASYS"."CHARSETCODE" csc where name='Unicode字符集'; insert into metadatasys.MdRefInfoTab (mdChar) values(mdCharRef); commit; end; 注:1.mdChar的声明是:mdChar ref CHARSETCODEtype 2. CHAR...

by yjw1018 - Oracle - 2006-05-10 22:56:13 阅读(834) 回复(1)

我用char[7]来取数据,是乱码,也无法把取出的数去insert进表中。不知道该如何处理,哪位高人教我。

by zhoumj - C/C++ - 2004-04-06 14:11:33 阅读(1408) 回复(4)

Description of Data Content Typical Filename Extensions MIME type/subtype Text and Text-Related types HTML text data (RFC 1866) html htm text/html Plain text: documents; program listings txt c c++ pl cc h text/plain Richtext (obsolete - replaced by text/enriched) text/richtext Structure enhanced text (etx?) text/x-setext Enriched text markup (RFC 1896) text/enriched Tab-separ...

by ouxingzhi - php文档中心 - 2009-07-04 15:36:24 阅读(989) 回复(0)

root@zoomtech # vxdisk list DEVICE type DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t8d0s2 auto:none - - online invalid c0t9d0s2 auto:cdsdisk - - online c0t10d0s2 auto:cdsdisk disk02 rootdg online c0t11d0s2 auto:cds...

by webber121 - Solaris - 2007-08-17 13:16:37 阅读(1364) 回复(0)

我想在pl/sql语句块中调用一个存储过程,这个存储过程带long raw类型参数,我定义一个long raw的变量,怎么初始化这个变量呢,才能调用这个过程?请指教。 //------------- procedure aaa( ****,intNum integer, long raw [in ] ) .... //------------- declare num integer; testlongr long raw; begin num:= 10; ????? aaa(***,num,testlongr); end;

by cugdxp - Oracle - 2005-02-03 14:30:03 阅读(1255) 回复(0)

我在单位写了一个后台数据库建表语句,用的是mysql,需要表之间的约束,但是上次 征询中文编码支持时,在每个表之后被要求添加一句"type=myisam default character set utf8"让这个表支持UTF-8的字符集,但是前面的"type=myisam"却让每个表之间的约束失去了约束力,即让被约束的表可以先行被删除,去掉这个语句后约束又生效了. 请问"type=myisam"起什么作用,有多少类型type,分别起什么作用?????? 谢谢 !!!!!!

by bbsskyhorse - MySQL - 2007-08-24 10:35:13 阅读(1695) 回复(6)

我知道getopts可以处理像command -r -l -c这种格式的命令, 但是如何处理commnd -fresh -type arg这种命令的参数呢, 该如何写呢,多谢! 其实我想是通过getopts来解析命令参数,我知道怎么处理 command -r -l -c像这种的, while getopts rlc opt do case $opt in r) rflag=1;; l) lflag=1;; c) cflag=1;; *) Usage; exit 1;; esac done 但是如果是commnd -fresh -type arg,这种格式,如何解析参数呢? [ 本帖最后由 le...

by lengyuecau - Shell - 2008-11-18 11:14:15 阅读(1265) 回复(6)