分三个步骤解决:
1.检查服务器编码:
执行SQL语法: select * from v$nls_parameters;
2.设置本地客户端编码:
进入 我的电脑,属性,高级,环境变量,添加2项:LANG=zh_CN.GBK 和 NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK"
注意:NLS_LANG是由步...
分类:
数据库 时间:
2014-11-11 12:49:32
阅读次数:
150
using MongoDB.Bson;using MongoDB.Driver;using MongoDB.Driver.Builders;using NationalUnion.AdGallery.Model;using NationalUnion.Common.Utility;using Sys...
分类:
数据库 时间:
2014-11-11 12:07:23
阅读次数:
327
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237
Key steps:1) Prepare a 1024x1024 png or jpeg file;2) Download fasticns utility to convert the icon to a icns file.(Which was not ready since apple req...
分类:
系统相关 时间:
2014-11-09 01:00:17
阅读次数:
511
Oracle在plsql中想要修改数据,有两种方式:a.使用rowid+点击锁图标,语句为:select t.*,rowid from T_BIC_PLY_MAIN t;b.使用for update,语句为:select t.* from T_BIC_PLY_MAIN t for update;b方...
分类:
数据库 时间:
2014-11-08 15:11:45
阅读次数:
246
在plsql中,打开Objects窗口找Sequences文件夹》你需要修改的Sequence选中你需要修改的sequence,右键edit(编辑)OK!
分类:
数据库 时间:
2014-11-08 15:03:58
阅读次数:
159
declarev_id tbl_regions.regions_id%type;beginfor v_i in 1..35 loopselect t.regions_id into v_id from tbl_regions t where t.regions_id=v_i;dbms_outpu.....
分类:
数据库 时间:
2014-11-07 18:40:17
阅读次数:
224
下面是两种登入方式的截图,用sqlplus登入需要输入主机字:
如果是用本机的SQL*Plus连接本机的数据库,则“主机字符串”可以为空。
如果是从远程连接xp的oracle数据库,可用如下方法
1、在windows服务启动oracle相关服务器;
2、在xp的命令行用“sqlplus /nolog”登录后以sysdba连接数据库("conn /as sysdba");
3、用“sele...
分类:
数据库 时间:
2014-11-07 17:08:35
阅读次数:
187
昨天的任务已经完成,但是大家分析后发现进度稍有些慢。今天各自都在调整进度,不再拖延别人的工作。今日任务:杨伊:做问卷调查,准备用户体验篇内容。徐钧鸿:把Xueba中Utility 向闸瓦移植张艺:完成用户管理黄可嵩:学习android基本技术,建立android项目进行初体验,建立搜索第一层构建徐方...
分类:
其他好文 时间:
2014-11-05 22:50:23
阅读次数:
195
最开始我以为是system用户被锁定了,但是解锁后仍然不可以登录。大神指导之后可以了,说是缺少监听器,解决过程如下:1.将“tnsnames.ora”和“listener.ora”两个文件里的“localhost”全部改为主机名称。 这两个文件的路径在安装oracle的E盘中“E:\app\U...
分类:
数据库 时间:
2014-11-05 12:51:26
阅读次数:
197