转载的地址没记下来......
报错: ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
以下是介绍:
没写具体的解决方法阅读全文>
发表于 @ 2007年04月24日 09:13:00|评论(loading...)|编辑|收藏
Exception in thread "main" java.sql.SQLException: Invalid character encountered in: failAL32UTF8Conv阅读全文>
发表于 @ 2007年03月29日 15:39:00|评论(loading...)|编辑|收藏
转载地址: http://www.bitscn.com/oracle/exploiture/200611/82321_5.html
要注意两点:C:\Documents and Settings\Acer>imp test/test@144 file=d:\
hello.dmp log=dbuser1.log fromuser=test touser=test tables=DS_W_VISIT
_LOG_DAY,DS_KEY_DAY_STREAM ignore=y
1.导入导出时需要加一个监听器@144,
2.要给已存在的表插入数据需要加一个ignore=y
阅读全文>
发表于 @ 2007年03月26日 12:42:00|评论(loading...)|编辑|收藏
在插入一些字符串时发现出现要求输入变量值的对话框,如下的语句执行会出现
要求输入cid和esid的值....最后发现是字符&搞的鬼。&出现在字符串里时需要
转义才能插入,不然plsql会把&后的某些字符当成变量。阅读全文>
发表于 @ 2007年02月27日 15:32:00|评论(loading...)|编辑|收藏