Here is my SQL: drop table archive_search_41; drop sequence archive_search_seq_41; create or replace procedure sequence_create as tabname varchar2(100); my_sql varchar2(1000); begin select max(company_id) into tabname from company_tab; my_sql := N'create table archive_search_'||tabname||'( Email_serial int primary key, company_id int, group_id int )'; Execute immediate my_sql; my_sql := N'c...
by schrosource1 - Oracle - 2005-12-02 02:46:39 阅读(1982) 回复(2)
小弟在安装一块软件时提示一下错误: qingyun@linux-q3ij:~/Desktop/myget-0.1.0> ./configue bash: ./configue: 没有那个文件或目录 qingyun@linux-q3ij:~/Desktop/myget-0.1.0> ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-spe...
刚装完MQ6。0。在SUSE LINUX 10。1下。 crtmqm -lc -lf 16384 -lp 25 -ls 5 -q QMCIS 执行这个命令就提示标题的错误!
error occurred during initialization of VM
java.lang.NoSuchMethoderror: Method java.lang.System.nanoTime()J name or signature does not match
at java.lang.System.registerNatives(Native Method)
at java.lang.System.
[an error occurred while processing this directive] 服务器出现这个是什么原因? 今天看到一个网站突然出现这个
一台PC机安装的AHA2940U2W的卡,装有一块73GUTR320希捷盘,后按用户要求又添加了3块73GU320的迈拓盘,ID分别为0(希捷-系统盘)2 4 12,安装设置好,启动进系统OK,一切顺利,关机再开结果出现“A Disk Read error occurred. Press Ctrl+alt+del ”因小弟首次安装SCSI,对此不是很了解,于是换了一们盘位,没再出现此错误提示,但结果2000系统启动不起来,再换回又出现此错误提示,如此折腾几次仍旧是此错误。没办法,修复了一下系...
小弟初写带Subfile的RPG 程序,遇到一个问题: 在不停按PageDown键时,屏幕内容也更新,但一定次数后,会报如下错误 Message . . . . : Permanent I/O error occurred (C G S D F). Cause . . . . . : The RPG program PGM000R in library CEPGM at statement 240 detected a permanent (not recoverable) file, session, or device error. The session, device and/or program has been stopped. Exami...