Dtabase


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Dtabase
# 1  
Old 01-03-2006
Dtabase

hi,
i am new to informix.can amy one provide some details on how to extrat any data from informix data base.

Thanking you
# 2  
Old 01-03-2006
First place to start is to simply search the forums but this post may be helpful.
# 3  
Old 01-03-2006
i have a set of command that r executing can u plz explain does this command logon to infomix db


INFORMIXDIR=/usr/informix
INFORMIXSERVER=omc_sys1

INFORMIXSQLHOSTS=${INFORMIXDIR}/etc/sqlhosts_OMC

PATH=${PATH}:${INFORMIXDIR}/bin
DBNAME=omc_db

DBDATE=dmy4/
DBPATH=//omc_mib

export INFORMIXDIR INFORMIXSERVER INFORMIXSQLHOSTS PATH DBNAME DBDATE DBPATH
source /usr/gsm/config/global/pmInfxUserConfig.csh
/usr/bin/sed 's/1999-05-10/'$date11'/g' /home/shafique/GOS/GSR5_gos_0312.ace > /home/shafique/GOS/cellgos.ace
# 4  
Old 01-03-2006
No, it appears that the list of commands is simply preparing your environment for use with your Informix database.
# 5  
Old 01-03-2006
thanks for ur reply.can u give any website from wher i can refer informix.
whats differece between Gui and splat? because its related to informix i have a script that runs on gui and not splat
thanks again
# 6  
Old 01-03-2006
You lost me completely; what's a splat (command line since you contrasted it with GUI)?

This forum may better assist you.
# 7  
Old 01-03-2006
go to iiug.org for informix forums.
Alternatively try "sams publication for informix" on google and you get the most and the best and I dare say a complete guide to informix.
Easy way, put your question more cleanly to me and I will answer it, I work as an informix DBA too Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question