Page 1 of 1

project creation

Posted: Wed Mar 26, 2008 3:03 am
by mohandl
Hi all,

When we create project in Datastage contents of project are stored in Universal file or in database?

When i gone thru the forum one of datastage guru written like as follows

Select Count(*) FROM DS_JOBS where NAME NOT LIKE '\\%';
Select NAME FMT'50L' FROM DS_JOBS where NAME NOT LIKE '\\%';

Is that mean that Project is stored in database?

Please clarify my doubt.


regards,
Mohan

Posted: Wed Mar 26, 2008 3:05 am
by ray.wurlod
No. The project is a schema in the database. It is not "in" the database in any other sense. Existence of a project is recorded in system tables UV.ACCOUNT and UV_SCHEMA.

Posted: Thu Mar 27, 2008 4:39 am
by Rashmi Goyal
Where are the tables stored in Datastge server.
where do we write above queries?

Rash

Posted: Thu Mar 27, 2008 4:45 am
by ArndW
These are SQL queries on the DataStage engine, done either throught the TCL or from the command line utility in the Administrator.

Posted: Thu Mar 27, 2008 5:37 am
by ray.wurlod
UV.ACCOUNT is not available (by default) from the Administrator client. UV_SCHEMA, however, is.

Posted: Fri Mar 28, 2008 6:13 am
by Rashmi Goyal
where can we find the command line utility of administrator

Posted: Fri Mar 28, 2008 4:15 pm
by ray.wurlod
Select the required project, click the command button captioned Command