What the command u issued to get these features?
I believe Ingres was bought by CA, not really sure. Database is dead anyway.
4GL is a client program that connects to an informix database. not like SQL. It contains SQL, embedded as we call it. In normal SQL you cannot program: no if/then/else, no loops, no variables...
Solaris is indead an UX/OS.
How can you be sure there 's a database on the system?
Is informix installed? Running?
ps -ef |grep oninit
might solve this.
Check if there's a user informix on the system:
grep informix /etc/passwd
otherwise, you're on the wrong messageboard.
I don't know Ingres.