Page 1 of 1

Usage of uv and uvsh commands

Posted: Mon Nov 29, 2004 2:28 am
by vinodlakshmanan
I require info on what the uv and uvsh commands can be used for besides accessing logs. Is there any documentation available on the commands? I am doing some research on the commands, but cannot seem to find any documentation on the commands. Also, what are the tables available in the uv database.

Posted: Mon Nov 29, 2004 4:24 am
by ray.wurlod
You can find the uv and uvsh commands documented in the UniVerse System Description manual.

Since UniVerse is a database, the tables in it are primarily those that its users create. There are a few "system tables", which you will find mainly documented in the Administering UniVerse manual.

Posted: Mon Nov 29, 2004 8:02 am
by kduke
I was told that uv executes as root and sets the ulimit then runs uvsh if you are on UNIX. So unless you are accessing large files then you can execute uvsh directly.

The uvsh command is like sqlplus for Oracle. It is an easy way to execute a SQL script and redirect the output to a file. This would be a good way to list the log file and archive the results then delete the records.

Posted: Mon Nov 29, 2004 10:23 pm
by vinodlakshmanan
I want to which are the DataStage specific tables. For e.g, one table I know of is DS_JOBS. Are there any other DataStage specific tables? If so, what are they?

Posted: Mon Nov 29, 2004 10:37 pm
by kcbland
DataStage's internal repository is undocumented by Ascential. Those of us who are Universe/Unidata/PICK bit-twisters from wayback have peeked and poked around under the covers enough to understand the internal structure.

You can simply inspect an empty projects directory and get an idea of the name of all of the hash files used by DataStage. As for the internal structures, I'm still working on puzzling out the non-normalized, non-relational object-oriented unstructured inconsistent methods myself.

It's been talked about enough, the DS_JOBOBJECTS hash file contains all job design information. You can figure out a pattern in the name, DS_* after awhile.