Ivan Netch
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 DB Navigator: fail to recognize TRUE and FALSE as constants names
Hello! I very like the DBN, but there is problem with constant with names TRUE and FALSE (because of these names are specific constants in Oracle, but it is possible to use their in PL/SQL code as ... -
创建于 Why package editor "eats" leading spaces?
Package editor trims leading spaces.For example, I've made a simple package (for illustrating another bug):create or replace package tst_const_pkg as TRUE constant number(1) := ...