Top "Aix" questions

AIX (Advanced Interactive eXecutive, pronounced "a i ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.

How to find Shared Memory Limits and Semaphore Limits in Solaris,HP-UX and AIX?

I'm using the following commands to find Shared Memory Limits and Semaphore Limits in Linux. To find Shared Memory Limits …

solaris aix hp-ux
java.sql.SQLException: ORA-01005: null password given; logon denied

I'm getting the follwing exception while trying to connect to a database: java.sql.SQLException: ORA-01005: null password given; logon …

java sql oracle database-connection aix
AIX versus Unix commands

I need all the Unix commands which are specific to AIX machines. For e.g.: for Unix top is equivalent …

unix command-line aix
ocijdbc11 Not found in java.library.path

I inherited a small java utility from other developer -- just a couple of .java files and executable .jar. I …

java oracle jdbc aix oracle-call-interface
using backreferences regex in sed

I would like to remove multiple spaces in a file with a single character. Example cat kill rat dog kill …

regex unix sed ksh aix
tput: unknown terminal

I'm on AIX-6.1 and I'm trying to make use of tput inside my $PS1. I've confirmed I can't even run …

aix
Python on AIX: What are my options?

I need to make some Python applications for a work project. The target platform is AIX 5.3. My question is: What …

python aix ncurses curses
Shell script to email results of SQLPlus query using Mailx in AIX

I have the commands that I need. If I execute these commands at the prompt, everything works as expected. SQLPlus …

shell sqlplus aix mailx
[: -eq: unary operator expected

#!/bin/bash export PROCNAME=test export TABLE_ID=0 if [ ${TABLE_ID} -eq "" ]; then echo hello fi above throws error: [: -eq: …

bash aix