-
乱码一例
2008-08-07
一、环境:linux系统、oracle 数据库、C++应用1和2
在整个环境中存在3个字符集的设置
1、客户端应用字符集【UTF8】
2、客户端NLS_LANG参数【UTF8 | ZHS16GBK】
3、 服务器数据库字符集【ZHS16GBK】
二、应用运行基本步骤是:
应用1获取UTF8编码的带汉字的URL在NLS_LANG为ZHS16GBK的情况下存入... -
oracle 列转行
2008-04-09
转载 方法一:
----------------------------------------------------------------
---Muti-row to line(col2row)
----------------------------------------------------... -
select * from table_name where column1 in (select column1 from table_name order by column1);
WHY?
-
Obfuscate Pl/Sql Code in WRAP and DBMS_DDL
2008-03-18
The WRAP Utility and the DBMS_DDL Package原文链接: http://www.oracle-base.com/articles/10g/WrapAndDBMS_DDL_10gR2.php
On occasion it is necessary to hide (obfuscate) your PL/SQL source code. Traditionally this has been done using the WRAP uti... -
Oracle Data Encryption
2008-03-18
Data Encryption - DBMS_OBFUSCATION_TOOLKIT原文链接:http://www.oracle-base.com/articles/8i/DataEncryption.php
The DBMS_OBFUSCATION_TOOLKIT package provides a simple API for data encryption. Oracle8i only provides DES encryption whilst... -
什么是AUL/MyDUL?
2008-02-25
什么是AUL/MyDUL? 在其他所有恢复方法失败后, Oracle DUL是最后的希望. 例如在没有备份的情况下, 系统表(SYSTEM)空间坏了或丢失了, 表空间被删除了等. DUL是Oracle一个仅供内部使用的工具, 它可以直接地从数据文件中读取所有的据数. ... -
应用日志报告oracle数据库错误:
ORA-00257: archiver error. Connect internal only, until freed.
此时尝试连接数据库:
[oracle@joyinter bdump]$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Feb 18 16...
共1页 1








