ChinaUnix.net
相关文章推荐:

archlinux switchroot failed to execute sbininit

Reading data from NAND FLASH without ECC is not recommended VFS: Mounted root (cramfs filesystem) readonly. Mounted devfs on /dev Freeing init memory: 92K failed to execute /linuxrc. Attempting defaults... Kernel panic - not syncing: No init found. Try passing init= option to kernel. 移植了内核2.6.14.1 自己制作了文件系统cramfs, #touch linuxrc #chmod 777 linuxrc #ls -al -rwxrwxrwx 1 502 root...

by antione - 内核/嵌入技术 - 2006-08-17 15:08:15 阅读(4273) 回复(5)

相关讨论

不知道大家在archlinux中装好了NVIDIA的驱动的吗? 我就只在他里面装不好,郁闷! :em20: :em10:

by leoyew - Linux论坛 - 2004-10-07 17:31:15 阅读(628) 回复(0)

googel和百度都没结果啊, 请问各位高人有没有遇过这种情况, 先谢了.

by lastexile - Perl - 2008-02-28 18:16:39 阅读(2388) 回复(2)

执行一个snmpget命令,提示: root# ./snmpget bash: ./snmpget: cannot execute binary file root # 没明白啥问题,谢谢执教。

by wdy2168 - Solaris - 2008-08-04 17:04:39 阅读(1937) 回复(1)

[root@test src]# g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -Wall -c fbgetch.cc -o fbgetch.o [root@test src]# gdb fbgetch.o GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the...

by liang_li_yun - C/C++ - 2007-11-22 16:45:36 阅读(2006) 回复(5)

select execute_state into pro_result from dw_procedure_state where procedure_id=19; if pro_result <>2 then raise PRO_MISC_SERVICE_MON_ERR; end if; 这个exception如何处理PRO_MISC_SERVICE_MON_ERR;

by dingjsblog - Oracle - 2007-07-09 12:03:42 阅读(1350) 回复(0)

sqlstr:='create table aa(name varchar(10)); execute immediate 'insert into bb values(sqlstr)'; 能行吗? 假设bb表也只有一个字段strsql varchar(1000)类型的

by cxmzy - Oracle - 2007-01-09 10:16:37 阅读(858) 回复(0)

SQL:SELECT F1 INTO :V_F1 FROM TAB1 在C中使用execute immediate,该如何写? sprintf(buf,"select F1 from tab1"); execute immediate :buf ......

by kmyangyl - Oracle - 2006-11-08 15:51:31 阅读(854) 回复(0)

PACKAGE名为PKG_JB_NB1 我想用execute运行其中的一个PROCEDURE,名为GP_JB_NB1 参数有三个 第一个是传入的,我要传入空值 第二个也是传入的,也是要传入空值 第三个是接收返回值用的. 我想用execute运行,应该怎么写?返回值的部分要填什么呢? 请教各位大侠了!!

by yinbas - Oracle - 2006-02-10 13:33:47 阅读(875) 回复(1)

HPUX PA8800 oracle 902 I have copied the oracle installation media to the disk,but when I run the "runInstaller " ,it's reported permission denied! why? See the following message! $ uname -a HP-UX tjsoo B.11.11 U 9000/800 764018530 unlimited-user license $ id uid=1001(oracle) gid=1001(dba) $ ll total 20 drwxr-x--- 6 oracle dba 1024 Dec 7 14:07 doc -rw-r----- 1 oracle ...

by goldeneye - Oracle - 2008-11-11 17:27:10 阅读(14182) 回复(16)