自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Something的专栏

随手记录分享

  • 博客(4)
  • 收藏
  • 关注

原创 ORA-29857: domain indexes and/or secondary objects exist in the tablespace tips

有时候,我们在删除tablespace的时候会出现错误: Oracle docs note this about ORA-29857: ORA-29857: domain indexes and/or secondary objects exist in the tablespace Cause: An attempt was made to drop a tablespace wh

2012-09-26 14:41:25 2322

原创 APEX checkbox

参考1:How to Work with Check Boxes http://docs.oracle.com/cd/B25329_01/doc/appdev.102/b25310/check_box.htm 参考2:Oracle Application Express APIs http://docs.oracle.com/cd/B25329_01/doc/appdev.102/b25

2012-09-19 18:06:02 1060

转载 APEX HTMLDB_APPLICATION与checkbox

The APEX HTMLDB_APPLICATION The HTMLDB_APPLICATION package exposes several global variables used internally by the APEX engine. g_user:  This is the ID of the currently logged in user. g_fl

2012-09-19 18:00:57 805

转载 oracle的split函数

PL/SQL 中没有split函数,需要自己写。下面的函数,默认按照逗号“,”分割字符串,分割后,从数据库表格中可以取得字符数组的每一个值。 create or replace type type_split as table of varchar2(3000); create or replace function split_customized(p_list varchar2,p_se

2012-09-19 16:36:13 938

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除