大侠们帮帮忙吧 在线等
SELECTsum(decode(TRANSACTION_CODE,'INVM-COIN',quantity,0))-sum(decode(TRANSACTION_CODE,'OESHIP',quantity,0))数量1FROMIFSAPP.INVENTORY_TRANSACTION_HIST2wherePART_NO='TAS-990F'andCONTRACTin('03
作者: lfchun26 发布时间: 11-24
这种语句有什么问题么?
insertintotestvalues((selectmax(t_id)+1fromtest),null,2,'s')
作者: csndcsnd01232 发布时间: 11-24
oracle 11g 启动报错 ora-01078
启动数据库时报如下错误:SQL>startupORA-01078:failureinprocessingsystemparametersLRM-00109:couldnotopenparameter这里是说找不到参数文件了pfile或者spfilefile'/orac/orahome/app/oracle/product/10.2.0/db_1/dbs/in
作者: fotqiuyun 发布时间: 11-24
存储过程
想从1.首先从test表里面取出一个字段name 2.student表里面根据test表已经取出的name与student表里面的name1匹配,最后取出student表里面的id 3.再根据test表里面的字段name与student表里面的name1相同把student表的id插入test表里面的oidproceduredf_id
作者: shper87298 发布时间: 11-24
emctl stop dbconsole出错!
如下提示:StoppingOracleEnterpriseManager10gDatabaseControl...---FailedtoshutdownDBConsoleGracefully---failed.网上说的基本上都是修改/etc/hosts文件,添加127.0.0.1localhost.localdomainlocalhost但我试过了,就是不行
作者: shelia_2008 发布时间: 11-21
关于dsn数据源的问题,请进
小弟想在管理工具下面的数据源(ODBC)中创建一个指向oracle某个数据库的数据源选择的是“MicrosoftODBCforOracle”点击“完成”,弹出如图所示的错误请教各位大哥,有没有办法解决呢,MicrosoftODBCforOracle驱动是不是要重新安装呢,我在网上找了好久,都没有发现有这个驱动,请大家指点
作者: aierda 发布时间: 11-24
存储过程的写法
declarecursoraaaisselect*froma因为有时候会timeout,如果timeout则declarecursoraaaisselect*frombforbbbinaaaloop......end;怎么实现?
作者: alextoby 发布时间: 11-24