If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > sqliprint usage

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-03, 10:03
Bleamer Bleamer is offline
Registered User
 
Join Date: Jun 2003
Posts: 3
Talking sqliprint usage

where do I find information on how to use sqlidebug and sqliprint?
Reply With Quote
  #2 (permalink)  
Old 06-17-03, 10:41
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
sqliprint is an undocumented tool.

You normally set SQLIDEBUG in the environment where you
start your client program:

export SQLIDEBUG=2:/<directory_name>

After starting your client program, there are binary files
created under the above directory.

You can use sqliprint to analyze these files.
Check 'sqliprint -h'.

You can also set SQLIDEBUG before starting 'oninit'. However
this will produce a lot of trace files for every connected
database session, so I would not recommend this.
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #3 (permalink)  
Old 06-17-03, 10:52
Bleamer Bleamer is offline
Registered User
 
Join Date: Jun 2003
Posts: 3
I have the output file, but I want to capture the output from sqliprint to another file so I can send the tail portion to a support person.
When I try to do sqliprint filename > output.txt it gves me an error.
There must be some way to capture the readable output.
Reply With Quote
  #4 (permalink)  
Old 06-17-03, 11:28
Bleamer Bleamer is offline
Registered User
 
Join Date: Jun 2003
Posts: 3
found it

I got the format
sqliprint -o (output file) (input file)

:-)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On