cuser list tables

Post Reply
glandi
Member
Posts: 8
Joined: 19 Mar 2018 05:32

cuser list tables

Post by glandi »

Hi,

I want to monitor my oxe and cuser could be usefull for that.
Does someones know how to list all tables ? I didn't find the right request.
Or maybe someone as doc about oxe db ?
I m on R12

Thanks a lot
User avatar
frank
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 3169
Joined: 06 Jul 2004 00:18
Location: New York
Contact:

Re: cuser list tables

Post by frank »

The tables are separated by files.
You can see the list of files in /DHS3data/mao
If you want to display info from the tables, you can use select * from poste; for example
If you want to display the nulog from extension 1000 , you can use ->> select nulog from poste where numan = '1000'; and it will return the nulog for extension 1000 for example.
Code Free Or Die
vad
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 3807
Joined: 23 Sep 2004 06:47

Re: cuser list tables

Post by vad »

I think the first question - what you want to do (monitor my OXE). Can you give some examples/task - what you need.
May be cuser not the good idea.
glandi
Member
Posts: 8
Joined: 19 Mar 2018 05:32

Re: cuser list tables

Post by glandi »

Thanks Franck, I tried to check files but I wasn't in the right folder.
Now I have all I need, I just have to spend time on it to understand the db :)

@vad : my main goal is to check / increase the ringtone remotely on ip Phone (mainly iptouch 4028)
That would be also nice if I can also get the config of F1 and F2 buttons.

Regards
sadim
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 692
Joined: 02 Jun 2006 07:11
Location: Portugal

Re: cuser list tables

Post by sadim »

db changes are not dynamic. So, you can not expect that a change in the bd recarding for instance the ringtone level, will result in the efective change of it
Post Reply

Return to “System”