Sanjeeb

The uniVerse environment is subdivided into a number of logical areas called 
'Accounts'. In practise an account is a specific O/S directory: any files 
created are physically resident in that directory (unless you do special things 
to move them).

For example, the UniVerse directory (UV) is also an account. This is normally 
reserved for system files, and is not used for user files.

There are two ways to create an account in UniVerse:

1. Create a new physical directory and run UniVerse in there.
You can do this at the OS level by invoking the uv executable, or if you are 
running UniVerse on Windows you can specify the pathname when you TELNET in as 
an administrator.

You will be asked to supply the account 'flavor' which is a set of emulations. 
As a new user, select 3 Pick flavor - it is the simplest.

2. Use the HOME keyword with the CREATE SCHEMA command. This creates the 
account as an SQL schema - as a note, all schemas are accounts but not all 
accounts are schemas.

To list all the files in an account use the LISTF command. This only shows 
local files though - you can create logical pointers to files in other accounts 
called 'Q' pointers. There isn't a short command to list those: use "LIST VOC 
WITH F1 LIKE Q..." to get that listing.

There is nothing to physically distinguish the program source files until you 
compile something in them. then a separate object file is created called 
filename.O. You can check for these in the listing.

Hope this helps,

Brian

Hi

I successfully created a table in Universe database (using CREATE TABLE
<Table Name>.....query as in SQL). In ORACLE all these database objects
reside inside a particular schema. So in Universe database where are the
user defined tables stored ? How can I see all the tables that are created
by the users ?

Similarly how can I see all the Universe BASIC programs (*.BP files) that
are created by the users?

Sanjeeb
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to