developer tips

FacebookTwitter

hierarhical system

http://ru.wikipedia.org/wiki/%D0%98%D0%B5%D1%80%D0%B0%D1%80%D1%85%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B0%D1%8F_%D0%BE%D1%80%D0%B3%D0%B0%D0%BD%D0%B8%D0%B7%D0%B0%D1%86%D0%B8%D1%8F Иерархическая организация — структура с вертикальной [1] формой управления (контроля) элементами, входящими в неё. Фактически это пирамида , каждым уровнем которой управляет более высокий уровень. [ править ] Особенности иерархической организации К иерархическим организациям относятся все системы, где есть силовой контроль над более низкими уровнями. Например, это может быть сообщество животных( стая ) со своим вожаком и его «приближёнными».
Apex Tree

Turning a Tree into a Navigation Aid – APEX Blog

I haven’t had much use for Trees in APEX in the past. However, when trying to decide on a navigational aid in our new development project I’ve turned to Trees as a possible solution. We’ve taken the decision to use one of the built in themes and customise it for our purpose. Once we had decided on the theme it was quickly decided that the breadcrumb region took up too much space and wasn’t really fit for purpose so wouldn’t be used. We needed a solution so that users could quickly navigate to different areas of the application and also see how they got to the page they’re on and where they are within the application. http://www.apex-blog.com/oracle-apex/turning-a-tree-into-a-navigation-aid-17.html
http://www.experts-exchange.com/Database/Oracle/10.x/Q_26441634.html Hi, I am trying to have a searchable tree @@@@ This works without the search and shows the whole tree and the orphans without parents: select case when connect_by_isleaf = 1 then 0 when level = 1 then 1 else -1 end as status, level, case when length(NAME) >20 then substr(NAME,1,20)||'...' else NAME end as name, 'myclass' as icon, "CHILD" as value, NAME as tooltip, 'f?

tree hiearchy - search a tree : tree, apex, connect by

On its face, the relational database management system would appear to be a very poor tool for representing and manipulating trees. This chapter is designed to accomplish the following things: show you that a row in an SQL database can be thought of as an object show you that a pointer from one object to another can be represented by storing an integer key in a regular database column demonstrate the Oracle tree extensions (CONNECT BY ... PRIOR) show you how to work around the limitations of CONNECT BY with PL/SQL The canonical example of trees in Oracle is the org chart. http://philip.greenspun.com/sql/trees.html

Representing Trees in Oracle SQL

SQL

APEX

XML

ALGIRITMES

JAVA

grabli