drawing organizational charts [message #262520] |
Mon, 27 August 2007 06:19  |
nadia74
Messages: 85 Registered: August 2007
|
Member |
|
|
Hello - I have oracle database 10g.
I want to drawe an organizational chart include the hierarchy of the employees in table emp.
Is there a way or a tool to do that?
Thanks
Nadia
|
|
|
|
|
Re: drawing organizational charts [message #262678 is a reply to message #262520] |
Tue, 28 August 2007 01:14   |
nadia74
Messages: 85 Registered: August 2007
|
Member |
|
|
Thanks for your reply, but i don't want to draw the hierarchy as a tree in SQL*Plus. I want to draw it as a diagram.
example:
KING
/ | \
JONES BLAKE CLARK
/ \ | |
SCOTT FORD ALLEN MILLER
| | |
ADAMS SMITH WARD
|
MARTIN
I've found that visio 2003 can do this kind of diagrams, but the problem is that when adding or deleting it doesn't reflect to the database.
any other program or an active x controler can do that?
regards
|
|
|
|