oracle
-
[Oracle] LeetCode 415 Add Strings
Given two non-negative integers, num1 and num2 represented as string, return the sum of nu…
-
修改Oracle字符集
前言:两个不同的Oracle数据库服务之间导库,需要字符集匹配。 本案例以修改为ZHS16GBK字符集为例。 查看Oracle字符集: SQL> SELECT US…
-
Oracle 序列学习与使用总结
Oracle序列学习与使用总结 by:授客 QQ:1033553122 简述 序列是oracle提供的用于生成一系列数字的数据库对象,序列会自动生成顺序递增的序列号,可用于提供唯一…
-
centos6安装oracle11g
下载软件包 首先请下载 p10404530_112030_Linux-x86-64_1of7.zip p10404530_112030_Linux-x86-64_2of7.zip …
-
Build OBIEE Reports For Impact Analysis & Data Lineage
by Shiva Molabanti “If a column is deleted from a RPD, what reports will be affected…
-
Build OBIEE Reports For Impact Analysis & Data Lineage
by Shiva Molabanti “If a column is deleted from a RPD, what reports will be affected…
-
Oracle 常用函数
单行函数 操作数据对象 接受参数返回一个结果 只对一行进行变换 每行返回一个结果 可以转换数据类型 可以嵌套 参数可以是一列或一个值 格式 字符函数 …
-
Oracle 静默安装记录
Oracle 静默安装记录 环境说明 Centos 7.7 64位版本 安装 Oracle 版本 Oracle 11g R2 从官网上下载的压缩包,直接双击解压即可,解压后得到 d…
-
decode,instr之oracle转pg
oracle的decode函数: 1.含义解释: decode(条件,值1,返回值1,值2,返回值2,…值n,返回值n,缺省值); decode(字段或字段的运算,值1…